From ea76943a5d86e9c64828ce1d1b2915bba0ceb888 Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Mon, 10 Jul 2023 09:52:17 +0200 Subject: [PATCH 1/2] chore: bump sdk-go for marketplace local-images type --- go.mod | 2 +- go.sum | 4 + scaleway/data_source_marketplace_image.go | 1 + scaleway/resource_instance_server.go | 1 + ...e-instance-private-nic-basic.cassette.yaml | 1392 ++++------ ...source-instance-server-basic.cassette.yaml | 850 +++--- ...ource-instance-servers-basic.cassette.yaml | 1022 ++++---- ...urce-marketplace-image-basic.cassette.yaml | 72 +- ...teway-dhcp-reservation-basic.cassette.yaml | 1417 +++++----- ...eway-dhcp-reservation-static.cassette.yaml | 1414 +++++----- ...age-server-with-block-volume.cassette.yaml | 1770 ++++++------- ...age-server-with-local-volume.cassette.yaml | 1914 ++++++-------- .../instance-image-server.cassette.yaml | 1114 ++++---- ...tance-placement-group-rename.cassette.yaml | 667 +++-- .../instance-private-nic-basic.cassette.yaml | 833 +++--- .../instance-private-nic-tags.cassette.yaml | 646 ++--- ...er-additional-volumes-detach.cassette.yaml | 1063 +++----- ...ce-server-additional-volumes.cassette.yaml | 1220 ++++----- .../instance-server-alter-tags.cassette.yaml | 396 +-- .../instance-server-basic.cassette.yaml | 1317 ++++------ .../instance-server-basic2.cassette.yaml | 292 +-- .../instance-server-bootscript.cassette.yaml | 599 ++--- .../instance-server-enterprise.cassette.yaml | 428 +-- .../instance-server-ipv6.cassette.yaml | 785 +++--- .../instance-server-minimal1.cassette.yaml | 678 ++--- .../instance-server-minimal2.cassette.yaml | 1923 ++++++-------- ...tance-server-private-network.cassette.yaml | 2309 ++++++++--------- ...ance-server-root-volume-boot.cassette.yaml | 517 ++-- ...instance-server-root-volume1.cassette.yaml | 575 ++-- ...-with-block-non-default-zone.cassette.yaml | 676 ++--- .../instance-server-state1.cassette.yaml | 1446 +++++------ .../instance-server-state2.cassette.yaml | 1018 ++++---- ...tance-server-user-data-basic.cassette.yaml | 695 +++-- ...ata-with-cloud-init-at-start.cassette.yaml | 624 ++--- ...-without-cloud-init-at-start.cassette.yaml | 980 ++++--- ...volume-and-additional-volume.cassette.yaml | 688 +++-- ...-server-with-placement-group.cassette.yaml | 2130 +++++++-------- ...ance-server-with-reserved-ip.cassette.yaml | 1669 +++++------- ...hot-server-with-block-volume.cassette.yaml | 866 +++---- .../instance-snapshot-server.cassette.yaml | 795 +++--- .../instance-snapshot-unified.cassette.yaml | 1018 +++----- ...vate-networks-on-dhcp-config.cassette.yaml | 1558 ++++++----- ...lic-gateway-dhcp-entry-basic.cassette.yaml | 1663 ++++++------ ...teway-pat-rule-with-instance.cassette.yaml | 1420 +++++----- 44 files changed, 18886 insertions(+), 23581 deletions(-) diff --git a/go.mod b/go.mod index ed46d813f6..1110347b92 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/nats-io/jwt/v2 v2.4.1 github.com/nats-io/nats.go v1.27.1 github.com/robfig/cron/v3 v3.0.1 - github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230626132518-b0dfa1defaaf + github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230707094537-b73e88c770db github.com/stretchr/testify v1.8.4 ) diff --git a/go.sum b/go.sum index e178c2eb86..bf5467c835 100644 --- a/go.sum +++ b/go.sum @@ -175,6 +175,10 @@ github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230626132518-b0dfa1defaaf h1:df06kcC2caUTghLW6aTSyL3GUeM79BPvbtMyng187aE= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230626132518-b0dfa1defaaf/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230706070454-f05d5b3415f8 h1:4o4q6vidRuzxkRx0iSUoaeljRVEJipxpRKjVeIOorh4= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230706070454-f05d5b3415f8/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230707094537-b73e88c770db h1:6clfb6rrE1ZVHlwoFTJmnf8OSR1EbuH7vQ0S0kzR0cA= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230707094537-b73e88c770db/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0= diff --git a/scaleway/data_source_marketplace_image.go b/scaleway/data_source_marketplace_image.go index 977672d18d..dbc5e32715 100644 --- a/scaleway/data_source_marketplace_image.go +++ b/scaleway/data_source_marketplace_image.go @@ -39,6 +39,7 @@ func dataSourceScalewayMarketplaceImageRead(ctx context.Context, d *schema.Resou ImageLabel: d.Get("label").(string), CommercialType: d.Get("instance_type").(string), Zone: zone, + Type: marketplace.LocalImageTypeInstanceLocal, }, scw.WithContext(ctx)) if err != nil { return diag.FromErr(err) diff --git a/scaleway/resource_instance_server.go b/scaleway/resource_instance_server.go index bdf4236459..a87169f55a 100644 --- a/scaleway/resource_instance_server.go +++ b/scaleway/resource_instance_server.go @@ -302,6 +302,7 @@ func resourceScalewayInstanceServerCreate(ctx context.Context, d *schema.Resourc CommercialType: commercialType, Zone: zone, ImageLabel: imageLabel, + Type: marketplace.LocalImageTypeInstanceLocal, }) if err != nil { return diag.FromErr(fmt.Errorf("could not get image '%s': %s", newZonedID(zone, imageLabel), err)) diff --git a/scaleway/testdata/data-source-instance-private-nic-basic.cassette.yaml b/scaleway/testdata/data-source-instance-private-nic-basic.cassette.yaml index efacb377c7..7da9a82fa8 100644 --- a/scaleway/testdata/data-source-instance-private-nic-basic.cassette.yaml +++ b/scaleway/testdata/data-source-instance-private-nic-basic.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"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"],"id":"ce453858-557c-4f1c-a7a9-70026e67d054","label":"ubuntu_jammy","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"83b0da88-403f-41bf-b4ce-faf16dde2d13","label":"ubuntu_jammy","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"d3b9cc2d-37a2-46e8-918e-2443e7a1caab","label":"ubuntu_jammy","type":"unknown_type","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"],"id":"915cb204-e4b8-458e-9408-967a25a86f47","label":"ubuntu_jammy","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,33 +30,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36a5a2ae-f8ef-470e-96ca-f19c6ee5a977 + - 992ef58b-eb26-4020-ba51-bc1a240aee65 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"tf-pn-vibrant-ganguly","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + method: POST response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"created_at":"2023-07-10T07:40:09.728688Z","id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","name":"tf-pn-vibrant-ganguly","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.40.0/22","fd4a:c18e:554d:9049::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.728688Z","zone":"fr-par-1"}' headers: Content-Length: - - "36881" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT - Link: - - ; rel="next",; - rel="last" + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -66,9 +65,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a9c5517-08bb-4fcf-b48e-b95bf4131954 - X-Total-Count: - - "56" + - ef4ec389-ec70-4d55-9018-a193b714d325 status: 200 OK code: 200 duration: "" @@ -79,22 +76,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/products/servers?page=1 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "4363" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - - ; rel="first",; - rel="previous",; rel="last" + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -104,34 +101,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48f5bef5-c49a-4df1-a5dc-ba2bbc934e99 + - acaf3f09-4d09-46a8-b31e-1668edcc0f82 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-pn-cranky-blackwell","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/cfd54e2b-37e7-4f27-8b23-df0b2b31b12a + method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.679215Z","id":"8a71e8dd-cf3e-481a-a509-c8556442353c","name":"tf-pn-cranky-blackwell","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:ecae::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.679215Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.728688Z","id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","name":"tf-pn-vibrant-ganguly","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.40.0/22","fd4a:c18e:554d:9049::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.728688Z","zone":"fr-par-1"}' headers: Content-Length: - - "355" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -141,7 +136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 191ad4bc-ac2d-4add-940f-c04f7f274faf + - 7f2eadfd-4d4a-4507-b8a1-00b26afe7663 status: 200 OK code: 200 duration: "" @@ -152,19 +147,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8a71e8dd-cf3e-481a-a509-c8556442353c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.679215Z","id":"8a71e8dd-cf3e-481a-a509-c8556442353c","name":"tf-pn-cranky-blackwell","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:ecae::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.679215Z","zone":"fr-par-1"}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "355" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -174,12 +172,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1afac3ce-1cfe-4315-b5d5-d9b9330b1461 + - b714df72-9988-4432-b976-9d114c7e928c + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"test-terraform-datasource-private-nic","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"ce453858-557c-4f1c-a7a9-70026e67d054","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"test-terraform-datasource-private-nic","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"915cb204-e4b8-458e-9408-967a25a86f47","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -192,22 +192,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.866928+00:00","name":"test-terraform-datasource-private-nic","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:12.113862+00:00","name":"test-terraform-datasource-private-nic","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -217,7 +217,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc738bfc-ce09-4638-93c6-beb3fb31b618 + - d3fa71eb-f292-4fe0-9f08-d101f65bd3dd status: 201 Created code: 201 duration: "" @@ -228,25 +228,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.866928+00:00","name":"test-terraform-datasource-private-nic","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:12.113862+00:00","name":"test-terraform-datasource-private-nic","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -256,7 +256,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff78e4df-fe59-478c-9db1-84f268df7aba + - 626b6dff-ede3-4965-a6c0-dc72ed63c5ef status: 200 OK code: 200 duration: "" @@ -267,25 +267,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.866928+00:00","name":"test-terraform-datasource-private-nic","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:12.113862+00:00","name":"test-terraform-datasource-private-nic","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -295,7 +295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a368db2e-7e08-4554-8b9a-a7b54ed8fd84 + - 133f5009-13d1-49ae-a48d-89c9c627e631 status: 200 OK code: 200 duration: "" @@ -308,10 +308,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/action","href_result":"/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","id":"b5c59a56-2781-4b66-bbf0-0fe0eccd5edc","started_at":"2023-05-29T13:51:26.958401+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/e459d7b7-a835-40c8-82a5-8727834fd502/action","href_result":"/servers/e459d7b7-a835-40c8-82a5-8727834fd502","id":"9792319d-b07f-4b9b-b244-152acf0fd036","started_at":"2023-07-10T07:40:13.672466+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -320,9 +320,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b5c59a56-2781-4b66-bbf0-0fe0eccd5edc + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9792319d-b07f-4b9b-b244-152acf0fd036 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -332,7 +332,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e04c06d2-c844-4fb3-a0be-703234ee879b + - 3e812ffa-6259-43f3-af5f-d2f91dc5a42a status: 202 Accepted code: 202 duration: "" @@ -343,64 +343,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.663669+00:00","name":"test-terraform-datasource-private-nic","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,"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":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2625" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:51:27 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 471e5d54-477f-476a-b3c2-5e5e0378cc85 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.663669+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:13.345720+00:00","name":"test-terraform-datasource-private-nic","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":false,"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":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2733" + - "2707" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -410,7 +371,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbfd8840-249b-4f5c-a30d-8d3493f58eee + - ff6304c1-67c1-4696-9741-f6f8cbd64ab8 status: 200 OK code: 200 duration: "" @@ -421,25 +382,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.663669+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:13.345720+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2733" + - "2816" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:38 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -449,7 +410,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d715b205-6017-423a-9934-c68b39c0292c + - c2a67637-d5bc-4910-ac65-ef306dedf042 status: 200 OK code: 200 duration: "" @@ -460,25 +421,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.663669+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:13.345720+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2733" + - "2816" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -488,7 +449,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cf5968f-06e0-4224-8265-86ace2aa8345 + - 3a1a56f1-9645-441c-8f72-b187961ada74 status: 200 OK code: 200 duration: "" @@ -499,64 +460,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.663669+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2733" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:51:48 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7019367a-89c5-4c4b-a471-321f7db20723 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2847" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:53 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -566,7 +488,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d32567f3-0b94-44d8-8271-540f77367983 + - 7d3945af-816e-4203-90d9-59fc74a50e2b status: 200 OK code: 200 duration: "" @@ -577,25 +499,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2847" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:54 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -605,7 +527,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 463ec3c3-1e07-4493-9bdb-5db2c8819c66 + - 4f27ed85-9155-4765-a304-23362c7578d7 status: 200 OK code: 200 duration: "" @@ -616,7 +538,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/user_data method: GET response: body: '{"user_data":[]}' @@ -628,7 +550,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:54 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -638,7 +560,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 905e1bad-df5d-48f3-851a-6d3e1adaa188 + - 0f2d249f-3be2-46f4-98c1-8ad040568a97 status: 200 OK code: 200 duration: "" @@ -649,7 +571,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: body: '{"private_nics":[]}' @@ -661,9 +583,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:54 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -674,7 +596,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39c68dc8-fae4-441a-b527-8dc4f867debd + - c55ce3b1-a4b5-4913-8e63-429e3a470339 X-Total-Count: - "0" status: 200 OK @@ -687,25 +609,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2847" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:54 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -715,12 +637,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4cbe2e83-ebd3-4c89-b080-3f8023f93626 + - 29fa49d9-641d-4ac7-9a1b-a18c41155ce0 status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","tags":["test-terraform-datasource-private-nic"]}' + body: '{"private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","tags":["test-terraform-datasource-private-nic"]}' form: {} headers: Content-Type: @@ -728,10 +650,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:54.360802+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:35.559995+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -740,7 +662,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:55 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -750,7 +672,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 143e4f74-3289-4034-8174-554d0acaaf3c + - ae9cfbfa-68ea-4a99-92f9-e37df1e40de4 status: 201 Created code: 201 duration: "" @@ -761,43 +683,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 - method: GET - response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:54.933867+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "415" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:51:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e146b44f-4ba1-45df-982d-ed6a2acc4a05 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:55.279354+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:36.473896+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -806,7 +695,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -816,7 +705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 251cd439-b237-406c-b28d-94bf8a17abb4 + - 24a60d1b-fcc6-4d87-9472-f2cf52303ef4 status: 200 OK code: 200 duration: "" @@ -827,10 +716,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:55.279354+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:36.473896+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -839,7 +728,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:05 GMT + - Mon, 10 Jul 2023 07:40:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -849,7 +738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b04cb0a-4357-4c2a-92dd-cad972c812ef + - 4a3b61cf-2621-4147-a31f-a43d7ab3f3f9 status: 200 OK code: 200 duration: "" @@ -860,10 +749,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:55.279354+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:36.473896+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -872,7 +761,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:10 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -882,7 +771,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 976194fe-9b17-4631-9d58-0067888e0d37 + - 2c4d3d49-3448-42ab-8dfa-6dabb34b8772 status: 200 OK code: 200 duration: "" @@ -893,10 +782,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:55.279354+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:36.473896+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -905,7 +794,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:15 GMT + - Mon, 10 Jul 2023 07:40:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -915,7 +804,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d997428-fe3b-406e-9c27-e4d9a144ecd6 + - 99e91dba-62b7-4346-925c-922fd2985c46 status: 200 OK code: 200 duration: "" @@ -926,10 +815,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:55.279354+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:36.473896+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -938,7 +827,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:20 GMT + - Mon, 10 Jul 2023 07:40:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -948,7 +837,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7bea7d57-883c-4f73-9d01-84e2422e8198 + - 0c3c1f6e-d15b-4a04-a2c5-547ef6f94169 status: 200 OK code: 200 duration: "" @@ -959,10 +848,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:51:55.279354+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:40:36.473896+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"syncing","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "415" @@ -971,7 +860,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:25 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -981,7 +870,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7089208a-6e1d-4e68-a13d-aa69ca254a3e + - 4a67b27a-5f47-408f-9c8c-46349ed88654 status: 200 OK code: 200 duration: "" @@ -992,10 +881,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1004,7 +893,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:30 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1014,7 +903,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9645f536-a7a4-43ca-81e6-6d79feef3dd8 + - 3b59722d-8cbb-4137-b263-cde2f4d44c7a status: 200 OK code: 200 duration: "" @@ -1025,10 +914,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1037,7 +926,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:30 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1047,7 +936,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5141adf-b8a1-48f0-9e5d-4e8c31946c8d + - 71986d75-7335-452a-96b0-4cbc8a41c9c8 status: 200 OK code: 200 duration: "" @@ -1058,19 +947,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8a71e8dd-cf3e-481a-a509-c8556442353c + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/cfd54e2b-37e7-4f27-8b23-df0b2b31b12a method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.679215Z","id":"8a71e8dd-cf3e-481a-a509-c8556442353c","name":"tf-pn-cranky-blackwell","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:ecae::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.679215Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.728688Z","id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","name":"tf-pn-vibrant-ganguly","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.40.0/22","fd4a:c18e:554d:9049::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.728688Z","zone":"fr-par-1"}' headers: Content-Length: - - "355" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:31 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1080,7 +969,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 138b9206-a93f-4831-84fb-f54794727ee3 + - 6c5e7ba2-a741-4a7c-afa8-06dbd43b86b2 status: 200 OK code: 200 duration: "" @@ -1091,25 +980,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3156" + - "3239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:31 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1119,7 +1008,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0b88ed9-361d-4012-8011-068a6a2d40c2 + - 201ca9d7-ac23-4927-bfcf-f36832ee584e status: 200 OK code: 200 duration: "" @@ -1130,7 +1019,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/user_data method: GET response: body: '{"user_data":[]}' @@ -1142,7 +1031,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:31 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1152,7 +1041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9764dc1b-d461-472d-a4be-84b603e0bcc5 + - 33ad3427-80a9-4456-8060-c394e26af167 status: 200 OK code: 200 duration: "" @@ -1163,10 +1052,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -1175,9 +1064,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:31 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1188,7 +1077,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25b47d48-3bf7-42be-9ce6-567f02f0be70 + - 190e0ba0-0937-42b3-a143-5170dd33d5cc X-Total-Count: - "1" status: 200 OK @@ -1201,10 +1090,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1213,7 +1102,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:31 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1223,7 +1112,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4db76d6a-2009-4d66-a52c-d3e53243c74c + - 85e9ddff-a04e-48a2-a001-a7e28f4bde73 status: 200 OK code: 200 duration: "" @@ -1234,19 +1123,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8a71e8dd-cf3e-481a-a509-c8556442353c + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/cfd54e2b-37e7-4f27-8b23-df0b2b31b12a method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.679215Z","id":"8a71e8dd-cf3e-481a-a509-c8556442353c","name":"tf-pn-cranky-blackwell","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:ecae::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.679215Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.728688Z","id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","name":"tf-pn-vibrant-ganguly","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.40.0/22","fd4a:c18e:554d:9049::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.728688Z","zone":"fr-par-1"}' headers: Content-Length: - - "355" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1256,7 +1145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eca20b97-8730-4502-8bd2-74f233c1e610 + - 4dcb8274-e917-4386-93db-2c068e492ccb status: 200 OK code: 200 duration: "" @@ -1267,25 +1156,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3156" + - "3239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1295,7 +1184,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e304177-efd3-49c2-935a-a53678db19b6 + - 0aeb9ccc-8947-4fd7-829e-d6a0e7a82598 status: 200 OK code: 200 duration: "" @@ -1306,7 +1195,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/user_data method: GET response: body: '{"user_data":[]}' @@ -1318,7 +1207,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1328,7 +1217,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 862ff04e-0b26-4f9c-89f6-f94afee53885 + - 2f70a652-abe1-4d31-ab29-22fca650efeb status: 200 OK code: 200 duration: "" @@ -1339,10 +1228,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -1351,9 +1240,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1364,7 +1253,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ac6d217-ee5e-4fa8-aa10-df4c0b780978 + - 2f2ace38-66e8-40b5-b9c6-c1b84d047aab X-Total-Count: - "1" status: 200 OK @@ -1377,19 +1266,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics?tags=test-terraform-datasource-private-nic method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - - "417" + - "420" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1399,7 +1291,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8119563d-6a2d-41ab-9d91-a1d4321a5332 + - a4e2f2a6-32be-4964-999e-bea07331174d + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -1410,22 +1304,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - - "420" + - "417" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1435,9 +1326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cef357e3-ae07-45af-ad22-2aaa040b53b1 - X-Total-Count: - - "1" + - a3d6f222-bdb3-40fd-8092-5eeac6c824f0 status: 200 OK code: 200 duration: "" @@ -1448,10 +1337,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics?tags=test-terraform-datasource-private-nic + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -1460,9 +1349,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1473,7 +1362,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37d36f85-840b-4e0a-ac02-cc7a05bf6646 + - bec291e0-3b26-4160-b0e7-9069b9071b29 X-Total-Count: - "1" status: 200 OK @@ -1486,10 +1375,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1498,7 +1387,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1508,7 +1397,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6267781d-3901-4286-bc93-3f14def96380 + - 8097f7ad-5c44-47a0-9220-56242e990ec2 status: 200 OK code: 200 duration: "" @@ -1519,10 +1408,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1531,7 +1420,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1541,7 +1430,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 974b3677-c97e-4fcc-9662-12bb0a9ea2c0 + - f827e9c5-3aad-406e-8764-dd6f5bfc018e status: 200 OK code: 200 duration: "" @@ -1552,10 +1441,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1564,7 +1453,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:32 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1574,7 +1463,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ec45d92-bc8a-4f1e-ad73-304e0b43fa96 + - c70af1eb-cb87-46a4-a3bc-d481336c9605 status: 200 OK code: 200 duration: "" @@ -1585,10 +1474,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics?tags=test-terraform-datasource-private-nic + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -1597,9 +1486,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1610,7 +1499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c27f6c99-e2c1-442e-8734-150fa35cc956 + - 74cf2e3c-5b0e-488c-bb15-6112d7a2b046 X-Total-Count: - "1" status: 200 OK @@ -1623,22 +1512,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - - "420" + - "417" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1648,9 +1534,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33688f87-4a5a-49c5-9e6a-c5079f382f7d - X-Total-Count: - - "1" + - bb568d31-83fa-43e3-b733-9e1c619867ea status: 200 OK code: 200 duration: "" @@ -1661,19 +1545,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics?tags=test-terraform-datasource-private-nic method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - - "417" + - "420" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:13 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1683,7 +1570,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f9c7f6e-8442-45be-b75e-6d1d24c92f73 + - cfee04fc-f174-41b0-aa25-7ff42b5ccd14 + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -1694,10 +1583,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1706,7 +1595,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1716,7 +1605,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1645bc4f-e2a1-4f7d-8857-6da35729feb2 + - 67a9e614-61ea-4438-99bb-b346fb759b10 status: 200 OK code: 200 duration: "" @@ -1727,10 +1616,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1739,7 +1628,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1749,7 +1638,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17d53070-7548-4462-acd4-59499e70ffb1 + - 2887099a-1929-4410-a4a5-c12383f05720 status: 200 OK code: 200 duration: "" @@ -1760,10 +1649,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1772,7 +1661,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1782,7 +1671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0eeb45ad-b440-4b01-b201-860b7b6246f2 + - dfe8ca6f-2597-4e74-9d59-ca05e3ae3a01 status: 200 OK code: 200 duration: "" @@ -1793,10 +1682,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -1805,9 +1694,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1818,7 +1707,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c08d1992-d5ab-4a14-b1e5-29ccfb75e00b + - f398fbe7-0d7a-4bf5-9784-d7845733323b X-Total-Count: - "1" status: 200 OK @@ -1831,19 +1720,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics?tags=test-terraform-datasource-private-nic method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - - "417" + - "420" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:14 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1853,7 +1745,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a6fd1c1-4e82-4727-9a67-bfc0b66c5925 + - 727ee3af-6fef-4f88-92a3-358b3f0d1c19 + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -1864,22 +1758,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics?tags=test-terraform-datasource-private-nic + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - - "420" + - "417" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1889,9 +1780,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3214839c-158b-4a2e-9482-6f41b2e4ed6b - X-Total-Count: - - "1" + - 66d2e875-714d-4c9e-8c72-c4ffba62f07a status: 200 OK code: 200 duration: "" @@ -1902,10 +1791,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1914,7 +1803,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1924,7 +1813,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 530cae35-a54f-41e9-b97b-e88f7e8d773f + - 9ac0a328-ca95-42c0-b416-1c5d6915c8d3 status: 200 OK code: 200 duration: "" @@ -1935,10 +1824,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -1947,7 +1836,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:33 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1957,7 +1846,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c194959e-f6b2-4068-9ca8-fce2927d66bd + - aa0ccb25-2033-4064-ae8f-275d407aee66 status: 200 OK code: 200 duration: "" @@ -1968,19 +1857,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8a71e8dd-cf3e-481a-a509-c8556442353c + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/cfd54e2b-37e7-4f27-8b23-df0b2b31b12a method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.679215Z","id":"8a71e8dd-cf3e-481a-a509-c8556442353c","name":"tf-pn-cranky-blackwell","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:ecae::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.679215Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.728688Z","id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","name":"tf-pn-vibrant-ganguly","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.40.0/22","fd4a:c18e:554d:9049::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.728688Z","zone":"fr-par-1"}' headers: Content-Length: - - "355" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1990,7 +1879,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6073664b-565a-4ee8-bc3c-219f780f4300 + - 5b66af87-3936-487c-af2c-1e340ddca743 status: 200 OK code: 200 duration: "" @@ -2001,25 +1890,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3156" + - "3239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2029,7 +1918,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36f5eea4-46d8-45f4-984b-f86e5b6f10b1 + - 8212e2db-5d0f-497d-aee3-300fe4c8ed59 status: 200 OK code: 200 duration: "" @@ -2040,7 +1929,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/user_data method: GET response: body: '{"user_data":[]}' @@ -2052,7 +1941,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2062,7 +1951,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09f8c5a0-5ec1-473b-9816-d4cf162411b5 + - c916318d-3b04-498f-8e86-141a3af681ed status: 200 OK code: 200 duration: "" @@ -2073,10 +1962,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -2085,9 +1974,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2098,7 +1987,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40beeee1-919d-4dae-a924-cda1afee9c3b + - d5ad772a-5b65-4cc2-bbd4-595c96d8fa9b X-Total-Count: - "1" status: 200 OK @@ -2111,19 +2000,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics?tags=test-terraform-datasource-private-nic method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - - "417" + - "420" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2133,7 +2025,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a394de0-c52d-45d4-ac82-a7cae441db65 + - 4d1e6a48-462c-49f1-b78f-09789f2d4c36 + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -2144,22 +2038,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - - "420" + - "417" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2169,9 +2060,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95e24076-61eb-4bf4-b5b1-1fb6b2243e2e - X-Total-Count: - - "1" + - 43107024-296c-46bf-adae-3b890a69d756 status: 200 OK code: 200 duration: "" @@ -2182,10 +2071,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics?tags=test-terraform-datasource-private-nic + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -2194,9 +2083,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2207,7 +2096,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85b9b9e2-9a5f-4b85-925c-74186510f41b + - 8f48d9b2-68bc-4a1b-8c33-e9b0f0690591 X-Total-Count: - "1" status: 200 OK @@ -2220,10 +2109,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2232,7 +2121,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2242,7 +2131,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f7cad513-8ab4-45f8-8a34-e9871998efbf + - e4891fde-8332-4d48-88ed-415d4c7cc5c4 status: 200 OK code: 200 duration: "" @@ -2253,10 +2142,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2265,7 +2154,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2275,7 +2164,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97dbc684-af50-42f4-aed0-7545de3acb3c + - 7c8f6940-4976-476a-94b0-877a0c68c0b7 status: 200 OK code: 200 duration: "" @@ -2286,10 +2175,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2298,7 +2187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2308,7 +2197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e54d4e62-8987-4f8c-86d7-4e7db9a76753 + - 8b379dfa-d97a-4f62-a84e-025839666146 status: 200 OK code: 200 duration: "" @@ -2319,10 +2208,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2331,7 +2220,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2341,7 +2230,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b8a531f-555c-4b95-a989-a0973bd99983 + - c9b8ab8c-45c3-4d17-852e-ad06f3d366aa status: 200 OK code: 200 duration: "" @@ -2352,10 +2241,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics?tags=test-terraform-datasource-private-nic + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -2364,9 +2253,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2377,7 +2266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a989e049-0d5d-4073-9b42-f6cc49e2f27f + - 46559832-7cab-42bf-8e2d-819e52f5fbdc X-Total-Count: - "1" status: 200 OK @@ -2390,10 +2279,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics?tags=test-terraform-datasource-private-nic method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}]}' headers: Content-Length: - "420" @@ -2402,9 +2291,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2415,7 +2304,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8ea2d29-af37-44b1-be66-229f670e8c87 + - d3ea94ab-fb7f-4d41-8575-95ed3912ed70 X-Total-Count: - "1" status: 200 OK @@ -2428,10 +2317,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2440,7 +2329,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2450,7 +2339,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0de401f1-8513-427a-bed9-3c27ba1a6b5a + - cffa46b7-4039-4f1a-aafe-41c585ad3407 status: 200 OK code: 200 duration: "" @@ -2461,10 +2350,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2473,7 +2362,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2483,7 +2372,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 383c16df-d5bd-40f0-ae51-00a6f89b6e14 + - 6a167519-6077-41f8-9602-87b4f7b1f4b3 status: 200 OK code: 200 duration: "" @@ -2494,10 +2383,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:54.360802+00:00","id":"63476d0b-3f86-413c-a966-8ea04f929727","mac_address":"02:00:00:13:01:0c","modification_date":"2023-05-29T13:52:25.807468+00:00","private_network_id":"8a71e8dd-cf3e-481a-a509-c8556442353c","server_id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.559995+00:00","id":"b33337b1-3daa-41d6-ae53-f8506d6d846d","mac_address":"02:00:00:13:57:3a","modification_date":"2023-07-10T07:41:07.002983+00:00","private_network_id":"cfd54e2b-37e7-4f27-8b23-df0b2b31b12a","server_id":"e459d7b7-a835-40c8-82a5-8727834fd502","state":"available","tags":["test-terraform-datasource-private-nic"],"zone":"fr-par-1"}}' headers: Content-Length: - "417" @@ -2506,7 +2395,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:35 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2516,7 +2405,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c88758c-7f7e-4f38-8f1e-0901756f6898 + - 354a95c9-7f37-4c7f-81a3-05dc3cb6f487 status: 200 OK code: 200 duration: "" @@ -2527,7 +2416,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: DELETE response: body: "" @@ -2535,7 +2424,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:52:35 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2545,7 +2434,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd2d0214-c087-495f-a674-5ab40e1d82e8 + - 6c9fc5f5-1517-495d-9bda-e184c9a3ccbe status: 204 No Content code: 204 duration: "" @@ -2556,11 +2445,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"message":"Private Nic \"63476d0b-3f86-413c-a966-8ea04f929727\" or server - \"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"b33337b1-3daa-41d6-ae53-f8506d6d846d\" or server + \"e459d7b7-a835-40c8-82a5-8727834fd502\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -2569,7 +2458,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:36 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2579,7 +2468,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d475b3f8-1bc9-4046-872c-407dac246025 + - 6cd4a76a-cb5e-4d51-a81d-85b0188915fa status: 404 Not Found code: 404 duration: "" @@ -2590,25 +2479,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:50.515502+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:40:31.956719+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2756" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:36 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2618,7 +2507,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24e2cb22-2c10-406b-8039-923d8666b109 + - fb553f22-709b-4c95-a953-85fa083c45d7 status: 200 OK code: 200 duration: "" @@ -2629,7 +2518,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8a71e8dd-cf3e-481a-a509-c8556442353c + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/cfd54e2b-37e7-4f27-8b23-df0b2b31b12a method: DELETE response: body: "" @@ -2639,7 +2528,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:36 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2649,7 +2538,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29c53c11-318a-4078-ba28-1dc80c497703 + - 16f8a275-08d9-4ab6-b1c3-afa0bb4772e6 status: 204 No Content code: 204 duration: "" @@ -2662,10 +2551,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/action","href_result":"/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","id":"05275768-c746-4c6b-9b84-469ef8001022","started_at":"2023-05-29T13:52:36.723108+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/e459d7b7-a835-40c8-82a5-8727834fd502/action","href_result":"/servers/e459d7b7-a835-40c8-82a5-8727834fd502","id":"b1242ac3-ba9e-4b9b-8821-8d7510d39a52","started_at":"2023-07-10T07:41:16.719395+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2674,9 +2563,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:36 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/05275768-c746-4c6b-9b84-469ef8001022 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b1242ac3-ba9e-4b9b-8821-8d7510d39a52 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2686,7 +2575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41487377-6c2d-4481-bf4c-2ab233b41f5c + - 7f38cb9a-8881-430c-b492-08de70ab0d69 status: 202 Accepted code: 202 duration: "" @@ -2697,220 +2586,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2724" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:52:36 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79f54d77-8f7f-4067-9e28-16fad26e74d7 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2724" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:52:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fe5d0154-322b-47f8-ab0e-c65f608d7a60 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2724" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:52:48 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 75b2624f-5252-47fd-ad97-dbdf9cedf0ce - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2724" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:52:53 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b862caae-2f12-4f36-876e-7ac0d9dad87c - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2724" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:52:58 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9de5a377-5a4f-4883-aae1-de5924b5426d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:03 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2920,7 +2614,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 59a2a267-b29c-46f8-b747-26efd959a008 + - e30004d9-5d61-40d3-8257-f2e830aa75a6 status: 200 OK code: 200 duration: "" @@ -2931,25 +2625,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:09 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2959,7 +2653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95088706-0641-454d-a942-4e6b23950b09 + - df6e95ab-ab87-4ece-bc68-e34965cf86fd status: 200 OK code: 200 duration: "" @@ -2970,25 +2664,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:14 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2998,7 +2692,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb212f45-8fc1-45aa-9384-78448852d259 + - 69a3b46a-e603-4f0b-95e2-933b2dc75f33 status: 200 OK code: 200 duration: "" @@ -3009,25 +2703,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:19 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3037,7 +2731,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67975f25-65b8-4222-b059-a0de7065cd0b + - ffbb0c25-ac00-4d76-adc1-ad773768c3df status: 200 OK code: 200 duration: "" @@ -3048,25 +2742,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:24 GMT + - Mon, 10 Jul 2023 07:41:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3076,7 +2770,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 238cabf9-ac5a-4030-89b9-11e5f841501b + - a940e31e-d941-49b7-8970-d732c84f1347 status: 200 OK code: 200 duration: "" @@ -3087,25 +2781,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:30 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3115,7 +2809,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c7b6590-feff-4c6a-8051-652e4a2bd6b9 + - f45d4b49-2db9-4b6d-b5f9-a90a643d558a status: 200 OK code: 200 duration: "" @@ -3126,25 +2820,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:36 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3154,7 +2848,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1e21e82-ce4c-4a64-880a-9016d43fa8ba + - e9adcb46-b1ac-49f1-8fbb-cf1864a96acc status: 200 OK code: 200 duration: "" @@ -3165,25 +2859,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:41 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3193,7 +2887,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88bb08ed-ec06-40ba-9d8e-0ee88dcb5540 + - 8b3cd789-5ccf-4767-8bb8-f8b9b5ed9b4e status: 200 OK code: 200 duration: "" @@ -3204,25 +2898,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"601","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:36.245190+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.40.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"1002","node_id":"8","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:41:16.322971+00:00","name":"test-terraform-datasource-private-nic","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.118.15","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2724" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:46 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3232,7 +2926,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b65e6cb-135a-427b-acc2-5dcdc737d02d + - d8670581-c8f5-40d7-9ae2-b6beca8bd2da status: 200 OK code: 200 duration: "" @@ -3243,25 +2937,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:53:48.888544+00:00","name":"test-terraform-datasource-private-nic","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:42:06.021179+00:00","name":"test-terraform-datasource-private-nic","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:51 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3271,7 +2965,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 887d6439-59f6-444b-9301-aab579fcb842 + - baa4d7b5-3868-4fec-a2fd-d7bcd6420007 status: 200 OK code: 200 duration: "" @@ -3282,25 +2976,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.866928+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:53:48.888544+00:00","name":"test-terraform-datasource-private-nic","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.866928+00:00","export_uri":null,"id":"53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb","modification_date":"2023-05-29T13:51:25.866928+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.113862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test-terraform-datasource-private-nic","id":"e459d7b7-a835-40c8-82a5-8727834fd502","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:b5","maintenances":[],"modification_date":"2023-07-10T07:42:06.021179+00:00","name":"test-terraform-datasource-private-nic","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.113862+00:00","export_uri":null,"id":"27ff4654-1493-49af-95a8-a84fb1c2a580","modification_date":"2023-07-10T07:40:12.113862+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e459d7b7-a835-40c8-82a5-8727834fd502","name":"test-terraform-datasource-private-nic"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:51 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3310,7 +3004,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6d2eb5c-5319-4850-a3d1-3412a0b06f2d + - c9bb57ec-13d5-4837-88fe-ee7b8b2ed471 status: 200 OK code: 200 duration: "" @@ -3321,7 +3015,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: DELETE response: body: "" @@ -3329,7 +3023,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:53:51 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3339,7 +3033,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddd9fd63-b4f2-4a62-8de6-35efa0244b1f + - 18cf7de4-59b3-4e1a-9c82-c8a8e5f4cf99 status: 204 No Content code: 204 duration: "" @@ -3350,10 +3044,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502 method: GET response: - body: '{"message":"\"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2\" not found","type":"unknown_resource"}' + body: '{"message":"\"e459d7b7-a835-40c8-82a5-8727834fd502\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3362,7 +3056,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:52 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3372,7 +3066,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56647b56-e725-4e80-9b10-dac70b18c82b + - 9d9d2a70-fb3c-4463-a4bf-62b019ed66d9 status: 404 Not Found code: 404 duration: "" @@ -3383,7 +3077,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/53e39cbf-a6c4-4c75-99e7-68d4d6cea3cb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/27ff4654-1493-49af-95a8-a84fb1c2a580 method: DELETE response: body: "" @@ -3391,7 +3085,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:53:52 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3401,7 +3095,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f54c1ed3-e307-4e9b-9a20-ea5415827eb6 + - 77de15f4-2b48-4cca-903f-0a6d3c09a088 status: 204 No Content code: 204 duration: "" @@ -3412,11 +3106,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"message":"Private Nic \"63476d0b-3f86-413c-a966-8ea04f929727\" or server - \"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"b33337b1-3daa-41d6-ae53-f8506d6d846d\" or server + \"e459d7b7-a835-40c8-82a5-8727834fd502\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -3425,7 +3119,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:52 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3435,7 +3129,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0eaac77-9011-4d5f-91d4-43f0591ef230 + - 876c3847-9e03-49c1-b4ef-95db94034102 status: 404 Not Found code: 404 duration: "" @@ -3446,11 +3140,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"message":"Private Nic \"63476d0b-3f86-413c-a966-8ea04f929727\" or server - \"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"b33337b1-3daa-41d6-ae53-f8506d6d846d\" or server + \"e459d7b7-a835-40c8-82a5-8727834fd502\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -3459,7 +3153,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:52 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3469,7 +3163,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0068d14-f7a4-4913-8571-cf95ad2b6a13 + - f5eb3e45-2a0f-49cd-9440-19c12ec4fc06 status: 404 Not Found code: 404 duration: "" @@ -3480,11 +3174,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"message":"Private Nic \"63476d0b-3f86-413c-a966-8ea04f929727\" or server - \"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"b33337b1-3daa-41d6-ae53-f8506d6d846d\" or server + \"e459d7b7-a835-40c8-82a5-8727834fd502\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -3493,7 +3187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:52 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3503,7 +3197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a6733d1-6c03-4348-bfa7-f41d4dc3a6b6 + - ade64707-dbb4-4afd-9345-2ad2be83bca0 status: 404 Not Found code: 404 duration: "" @@ -3514,11 +3208,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b8a551d0-b7b1-44a8-8f29-761b66bbb8d2/private_nics/63476d0b-3f86-413c-a966-8ea04f929727 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e459d7b7-a835-40c8-82a5-8727834fd502/private_nics/b33337b1-3daa-41d6-ae53-f8506d6d846d method: GET response: - body: '{"message":"Private Nic \"63476d0b-3f86-413c-a966-8ea04f929727\" or server - \"b8a551d0-b7b1-44a8-8f29-761b66bbb8d2\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"b33337b1-3daa-41d6-ae53-f8506d6d846d\" or server + \"e459d7b7-a835-40c8-82a5-8727834fd502\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -3527,7 +3221,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:52 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3537,7 +3231,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df4a43b0-d073-44ee-96ed-60d37d1cbfb3 + - 5d708f11-3c60-4efd-8d7a-c0e50090b699 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/data-source-instance-server-basic.cassette.yaml b/scaleway/testdata/data-source-instance-server-basic.cassette.yaml index e00bcba7fe..e308e8b319 100644 --- a/scaleway/testdata/data-source-instance-server-basic.cassette.yaml +++ b/scaleway/testdata/data-source-instance-server-basic.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - feb4e007-3676-4969-981d-859381413bef + - 86ba0ce1-81f9-48df-b89b-5d0d578aa227 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bab26af8-3417-4f0d-8243-fb473f1abf7c + - 2036bb10-b377-4820-8503-ae1c701c2ce4 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd8860af-a070-4eaf-965d-5ab01e7a2700 + - 0a881fca-7e05-4db2-83c1-1089253c3428 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-server","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","data_scaleway_instance_server","basic"]}' + body: '{"name":"tf-server","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","data_scaleway_instance_server","basic"]}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 53cfcbf4-8b8d-46e5-8514-1081111b61cd + - c1b0f28c-2119-40f3-8e05-88ed81b3d470 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fde74348-15af-48a8-9277-057e56eaf26f + - ca759bd1-6907-4906-b12e-bb52e34e24b4 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a878404b-50c7-43e4-a65b-467ebde6b6ab + - 4ee16abb-2e7a-4c6e-8c16-51fbcd9eca38 status: 200 OK code: 200 duration: "" @@ -238,25 +238,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -266,7 +266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68ba0313-2a70-401e-bc74-c0b408ca2635 + - e0f01be6-9bdf-43ee-83d2-44a1abbd3e3b status: 200 OK code: 200 duration: "" @@ -277,7 +277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -289,7 +289,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -299,7 +299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc0c309e-6fc5-4eb5-b43e-a67f3902cffa + - 5da5ef7e-642a-4e40-8ce9-5403ec7d7380 status: 200 OK code: 200 duration: "" @@ -310,7 +310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -322,9 +322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -335,7 +335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 583ce273-e048-46ff-be70-a7cc73a96b2c + - 4c839f77-2c06-4feb-9816-4797f9153e15 X-Total-Count: - "0" status: 200 OK @@ -348,25 +348,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -376,7 +376,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 905b2f36-2e50-40d8-913b-ba7378a3ac9c + - f53cef02-4814-4ce5-bdfa-0ae5f30b16fb status: 200 OK code: 200 duration: "" @@ -387,7 +387,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -399,7 +399,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c99bf475-476b-40d8-bf4e-b2b7f617ec36 + - c1d54064-5fe0-4d8b-9678-e0e7abc09e38 status: 200 OK code: 200 duration: "" @@ -420,7 +420,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -432,9 +432,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -445,7 +445,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1057421a-60a3-4b0e-9734-e950ab1ef895 + - a0c5e33d-7f0c-45ab-a465-9de9da20de1f X-Total-Count: - "0" status: 200 OK @@ -458,25 +458,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -486,7 +486,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed1f8f9e-efcb-4346-92fb-81e936aed222 + - 4674f18e-6299-4a2d-8a2e-f240afc19998 status: 200 OK code: 200 duration: "" @@ -497,7 +497,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -509,7 +509,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -519,7 +519,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cec27579-3e62-419d-b935-55ac1676c3c8 + - 6c1155b0-aa1a-4d8c-96fb-f10641f3e000 status: 200 OK code: 200 duration: "" @@ -530,7 +530,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -542,9 +542,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -555,7 +555,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57b20ae6-bbad-482c-b847-f6c0755f392a + - dd1de5c8-98a7-4b00-ac0b-05f328056d13 X-Total-Count: - "0" status: 200 OK @@ -568,25 +568,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -596,7 +596,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45f5126d-2206-447b-ab38-2aeea89e8d8d + - 8a0ce9a9-8cf3-4e4e-9a52-400a274c100b status: 200 OK code: 200 duration: "" @@ -612,20 +612,20 @@ interactions: response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "2568" + - "2650" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Link: - ; rel="last" Server: @@ -637,7 +637,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67700b3c-2cfb-4954-9eb8-016f86adbaf5 + - f6abc1fa-62b1-4ae4-aedf-d847657e89ad X-Total-Count: - "1" status: 200 OK @@ -650,7 +650,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -662,7 +662,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -672,7 +672,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1680ab8f-6f4c-4177-9d50-b1ee686b7e30 + - 286a96da-5dd4-4d3f-b59b-88b12ef4d947 status: 200 OK code: 200 duration: "" @@ -683,7 +683,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -695,9 +695,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:22 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -708,7 +708,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7938abfd-fa80-4e95-aae9-f9d05556a6a7 + - 4472d1cd-511b-4421-b4d1-64171c2dd37d X-Total-Count: - "0" status: 200 OK @@ -721,25 +721,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -749,7 +749,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f9502e4b-7cde-40b8-babe-7cb0da9180c0 + - 7e1cf6c4-2e8b-4030-b19f-06c62cd5aa3f status: 200 OK code: 200 duration: "" @@ -760,7 +760,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -772,7 +772,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -782,7 +782,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a6407c3-f318-4862-b35f-c31fb84e7924 + - 4aa7be35-2770-4bbe-bad1-94df5af39062 status: 200 OK code: 200 duration: "" @@ -793,7 +793,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -805,9 +805,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -818,7 +818,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a3216d5-a58d-49cd-8935-a82ad23af76a + - c70ffda3-e48c-432f-a377-28b51606e869 X-Total-Count: - "0" status: 200 OK @@ -831,27 +831,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2568" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT - Link: - - ; rel="last" + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -861,9 +859,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93869827-2512-4401-95a8-e075126858e3 - X-Total-Count: - - "1" + - 54a27021-3f36-4bea-94b8-d2e1416e41ef status: 200 OK code: 200 duration: "" @@ -874,25 +870,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "2565" + - "2650" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:24 GMT + Link: + - ; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -902,7 +900,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35c5e556-ff71-495d-8cea-967b6d867fba + - f5fe657f-bd21-46d1-861a-d846bbc030d2 + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -913,7 +913,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -925,7 +925,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -935,7 +935,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eae2090f-9ea9-439a-b3c2-89661cf73f01 + - 10b1a977-7c9b-463c-b056-2bbf8e9515b3 status: 200 OK code: 200 duration: "" @@ -946,22 +946,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"private_nics":[]}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "20" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -971,9 +974,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f85be72d-dd4d-4988-9d0e-93a1a8846a29 - X-Total-Count: - - "0" + - 26a72224-2b69-4873-8bbe-164c40a7046d status: 200 OK code: 200 duration: "" @@ -984,25 +985,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "2565" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:25 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1012,7 +1010,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 027a4ff6-6b8f-45c3-91f7-e09968a2375f + - 97a8ee85-3755-4fc2-b294-cb94cb5e681e + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1023,7 +1023,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -1035,7 +1035,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1045,7 +1045,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8190bed6-69d8-462f-8d2e-6b43416d7c0f + - c951fde3-ab54-4ea2-8f57-575c66e92192 status: 200 OK code: 200 duration: "" @@ -1056,7 +1056,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1068,9 +1068,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1081,7 +1081,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d026a02-eeeb-4ce9-9935-43de98378ef7 + - 48057fce-61b1-4565-a50c-e10cfd185e4b X-Total-Count: - "0" status: 200 OK @@ -1094,25 +1094,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1122,7 +1122,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac98f41e-4b17-4d12-8687-6eeb0bc34b73 + - 5fc8f5dd-dd5f-4ae4-ad7d-79340ec864f5 status: 200 OK code: 200 duration: "" @@ -1133,25 +1133,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1161,7 +1161,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cba9c728-c082-4f36-bd91-f30d8cd6a34d + - 89a5b6d0-5315-4474-a50e-4451f06ab10b status: 200 OK code: 200 duration: "" @@ -1172,25 +1172,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "2565" + - "2650" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:27 GMT + Link: + - ; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1200,7 +1202,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5db2dde9-f37b-4de5-bf36-b5e3a6e35a9a + - 91a3a702-16d9-4674-bf5b-ea603d2a336b + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -1211,27 +1215,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2568" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT - Link: - - ; rel="last" + - Mon, 10 Jul 2023 07:43:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1241,9 +1243,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3192624-8c84-4b8e-84c5-9358bbbbceee - X-Total-Count: - - "1" + - 14ac2d42-87b5-4bcc-b3b0-bc32e48d5e9c status: 200 OK code: 200 duration: "" @@ -1254,7 +1254,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -1266,7 +1266,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1276,7 +1276,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2aab86b-ef82-4208-a640-b47d2623e3d6 + - f681463d-f00b-4047-9446-c718aaf2013e status: 200 OK code: 200 duration: "" @@ -1287,22 +1287,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"private_nics":[]}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "20" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1312,9 +1315,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4960b0d3-bba8-455b-85a0-ec464ce94190 - X-Total-Count: - - "0" + - a5174694-57c6-4df6-9b07-7e3706949b96 status: 200 OK code: 200 duration: "" @@ -1325,25 +1326,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "2565" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:28 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1353,7 +1351,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5f4d3f7-abd2-4981-a52c-f2a1c160f116 + - 9a77c79e-bf2a-42d4-b3d9-b7472dbd8a15 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1364,7 +1364,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -1376,7 +1376,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1386,7 +1386,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcce5b67-f62f-4856-9055-d10a958e51ac + - 309fe8a8-f672-4bc2-822a-01f01d2a6425 status: 200 OK code: 200 duration: "" @@ -1397,7 +1397,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1409,9 +1409,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1422,7 +1422,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82dde11d-dc9d-41e3-92b1-dd505e9c5314 + - ab1f57c3-0c97-4590-9f21-4ac86c380d6e X-Total-Count: - "0" status: 200 OK @@ -1435,25 +1435,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1463,7 +1463,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22093cbb-044d-4e3d-b559-5a7d91d35ace + - 1b5fbf71-7395-49e5-acd5-39c10cda86b2 status: 200 OK code: 200 duration: "" @@ -1474,7 +1474,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -1486,7 +1486,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1496,7 +1496,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba937546-650c-4502-a46a-5bea242df33a + - 5daee2df-0830-4b46-905d-ead7875bcaee status: 200 OK code: 200 duration: "" @@ -1507,7 +1507,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1519,9 +1519,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1532,7 +1532,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d7b2a10-46b6-44fe-bed7-90d837037694 + - c29b973c-815e-4a94-a3a3-ac155c48a6a4 X-Total-Count: - "0" status: 200 OK @@ -1545,25 +1545,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1573,7 +1573,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3fcd45e8-42f3-4494-88c2-642a18eeeeca + - 8b743547-6455-4612-bd18-ecbc48d3b904 status: 200 OK code: 200 duration: "" @@ -1584,27 +1584,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + body: '{"user_data":[]}' headers: Content-Length: - - "2568" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT - Link: - - ; rel="last" + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1614,9 +1606,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87f22e39-1fc1-47ba-8e54-587f2e0f0cac - X-Total-Count: - - "1" + - 8bc560a5-0344-443b-b19c-6feaf80274f8 status: 200 OK code: 200 duration: "" @@ -1627,19 +1617,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "17" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:30 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1649,7 +1642,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ee382cd-d4cf-4a93-89ad-1c7e269da913 + - b6c2d58d-633d-43c6-8d16-ba1349e92aef + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1660,22 +1655,33 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc method: GET response: - body: '{"private_nics":[]}' + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "20" + - "5324" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Link: - - ; - rel="last" + - ; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1685,9 +1691,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d706af98-5b47-4293-91f1-bccbfbf5e014 + - 4d79a41c-1a14-4c1d-b5c8-26bae97cc453 X-Total-Count: - - "0" + - "2" status: 200 OK code: 200 duration: "" @@ -1698,25 +1704,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1726,7 +1732,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 377d2a43-f17a-425e-bea2-c0a3b189009f + - 457ca9eb-4d10-4109-b321-79a9db47e63e status: 200 OK code: 200 duration: "" @@ -1737,7 +1743,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -1749,7 +1755,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1759,7 +1765,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96f0f489-656f-48e9-8ac2-b4c6a80090ac + - df989c5e-6b58-4857-b764-89423dc1f609 status: 200 OK code: 200 duration: "" @@ -1770,7 +1776,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1782,9 +1788,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1795,7 +1801,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fac44a32-7305-4f60-966e-192cbb114d28 + - 58d2d188-df78-4280-888c-5e2bd0899c11 X-Total-Count: - "0" status: 200 OK @@ -1808,25 +1814,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1836,7 +1842,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8442e625-01d4-4678-a9b9-9fd51dfd54b5 + - 13eeb8b3-d006-47f6-8045-5cef26471362 status: 200 OK code: 200 duration: "" @@ -1847,27 +1853,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + body: '{"user_data":[]}' headers: Content-Length: - - "2568" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT - Link: - - ; rel="last" + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1877,9 +1875,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc18cd0a-f2a1-41b9-bb12-a79ec50df980 - X-Total-Count: - - "1" + - a44475fe-d36d-4b53-ab82-e0cf8b5d5833 status: 200 OK code: 200 duration: "" @@ -1890,19 +1886,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "17" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1912,7 +1911,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 778a76bf-5619-44bb-b7b8-c96941ce616f + - e187c8cb-3a54-4a59-bb02-0cf53825fda4 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1923,22 +1924,33 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server&order=creation_date_desc method: GET response: - body: '{"private_nics":[]}' + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "20" + - "5324" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Link: - - ; - rel="last" + - ; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1948,9 +1960,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5256a379-a4e8-42f0-be71-8c88e8c28403 + - 278ba0f1-9117-4363-816a-5625cca292b7 X-Total-Count: - - "0" + - "2" status: 200 OK code: 200 duration: "" @@ -1961,25 +1973,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1989,7 +2001,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8579bcd-c905-41ab-9465-343eecc31fb2 + - 5d74ffe6-ca61-441e-90fb-7de50c73a9a1 status: 200 OK code: 200 duration: "" @@ -2000,7 +2012,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/user_data method: GET response: body: '{"user_data":[]}' @@ -2012,7 +2024,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2022,7 +2034,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4230270b-485d-43c8-9342-14b1a1b12dbe + - 81a7e93c-3e09-4fa2-a618-01f803bf631a status: 200 OK code: 200 duration: "" @@ -2033,7 +2045,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2045,9 +2057,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2058,7 +2070,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c62f0c4f-8bce-4f1a-819d-bf2c5a647d7c + - d705ae7c-0d1d-4f50-9c0a-d4b66d9f82f1 X-Total-Count: - "0" status: 200 OK @@ -2071,25 +2083,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2099,7 +2111,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5da8b799-f7bb-4b09-a549-0596c6df137a + - b7cbef1d-4283-4730-b1e7-d5df6599c961 status: 200 OK code: 200 duration: "" @@ -2110,25 +2122,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.646293+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.646293+00:00","name":"tf-server","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.646293+00:00","export_uri":null,"id":"c38e949b-559d-40b6-bd91-e8731628fbad","modification_date":"2023-05-29T12:12:38.646293+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4ae2f68c-acc5-4c78-a425-f17f233007b9","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:16.731985+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server","id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:41","maintenances":[],"modification_date":"2023-07-10T07:43:16.731985+00:00","name":"tf-server","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:16.731985+00:00","export_uri":null,"id":"48a7191a-f708-4661-9c9a-60981d9e6a46","modification_date":"2023-07-10T07:43:16.731985+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"6ca9ab1b-fce5-43d7-8136-dcc63e03959f","name":"tf-server"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2138,7 +2150,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 86cf2a90-ab6a-4a64-99ae-cdbdc6285fae + - 7b4f2b07-4822-444e-8fe7-fbe1be0bd21a status: 200 OK code: 200 duration: "" @@ -2149,7 +2161,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: DELETE response: body: "" @@ -2157,7 +2169,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2167,7 +2179,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 890c2640-07e3-4584-8b67-f8a5035d4436 + - 1a225eb1-7f62-4b94-9862-09ed0505418e status: 204 No Content code: 204 duration: "" @@ -2178,10 +2190,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"message":"\"4ae2f68c-acc5-4c78-a425-f17f233007b9\" not found","type":"unknown_resource"}' + body: '{"message":"\"6ca9ab1b-fce5-43d7-8136-dcc63e03959f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2190,7 +2202,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2200,7 +2212,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 367c059b-8ebe-47b0-abcc-4acbef43adcd + - a5423406-c1ef-4bd8-a9e3-dbb341c687e4 status: 404 Not Found code: 404 duration: "" @@ -2211,7 +2223,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c38e949b-559d-40b6-bd91-e8731628fbad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/48a7191a-f708-4661-9c9a-60981d9e6a46 method: DELETE response: body: "" @@ -2219,7 +2231,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2229,7 +2241,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdc9e766-35ef-4e99-93eb-57c858e7a92f + - 69598a08-7715-4330-80bd-768a8be19c81 status: 204 No Content code: 204 duration: "" @@ -2240,10 +2252,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"message":"\"4ae2f68c-acc5-4c78-a425-f17f233007b9\" not found","type":"unknown_resource"}' + body: '{"message":"\"6ca9ab1b-fce5-43d7-8136-dcc63e03959f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2252,7 +2264,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2262,7 +2274,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4fcece9-a245-4f73-a9bb-ebb2678608d3 + - b353cae5-71a2-49f3-b464-894ff4a43726 status: 404 Not Found code: 404 duration: "" @@ -2273,10 +2285,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"message":"\"4ae2f68c-acc5-4c78-a425-f17f233007b9\" not found","type":"unknown_resource"}' + body: '{"message":"\"6ca9ab1b-fce5-43d7-8136-dcc63e03959f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2285,7 +2297,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2295,7 +2307,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a50c911c-efa0-4052-879c-54d391d0645f + - 0e43fb0a-e259-438b-9e4b-4e81d8f471ee status: 404 Not Found code: 404 duration: "" @@ -2306,10 +2318,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4ae2f68c-acc5-4c78-a425-f17f233007b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/6ca9ab1b-fce5-43d7-8136-dcc63e03959f method: GET response: - body: '{"message":"\"4ae2f68c-acc5-4c78-a425-f17f233007b9\" not found","type":"unknown_resource"}' + body: '{"message":"\"6ca9ab1b-fce5-43d7-8136-dcc63e03959f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2318,7 +2330,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2328,7 +2340,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 559c8b30-2d98-4957-b96d-afd3fb260170 + - 7feb471b-7a13-4a90-bde0-78ee7c028f51 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/data-source-instance-servers-basic.cassette.yaml b/scaleway/testdata/data-source-instance-servers-basic.cassette.yaml index b6527560b8..fe5130d050 100644 --- a/scaleway/testdata/data-source-instance-servers-basic.cassette.yaml +++ b/scaleway/testdata/data-source-instance-servers-basic.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:47 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e15fde5-45e9-42c3-b54f-fcd379d8dd4f + - e7391300-8f54-4d13-8adc-e645eab629f4 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:47 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af54c6a0-5038-43a2-8667-b6f373617fa9 + - f58aac85-5489-4d74-9010-47ed5ea94faf X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:47 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42a0b935-512e-4210-9bc6-921f20112baf + - 74c44d3a-e680-4c35-bdbc-03b004b05ae8 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-server-datasource0","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","data_scaleway_instance_servers","basic"]}' + body: '{"name":"tf-server-datasource0","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","data_scaleway_instance_servers","basic"]}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:48 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3663328-87d9-4b1c-8740-16bb7f76ea65 + - 6748f719-e1e8-40e9-a615-b247f80b016c status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:48 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbee222b-f0b9-4995-b709-e77330d77007 + - 02e06f50-f753-49ac-b450-15ec7bd202c2 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:48 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d17718e-9ca5-4fa2-aa09-95ff069a8f75 + - fbc0995e-15e2-411b-9d9a-6921a42abfd5 status: 200 OK code: 200 duration: "" @@ -238,25 +238,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:48 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -266,7 +266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 875cc06b-6eab-4032-b1c8-63f52c0b2c5e + - 7b587dd7-d9fb-4020-aa30-d8aea2c28d12 status: 200 OK code: 200 duration: "" @@ -277,7 +277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/user_data method: GET response: body: '{"user_data":[]}' @@ -289,7 +289,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:48 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -299,7 +299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d32f76d-27e7-4a65-b72a-23a43dfcb352 + - 6a802e5b-e7ec-4acd-aeee-fd1ffa4a7976 status: 200 OK code: 200 duration: "" @@ -310,7 +310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/private_nics method: GET response: body: '{"private_nics":[]}' @@ -322,9 +322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:48 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -335,7 +335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81fad770-fba2-413d-90cb-15042a2f3170 + - e922fb80-7a64-483e-8c40-eef618af2400 X-Total-Count: - "0" status: 200 OK @@ -348,25 +348,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:49 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -376,7 +376,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 072480c2-05ad-40f6-9686-3c28a98fa53f + - 9cc6df12-d9a1-45e1-9832-0cbf2bb21def status: 200 OK code: 200 duration: "" @@ -387,7 +387,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/user_data method: GET response: body: '{"user_data":[]}' @@ -399,7 +399,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:49 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 658cf4ee-1a3a-4ef3-98d4-fe29787c3e37 + - feec20c8-9f04-4432-8f8b-412477d6b5ee status: 200 OK code: 200 duration: "" @@ -420,7 +420,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/private_nics method: GET response: body: '{"private_nics":[]}' @@ -432,9 +432,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:49 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -445,7 +445,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b89668a9-8b59-4d59-b510-76f9c1976c15 + - 02f0f56f-6383-4c1c-ba68-fa2f43ba46d5 X-Total-Count: - "0" status: 200 OK @@ -458,25 +458,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:50 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -486,7 +486,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 882cb62a-1c2c-4f73-8668-4f00c84df4ee + - efc42074-b20c-45dd-93b1-8ed06f8a6e34 status: 200 OK code: 200 duration: "" @@ -497,7 +497,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/user_data method: GET response: body: '{"user_data":[]}' @@ -509,7 +509,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:50 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -519,7 +519,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f123aacd-9373-4cc3-bf09-b2db331138d4 + - 1f3a8616-d695-40c3-856e-66627fe3597f status: 200 OK code: 200 duration: "" @@ -530,7 +530,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/private_nics method: GET response: body: '{"private_nics":[]}' @@ -542,9 +542,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:50 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -555,7 +555,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88ff0807-ba6e-4791-9429-b8fedea88916 + - 52602fa0-4cad-47db-b2d5-304b0da5c304 X-Total-Count: - "0" status: 200 OK @@ -568,19 +568,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:50 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -590,7 +590,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42e3c764-7d9f-4746-b749-811cc8a227e6 + - f1c01a62-6cc8-4397-a9ce-caf2eddf4b75 status: 200 OK code: 200 duration: "" @@ -604,16 +604,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:50 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Link: - ; rel="next",; rel="last" @@ -626,7 +626,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b95bf792-5692-4302-a7b8-3e261bea5bf8 + - 7d51f115-3271-4109-b737-cc2f64a4885d X-Total-Count: - "56" status: 200 OK @@ -642,16 +642,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:50 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -664,14 +664,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbef9a75-7976-4a83-b099-fef4a7245322 + - 0ce16165-0ad5-4392-a098-f0923d167f44 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-server-datasource1","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","data_scaleway_instance_servers","basic"]}' + body: '{"name":"tf-server-datasource1","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","data_scaleway_instance_servers","basic"]}' form: {} headers: Content-Type: @@ -684,22 +684,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:51 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -709,7 +709,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b607d0f8-dfc4-4525-bcd5-92564b80b42b + - fe3514de-6d4b-4756-a76b-132069349e39 status: 201 Created code: 201 duration: "" @@ -720,25 +720,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:51 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -748,7 +748,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec25eabd-3cf1-4a21-a1e4-8b2b0111db32 + - a0b6b886-49c6-45c6-9732-95e2a17c469a status: 200 OK code: 200 duration: "" @@ -759,25 +759,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:51 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -787,7 +787,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb131f29-4aca-4283-bee8-3a46bd26ee1b + - f0663b53-2d02-4262-be09-9416d728c02c status: 200 OK code: 200 duration: "" @@ -798,25 +798,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:51 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -826,7 +826,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 706def39-5111-4708-bdb6-f7ee82be1587 + - 632b9d1e-c048-4a48-bfe3-0695b2aed32f status: 200 OK code: 200 duration: "" @@ -837,7 +837,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/user_data method: GET response: body: '{"user_data":[]}' @@ -849,7 +849,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -859,7 +859,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e84151b-1416-401d-8ec4-c3b00e195259 + - e7e73f9c-f1a5-494f-a963-30107aac7082 status: 200 OK code: 200 duration: "" @@ -870,7 +870,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -882,9 +882,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:34 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -895,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88961766-9fa1-44f5-b11d-c8ea36b2d580 + - 94b3bbe3-4f15-42ba-ae58-3262e627b379 X-Total-Count: - "0" status: 200 OK @@ -908,25 +908,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -936,7 +936,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebe5d438-9e29-47c8-a3a0-ad25452e34d8 + - f9d0c4e5-84f4-4a92-8fdb-9dba8412b785 status: 200 OK code: 200 duration: "" @@ -947,25 +947,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -975,7 +975,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7c2c052-f5f9-43e4-b7be-68703e9a0bc1 + - 4831623b-bccf-4fc2-a28b-4cc9fffee5b7 status: 200 OK code: 200 duration: "" @@ -986,7 +986,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/user_data method: GET response: body: '{"user_data":[]}' @@ -998,7 +998,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1008,7 +1008,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf6c7571-aa78-4529-a3ba-6cb9381a4179 + - c68ceb46-f936-4d10-bf3f-3671f0409ec4 status: 200 OK code: 200 duration: "" @@ -1019,7 +1019,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/user_data method: GET response: body: '{"user_data":[]}' @@ -1031,7 +1031,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1041,7 +1041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9fb8b005-9260-48a2-b31d-d4bcd7fd11e8 + - f3866f80-8731-4918-b127-ccc6dc670cb3 status: 200 OK code: 200 duration: "" @@ -1052,7 +1052,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1064,9 +1064,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1077,7 +1077,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88a65bfb-f59e-4114-b0d7-b4b259353224 + - 6e4e158d-5f85-44a2-8d30-011b57d21c8e X-Total-Count: - "0" status: 200 OK @@ -1090,7 +1090,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1102,9 +1102,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:52 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1115,7 +1115,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b35864d9-e973-48ca-9b67-53580b18be5f + - 0d57cd8f-68e0-4e61-bde3-65fbf5cf992d X-Total-Count: - "0" status: 200 OK @@ -1128,22 +1128,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?name=tf-server-datasource&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: - body: '{"servers":[]}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "15" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1153,9 +1156,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdd136d2-0d9a-4dee-917b-3c1ed3210f22 - X-Total-Count: - - "0" + - 4b9866d6-3160-4b75-9dd4-195a547e2aa0 status: 200 OK code: 200 duration: "" @@ -1166,34 +1167,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server-datasource&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "5197" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1203,9 +1195,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d2d2c36-81c7-42c0-b0b8-7bd7febe4d37 - X-Total-Count: - - "2" + - 2c7b5af6-295e-49fa-9325-7c664c5a9054 status: 200 OK code: 200 duration: "" @@ -1216,25 +1206,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?name=tf-server-datasource&order=creation_date_desc method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"servers":[]}' headers: Content-Length: - - "2602" + - "15" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT + - Mon, 10 Jul 2023 07:43:35 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1244,7 +1231,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8532b952-e692-4212-8038-fa57b3391582 + - 29c81ae5-ec2c-4bad-b3f4-3b79832831c8 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1255,19 +1244,34 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=data_scaleway_instance_servers%2Cterraform-test method: GET response: - body: '{"user_data":[]}' + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "17" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT + - Mon, 10 Jul 2023 07:43:35 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1277,7 +1281,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d4ba564-3a4d-4393-a5ca-f8f9664ae47a + - 8f37971d-975c-45c5-acd0-57fb51e90ea3 + X-Total-Count: + - "2" status: 200 OK code: 200 duration: "" @@ -1288,22 +1294,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/user_data method: GET response: - body: '{"private_nics":[]}' + body: '{"user_data":[]}' headers: Content-Length: - - "20" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1313,9 +1316,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44b42c7e-9124-4ee6-807c-0d2cbcac2b82 - X-Total-Count: - - "0" + - 6cb5dff7-77da-470b-968a-dd7f10168bd5 status: 200 OK code: 200 duration: "" @@ -1326,25 +1327,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/user_data method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "2602" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1354,7 +1349,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71bbae48-727e-44e7-babc-d7e642a180fd + - 67ce5285-a222-4cab-8fe4-4d0e7f7538d9 status: 200 OK code: 200 duration: "" @@ -1365,33 +1360,21 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=data_scaleway_instance_servers%2Cterraform-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/private_nics method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "5197" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT + - Mon, 10 Jul 2023 07:43:36 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1402,9 +1385,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1495a21f-71dc-463d-8085-1dfddb3b5baa + - a64d0ff0-fb5d-4485-b701-cd62a6d09507 X-Total-Count: - - "2" + - "0" status: 200 OK code: 200 duration: "" @@ -1415,19 +1398,34 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server-datasource&order=creation_date_desc method: GET response: - body: '{"user_data":[]}' + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "17" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT + - Mon, 10 Jul 2023 07:43:36 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1437,7 +1435,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ddfd028-adde-45f2-8a55-747813d21d5d + - 99f60892-a93a-4c5c-b358-911dcce46064 + X-Total-Count: + - "2" status: 200 OK code: 200 duration: "" @@ -1448,7 +1448,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1460,9 +1460,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:53 GMT + - Mon, 10 Jul 2023 07:43:36 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1473,7 +1473,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 873536be-7922-4bce-87e7-5e34a9151a2b + - 0eb56e29-60f3-47fa-b153-cb4ebbe9ad42 X-Total-Count: - "0" status: 200 OK @@ -1498,7 +1498,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:54 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Link: - ; rel="last" @@ -1511,7 +1511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13c45b35-3a41-4bf2-8172-36c52910e67f + - 6442f1d8-1aac-4d65-8ce6-f04630521a2c X-Total-Count: - "0" status: 200 OK @@ -1529,26 +1529,26 @@ interactions: response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:54 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Link: - ; rel="last" @@ -1561,7 +1561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19df3576-9072-4af6-941f-65914107243c + - 5c94070f-c738-4cd1-ba0c-f48d2c1abd8e X-Total-Count: - "2" status: 200 OK @@ -1579,26 +1579,26 @@ interactions: response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:54 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Link: - ; rel="last" @@ -1611,7 +1611,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 611be2dc-9c4e-414d-9052-fbb82627fc46 + - 966f2a7a-f557-4dda-8fe3-1ca0685b1cfe X-Total-Count: - "2" status: 200 OK @@ -1636,7 +1636,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:54 GMT + - Mon, 10 Jul 2023 07:43:38 GMT Link: - ; rel="last" @@ -1649,7 +1649,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 01a74260-be96-47cb-aab3-cdfa8866605c + - abc0e921-8c1b-4449-ae4f-ee58f3a71b0e X-Total-Count: - "0" status: 200 OK @@ -1667,26 +1667,26 @@ interactions: response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:54 GMT + - Mon, 10 Jul 2023 07:43:38 GMT Link: - ; rel="last" @@ -1699,7 +1699,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06c17dd7-52bd-4947-9e1a-6aead7364de6 + - 44dc15a3-c461-4523-b422-a66c57a51944 X-Total-Count: - "2" status: 200 OK @@ -1717,26 +1717,26 @@ interactions: response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:38 GMT Link: - ; rel="last" @@ -1749,7 +1749,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ef23ebc-fdec-4443-b106-bd74c2751af8 + - a1287c89-a36c-4b3c-8b9a-01bc88c04c02 X-Total-Count: - "2" status: 200 OK @@ -1762,22 +1762,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?name=tf-server-datasource&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: - body: '{"servers":[]}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "15" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1787,9 +1790,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb32dd57-0088-49b4-be69-69e0e8194d74 - X-Total-Count: - - "0" + - be68b51f-7450-43e1-96aa-e0fbac0b4814 status: 200 OK code: 200 duration: "" @@ -1800,25 +1801,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?name=tf-server-datasource&order=creation_date_desc method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"servers":[]}' headers: Content-Length: - - "2602" + - "15" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1828,7 +1826,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48415a30-a8da-441a-889f-fe9062c04483 + - cbcb13fb-6b6d-499c-87a7-12acede8cc0e + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1839,34 +1839,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server-datasource&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: - body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "5197" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1876,9 +1867,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f18fee4b-2e55-4d3c-bf32-9aaf98793096 - X-Total-Count: - - "2" + - 4eca10b5-0d4b-496f-98d3-f2262fece2be status: 200 OK code: 200 duration: "" @@ -1894,26 +1883,26 @@ interactions: response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Link: - ; rel="last" @@ -1926,7 +1915,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de961e40-7534-475d-91f5-a185ebe8cd09 + - a29af4c0-fa09-4a52-8c0b-67c7f5bb1302 X-Total-Count: - "2" status: 200 OK @@ -1939,7 +1928,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/user_data method: GET response: body: '{"user_data":[]}' @@ -1951,7 +1940,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1961,7 +1950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74482543-c7af-498c-b285-5787b7ceb929 + - d0c7d059-566b-40a8-a7fd-999d65be1788 status: 200 OK code: 200 duration: "" @@ -1972,21 +1961,33 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server-datasource&order=creation_date_desc method: GET response: - body: '{"private_nics":[]}' + body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "20" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1997,9 +1998,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5be2673-94cb-4084-a19b-27dbc2f22a8e + - 210d7238-8afc-4b2f-b678-877c9f0f4cb7 X-Total-Count: - - "0" + - "2" status: 200 OK code: 200 duration: "" @@ -2010,25 +2011,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/user_data method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "2602" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2038,7 +2033,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc2f9fc5-afb1-438a-832a-af1ad3c11f9d + - c19e1e4f-44f1-47ff-90bd-f44d7b2570bc status: 200 OK code: 200 duration: "" @@ -2049,19 +2044,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "17" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2071,7 +2069,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb00755a-f0cb-4bdc-9338-1a85bb2437a2 + - 9cfcbd10-232c-4f12-b915-c34115163606 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -2082,7 +2082,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2094,9 +2094,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:55 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2107,7 +2107,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef233976-c4a2-4684-ac19-a3141ae05b70 + - dcc97171-a76c-431c-9bca-8cc8eb2f3a14 X-Total-Count: - "0" status: 200 OK @@ -2132,7 +2132,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Link: - ; rel="last" @@ -2145,7 +2145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b870ad6-35eb-430a-b691-0bc67923f2a7 + - ecae1ec6-db7c-48b7-9486-33ac2165aad2 X-Total-Count: - "0" status: 200 OK @@ -2158,33 +2158,33 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server-datasource&order=creation_date_desc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=data_scaleway_instance_servers%2Cterraform-test method: GET response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2195,7 +2195,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb81463c-1d58-4655-b253-46e0aea49185 + - 4d549dff-e48c-4c3d-88c3-273b2bcfe5a2 X-Total-Count: - "2" status: 200 OK @@ -2208,33 +2208,33 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=data_scaleway_instance_servers%2Cterraform-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?name=tf-server-datasource&order=creation_date_desc method: GET response: body: '{"servers":[{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"},{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}]}' headers: Content-Length: - - "5197" + - "5361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2245,7 +2245,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45de994a-2fc8-4414-98ab-6ec0aa524a56 + - d5a90f2d-0c6c-468b-949a-0e5b94e09653 X-Total-Count: - "2" status: 200 OK @@ -2258,25 +2258,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2286,7 +2286,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb804c09-8025-438b-870a-03d75d313090 + - 25a76d8a-0171-48db-a96e-65449aaa1fac status: 200 OK code: 200 duration: "" @@ -2297,25 +2297,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2325,7 +2325,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - acc71951-a490-463a-a8d4-2b5618110448 + - d7dc7350-f62e-482c-a19d-029d1ffb81bd status: 200 OK code: 200 duration: "" @@ -2336,25 +2336,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:47.517728+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:47.517728+00:00","name":"tf-server-datasource0","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:47.517728+00:00","export_uri":null,"id":"5075e063-aea1-47a2-8794-969e53be360f","modification_date":"2023-05-29T12:38:47.517728+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a89aef88-c971-4b6b-a9c9-57c577fae7f8","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:29.394856+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource0","id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:45","maintenances":[],"modification_date":"2023-07-10T07:43:29.394856+00:00","name":"tf-server-datasource0","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:29.394856+00:00","export_uri":null,"id":"b127e635-3ad9-4cfb-868f-f05d91cf84fa","modification_date":"2023-07-10T07:43:29.394856+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c0a23bb8-421d-4edd-84f9-653c7a2d9031","name":"tf-server-datasource0"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2364,7 +2364,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 844b6286-c770-48ac-8ab0-593b7211ea7e + - 80a9c733-995f-417a-9848-e38cf8c670b9 status: 200 OK code: 200 duration: "" @@ -2375,25 +2375,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:38:50.963673+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"86ad0906-c911-40de-a431-41482ec2d5b3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:38:50.963673+00:00","name":"tf-server-datasource1","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:38:50.963673+00:00","export_uri":null,"id":"ead06fa8-2233-4900-8141-2b7e0434965a","modification_date":"2023-05-29T12:38:50.963673+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"86ad0906-c911-40de-a431-41482ec2d5b3","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:33.302818+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-server-datasource1","id":"406c1df0-4876-4b3f-9ba6-41df108756f4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:47","maintenances":[],"modification_date":"2023-07-10T07:43:33.302818+00:00","name":"tf-server-datasource1","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","data_scaleway_instance_servers","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:33.302818+00:00","export_uri":null,"id":"27e455e9-06d5-46c9-929e-abf56d415011","modification_date":"2023-07-10T07:43:33.302818+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"406c1df0-4876-4b3f-9ba6-41df108756f4","name":"tf-server-datasource1"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2684" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2403,7 +2403,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30aea870-2b04-4796-89ae-d49e1af43136 + - b75aca41-2730-4549-b29f-a7a19e64b43d status: 200 OK code: 200 duration: "" @@ -2414,7 +2414,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: DELETE response: body: "" @@ -2422,7 +2422,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:38:56 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2432,7 +2432,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bda23f53-9b43-4949-9027-ad70769ad3a9 + - 68c99752-055d-462c-bb2c-c78d472ca45a status: 204 No Content code: 204 duration: "" @@ -2443,7 +2443,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: DELETE response: body: "" @@ -2451,7 +2451,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2461,7 +2461,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ca1e763-ec43-456a-9424-8a108bb57d7a + - 210dc1a4-55a2-43ec-a8a4-d591abb59bcc status: 204 No Content code: 204 duration: "" @@ -2472,10 +2472,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: - body: '{"message":"\"a89aef88-c971-4b6b-a9c9-57c577fae7f8\" not found","type":"unknown_resource"}' + body: '{"message":"\"406c1df0-4876-4b3f-9ba6-41df108756f4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2484,7 +2484,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2494,7 +2494,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 173cd9cd-f063-44ce-9c49-a00f1620144f + - cc8a41a9-f647-4416-b679-26c246de0be5 status: 404 Not Found code: 404 duration: "" @@ -2505,10 +2505,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: - body: '{"message":"\"86ad0906-c911-40de-a431-41482ec2d5b3\" not found","type":"unknown_resource"}' + body: '{"message":"\"c0a23bb8-421d-4edd-84f9-653c7a2d9031\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2517,7 +2517,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2527,7 +2527,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5b7a52d-67a1-4869-9596-fc1dc1cfab74 + - 1595cf5a-6d6a-486f-abfe-5808b3d3f182 status: 404 Not Found code: 404 duration: "" @@ -2538,7 +2538,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/5075e063-aea1-47a2-8794-969e53be360f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/27e455e9-06d5-46c9-929e-abf56d415011 method: DELETE response: body: "" @@ -2546,7 +2546,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2556,7 +2556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d6c94412-9ba6-4515-ba27-32e42bd0c1e8 + - fa1f2218-d876-405c-929b-9ef1c2d765f2 status: 204 No Content code: 204 duration: "" @@ -2567,7 +2567,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/ead06fa8-2233-4900-8141-2b7e0434965a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b127e635-3ad9-4cfb-868f-f05d91cf84fa method: DELETE response: body: "" @@ -2575,7 +2575,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2585,7 +2585,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83ce997f-2c7e-4aa8-b282-18be29df5361 + - 33ca5c7e-5d84-4628-a436-d2fa6782bc96 status: 204 No Content code: 204 duration: "" @@ -2596,10 +2596,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a89aef88-c971-4b6b-a9c9-57c577fae7f8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c0a23bb8-421d-4edd-84f9-653c7a2d9031 method: GET response: - body: '{"message":"\"a89aef88-c971-4b6b-a9c9-57c577fae7f8\" not found","type":"unknown_resource"}' + body: '{"message":"\"c0a23bb8-421d-4edd-84f9-653c7a2d9031\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2608,7 +2608,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2618,7 +2618,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 689b8ee5-9cdf-45dc-a435-5bf43d045c29 + - 4321186d-84a1-488b-b139-a455e8d76450 status: 404 Not Found code: 404 duration: "" @@ -2629,10 +2629,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/86ad0906-c911-40de-a431-41482ec2d5b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/406c1df0-4876-4b3f-9ba6-41df108756f4 method: GET response: - body: '{"message":"\"86ad0906-c911-40de-a431-41482ec2d5b3\" not found","type":"unknown_resource"}' + body: '{"message":"\"406c1df0-4876-4b3f-9ba6-41df108756f4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2641,7 +2641,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:38:57 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2651,7 +2651,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2444235-cfec-4717-ae0a-bd6f82af57ff + - 5a19b385-76bf-44d2-b509-0d3657db75a8 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/data-source-marketplace-image-basic.cassette.yaml b/scaleway/testdata/data-source-marketplace-image-basic.cassette.yaml index 0a083d4249..7d7752c5c5 100644 --- a/scaleway/testdata/data-source-marketplace-image-basic.cassette.yaml +++ b/scaleway/testdata/data-source-marketplace-image-basic.cassette.yaml @@ -6,21 +6,21 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"d318f34b-1044-482a-afe3-1be349690a13","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "593" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 14:48:07 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8135dca-1936-43fc-af88-d0da04de73d2 + - 50437843-55a2-4993-ab9b-511c8ff872da status: 200 OK code: 200 duration: "" @@ -39,21 +39,21 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"d318f34b-1044-482a-afe3-1be349690a13","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "593" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 14:48:07 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06616532-749d-43f1-87e4-1054ae601199 + - 2b854a3c-89de-4657-a5a6-0db42fbf12e3 status: 200 OK code: 200 duration: "" @@ -72,13 +72,13 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/d318f34b-1044-482a-afe3-1be349690a13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu + body: '{"image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: @@ -88,7 +88,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 14:48:07 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -98,7 +98,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7fc7d422-121c-4186-a66a-0396496a1820 + - 3b312871-942f-49b7-933f-1ad11fffb0d3 status: 200 OK code: 200 duration: "" @@ -107,21 +107,21 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"d318f34b-1044-482a-afe3-1be349690a13","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "593" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 14:48:08 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -131,7 +131,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - acf8e691-edd5-43fd-9758-30277b0aa144 + - 2d8f6398-12c8-49b9-98eb-3a191f74fbad status: 200 OK code: 200 duration: "" @@ -140,21 +140,21 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"d318f34b-1044-482a-afe3-1be349690a13","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "593" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 14:48:08 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -164,7 +164,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec712cad-cf2f-4654-bd69-50054a58e01d + - 8c04d358-1e78-4321-9c18-08fdda5c3e9f status: 200 OK code: 200 duration: "" @@ -173,21 +173,21 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"d318f34b-1044-482a-afe3-1be349690a13","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "593" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 14:48:08 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -197,7 +197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c82784a-e401-4f9e-83e9-1f2f40574b66 + - 8bf8ad78-45b2-43b0-b9db-e6a52b1aa416 status: 200 OK code: 200 duration: "" diff --git a/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-basic.cassette.yaml b/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-basic.cassette.yaml index 55a9e6e83b..e045a0d501 100644 --- a/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-basic.cassette.yaml +++ b/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-basic.cassette.yaml @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps method: POST response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -32,7 +32,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 86e078f4-51b1-4d15-bf23-7e8ada4ba87d + - 2f31b506-ae09-43e0-951e-a39849e472b8 status: 200 OK code: 200 duration: "" @@ -43,19 +43,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/54e3ff1a-8073-4eec-b46e-c541994f2ed7 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/1b484260-d4f2-47b9-a447-7532f922bdf4 method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -65,7 +65,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f71ebbe-9ea3-4d7e-98e7-6f1677da099f + - fad696ef-3a1f-479c-a2d8-db9fdf78266e status: 200 OK code: 200 duration: "" @@ -81,16 +81,16 @@ interactions: url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks method: POST response: - body: '{"created_at":"2023-05-29T12:54:02.315660Z","id":"101c49f1-334c-4fba-b7ed-84f264176fe3","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:2f81::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.315660Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:42:13.339961Z","id":"2a90f53c-3e3b-42c8-9470-d8c826744421","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.28.0/22","fd4a:c18e:554d:94fc::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.339961Z","zone":"fr-par-1"}' headers: Content-Length: - - "396" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4dd3e4f3-c685-43ae-a6d2-588a5689c6d2 + - 9b7198fa-d1d6-4789-bc35-313c2ab39719 status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/101c49f1-334c-4fba-b7ed-84f264176fe3 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2a90f53c-3e3b-42c8-9470-d8c826744421 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.315660Z","id":"101c49f1-334c-4fba-b7ed-84f264176fe3","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:2f81::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.315660Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:42:13.339961Z","id":"2a90f53c-3e3b-42c8-9470-d8c826744421","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.28.0/22","fd4a:c18e:554d:94fc::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.339961Z","zone":"fr-par-1"}' headers: Content-Length: - - "396" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c9536a3-bafe-4fc2-9b6c-4bcd040b62ed + - 497943e7-e818-461b-94f6-53404c6499db status: 200 OK code: 200 duration: "" @@ -144,19 +144,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -166,7 +166,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa9c1e2e-f70c-4e6d-abe3-798b5ee36911 + - e4f32a4d-4483-4268-ae4e-740deb13d4b8 status: 200 OK code: 200 duration: "" @@ -180,16 +180,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - ; rel="next",; rel="last" @@ -202,7 +202,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c59ebc13-de05-4749-888a-bbc9e8b16af6 + - c9c6de93-3644-4df8-ab87-54473c1ff02c X-Total-Count: - "56" status: 200 OK @@ -218,16 +218,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -240,7 +240,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6bac6673-6d98-4159-a9ec-5465d8daa914 + - bdd06de8-b13a-4aad-9bab-7845fbaf6edc X-Total-Count: - "56" status: 200 OK @@ -258,16 +258,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips method: POST response: - body: '{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":null,"id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"}' + body: '{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":null,"id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"}' headers: Content-Length: - - "360" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -277,7 +277,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc58cbc4-bf18-44bc-a819-f3c5616a6a4d + - 8dffd608-7299-4c79-b3e7-17aa7c0b8a10 status: 200 OK code: 200 duration: "" @@ -288,19 +288,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/8a064839-b07c-4f9d-9fa0-98f8f87ea277 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/11163ec1-6318-4e95-adff-bb3af189a76a method: GET response: - body: '{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":null,"id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"}' + body: '{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":null,"id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"}' headers: Content-Length: - - "360" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -310,12 +310,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2961b872-afe6-4f46-a8f5-44b86d270f78 + - bd7abd24-5035-4ff2-85ca-be4a5bab6ab5 status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"foobar","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' + body: '{"name":"tf-srv-objective-wescoff","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -323,19 +323,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.501981Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:13.992290+00:00","name":"tf-srv-objective-wescoff","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "924" + - "2634" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:42:14 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -345,12 +353,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9fc07e83-2727-442e-9e2d-b67be59fa898 - status: 200 OK - code: 200 + - be62c7db-198f-4c0d-a033-8919752ceba6 + status: 201 Created + code: 201 duration: "" - request: - body: '{"name":"tf-srv-happy-swartz","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"foobar","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"11163ec1-6318-4e95-adff-bb3af189a76a","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' form: {} headers: Content-Type: @@ -358,27 +366,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways method: POST response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.209894+00:00","name":"tf-srv-happy-swartz","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:14.730390Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' headers: Content-Length: - - "2537" + - "948" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -388,9 +388,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b11ea36-965f-4ef7-9a88-dcfb866d29fd - status: 201 Created - code: 201 + - 5996f4cf-d802-482f-8355-8d630642fd44 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -399,19 +399,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.559304Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:13.992290+00:00","name":"tf-srv-objective-wescoff","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "928" + - "2634" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -421,7 +427,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40af5e17-9bc4-4c2c-9073-5416a1a6174e + - 2ea3a7d5-ad78-45be-ac82-4e43371f9ce5 status: 200 OK code: 200 duration: "" @@ -432,25 +438,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.209894+00:00","name":"tf-srv-happy-swartz","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:14.792929Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2537" + - "952" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -460,7 +460,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47fb1f53-f5d8-494e-87f6-ba61d80a7a7a + - 79a23b9f-5dfa-41ce-b784-23b06f1a1be6 status: 200 OK code: 200 duration: "" @@ -471,25 +471,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.209894+00:00","name":"tf-srv-happy-swartz","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:13.992290+00:00","name":"tf-srv-objective-wescoff","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2537" + - "2634" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -499,7 +499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7cc5c6fc-202b-4142-b152-8e8657350ab3 + - 1ca47a6a-a1dc-487f-8dbe-98cfe9ebd72d status: 200 OK code: 200 duration: "" @@ -512,10 +512,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/action","href_result":"/servers/857f4956-ce8d-4b81-9a33-254ac72821bb","id":"1b56227f-21b6-47a0-85ba-59692e092c82","started_at":"2023-05-29T12:54:04.331571+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/action","href_result":"/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de","id":"417512e4-e793-4572-8ebc-2d130a9798c6","started_at":"2023-07-10T07:42:15.414404+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -524,9 +524,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/1b56227f-21b6-47a0-85ba-59692e092c82 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/417512e4-e793-4572-8ebc-2d130a9798c6 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -536,7 +536,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 615cfc07-7054-4255-9ad7-49f9516f9b2a + - b9c39a20-d07c-4f29-902d-f7249aa11657 status: 202 Accepted code: 202 duration: "" @@ -547,25 +547,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.988705+00:00","name":"tf-srv-happy-swartz","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,"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":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:15.056634+00:00","name":"tf-srv-objective-wescoff","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":false,"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":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2656" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -575,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66b819fe-65d9-445f-9be4-368149e3da3e + - 68774fc6-de38-4cb0-9205-3b92df194400 status: 200 OK code: 200 duration: "" @@ -586,19 +586,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.107979Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:15.317495Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "925" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e2cfe33-a90c-4520-80b5-dba8ae116af3 + - 51219923-7ca4-44b8-8a12-5c35e1b921ab status: 200 OK code: 200 duration: "" @@ -619,19 +619,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.107979Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:15.317495Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "925" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -641,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 462b6f6e-7650-4670-afca-e3302ba360f9 + - b660d5fc-a52b-4c7f-84d6-61bdd74741d6 status: 200 OK code: 200 duration: "" @@ -652,19 +652,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.107979Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:15.317495Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "925" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -674,12 +674,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e25cb98d-c933-4d3c-8caf-5bf8d05d822b + - 12f84586-0556-4cb4-816b-8132eff14c74 status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","enable_masquerade":true,"dhcp_id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","enable_dhcp":true}' + body: '{"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","enable_masquerade":true,"dhcp_id":"1b484260-d4f2-47b9-a447-7532f922bdf4","enable_dhcp":true}' form: {} headers: Content-Type: @@ -690,16 +690,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks method: POST response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":null,"private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"created","updated_at":"2023-05-29T12:54:09.037532Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":null,"private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"created","updated_at":"2023-07-10T07:42:20.295308Z","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -709,7 +709,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7aa8cda8-6615-49a5-be61-41145a09eeca + - 8e37513d-fb12-45ed-a2df-13a7ecd58bd1 status: 200 OK code: 200 duration: "" @@ -720,19 +720,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":null,"private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"created","updated_at":"2023-05-29T12:54:09.037532Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.107979Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":null,"private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"created","updated_at":"2023-07-10T07:42:20.295308Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:20.359471Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1859" + - "1916" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:42:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -742,7 +742,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03067645-11b4-475a-9fe9-0cd49d200436 + - 16854410-3a2f-42e7-8681-f282d1b23720 status: 200 OK code: 200 duration: "" @@ -753,58 +753,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a - method: GET - response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":null,"private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"created","updated_at":"2023-05-29T12:54:09.037532Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "934" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:54:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a0ce9edd-2723-46f2-a20a-228a48a2c87f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:03.988705+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:15.056634+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:42:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -814,7 +781,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77efab59-ee63-4ad3-9148-deeae21b28f4 + - 8750ef77-bd2b-41a6-a8bb-6f99ff9013d6 status: 200 OK code: 200 duration: "" @@ -825,19 +792,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":null,"private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"created","updated_at":"2023-05-29T12:54:09.037532Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":null,"private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"created","updated_at":"2023-07-10T07:42:20.295308Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:20.359471Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "1916" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:14 GMT + - Mon, 10 Jul 2023 07:42:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -847,7 +814,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51456494-a1ae-4957-955c-05709d810c68 + - a377c31d-476c-46aa-8197-dbefb08b8b4b status: 200 OK code: 200 duration: "" @@ -858,25 +825,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:03.988705+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:15.056634+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:15 GMT + - Mon, 10 Jul 2023 07:42:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -886,7 +853,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06ba0599-dd4c-439c-b795-ec15e6ac72bc + - 546cd7dd-e53d-49d8-9b8a-b5dfcbdd06d6 status: 200 OK code: 200 duration: "" @@ -897,19 +864,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:42:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -919,7 +886,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83cf4eda-ca64-485e-8d0c-2f66cc8ed3ef + - 9ec1d86a-3cb9-4703-8a3e-84cddbbde21e status: 200 OK code: 200 duration: "" @@ -930,19 +897,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -952,7 +925,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46394f3d-ca3b-4a9f-9e95-24b7b097c9c3 + - abb523b6-2b39-49cb-925d-2d426f1ad863 status: 200 OK code: 200 duration: "" @@ -963,19 +936,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -985,7 +958,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4c84ea7-55f8-4db0-89ad-bac672ce7193 + - 0d1c5cbb-f656-4b3e-914d-61ec85b1aeaf status: 200 OK code: 200 duration: "" @@ -996,19 +969,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2a90f53c-3e3b-42c8-9470-d8c826744421 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:42:13.339961Z","id":"2a90f53c-3e3b-42c8-9470-d8c826744421","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:94fc::/64"],"tags":[],"updated_at":"2023-07-10T07:42:20.218346Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1018,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 890eb21e-25e9-4efd-a44b-996e3cb13656 + - 67270b96-8d36-423d-b123-e42fbb7cdbea status: 200 OK code: 200 duration: "" @@ -1029,25 +1002,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "2698" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1057,7 +1024,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 223e6c8f-2275-44ea-a87e-875b07e6fc5d + - d9928cac-769c-4028-981d-13ecbd539c97 status: 200 OK code: 200 duration: "" @@ -1068,19 +1035,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/101c49f1-334c-4fba-b7ed-84f264176fe3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.315660Z","id":"101c49f1-334c-4fba-b7ed-84f264176fe3","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:2f81::/64"],"tags":[],"updated_at":"2023-05-29T12:54:08.980145Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "396" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1090,7 +1057,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a96270a6-34e8-4db9-a556-d7e4ed981cf5 + - 0b33365e-ee62-473d-96df-aeb3ca2f98db status: 200 OK code: 200 duration: "" @@ -1101,25 +1068,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2698" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1129,45 +1096,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1022a8e7-0b6a-4c3d-b643-bacd74682eb7 + - 65dca7db-22b3-4c9a-91fd-3e08960bb9fc status: 200 OK code: 200 duration: "" -- request: - body: '{"private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics - method: POST - response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "376" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:54:21 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 661f1191-5997-4799-84e7-0e3b53bbbb67 - status: 201 Created - code: 201 - duration: "" - request: body: "" form: {} @@ -1175,19 +1107,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "376" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:21 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1197,21 +1129,23 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ee73f72-d832-4938-9ee2-24b2e6fa10b2 + - ebecaae3-c1fc-4e27-b799-faa49e94c215 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics + method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:42:32.918550+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1220,7 +1154,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:26 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1230,9 +1164,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e653497-6578-4bf6-97b4-20acdcd898cf - status: 200 OK - code: 200 + - e1e4a047-100d-4e7a-afa0-b9096c913884 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -1241,10 +1175,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:42:32.918550+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1253,7 +1187,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:31 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1263,7 +1197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c4fc31d-b7c0-413d-a7d5-4ac25fc45f47 + - 7643c7cf-a7b5-4ce2-934f-a5f8953d9228 status: 200 OK code: 200 duration: "" @@ -1274,10 +1208,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:42:34.183035+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1286,7 +1220,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:36 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1296,7 +1230,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cf7abdc-959a-4710-b27c-3879124c5979 + - a303bc32-1ce5-4b30-a1fa-4aeb4abc56a3 status: 200 OK code: 200 duration: "" @@ -1307,10 +1241,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:42:34.183035+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1319,7 +1253,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:41 GMT + - Mon, 10 Jul 2023 07:42:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1329,7 +1263,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15b62885-b077-47af-bb55-a844ea68c925 + - 385b031f-23d8-4263-a966-faa5638d0e67 status: 200 OK code: 200 duration: "" @@ -1340,10 +1274,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:42:34.183035+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1352,7 +1286,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:46 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1362,7 +1296,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae5a6692-5328-4ea0-ae70-c26ce4b0c43c + - d08a8d9b-9d15-4edc-b112-32a1c348ae94 status: 200 OK code: 200 duration: "" @@ -1373,10 +1307,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:20.621002+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:42:34.183035+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1385,7 +1319,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:51 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1395,7 +1329,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eed91ce3-0fdb-43ae-954a-f67b6fd5a149 + - e22c32d0-f294-44eb-a0f7-93d9df37d5b9 status: 200 OK code: 200 duration: "" @@ -1406,10 +1340,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1418,7 +1352,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1428,7 +1362,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bcbd7a7-b732-4ca8-a655-b7a2cfe12bd0 + - 25fad433-39a9-4e4d-a78b-a5128be0c406 status: 200 OK code: 200 duration: "" @@ -1439,10 +1373,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics/4702f9ca-21d1-456b-9cb3-a293f854b1ce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics/0eb37b9f-1d0a-4a2d-906f-00a4296b9592 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1451,7 +1385,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1461,7 +1395,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa7bd1cc-69ae-49fb-a4b9-cc3bb4af4828 + - a5fbefd6-c309-45a3-b72f-1e2d43af9501 status: 200 OK code: 200 duration: "" @@ -1472,25 +1406,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3051" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1500,7 +1434,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1291e06a-e77e-4097-8a1b-f42f9f9ae866 + - a3f7e340-2bb4-4770-9703-d39df19a9f04 status: 200 OK code: 200 duration: "" @@ -1511,7 +1445,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/user_data method: GET response: body: '{"user_data":[]}' @@ -1523,7 +1457,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1533,7 +1467,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82a97bd3-6b75-49c6-bc68-b743e2d8bf79 + - 4618ad41-32e7-415c-8eb3-54bc396373a4 status: 200 OK code: 200 duration: "" @@ -1544,10 +1478,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1556,9 +1490,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1569,7 +1503,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55d6020e-3d47-4d47-8dc6-56112b8715a3 + - 08624aba-9974-4180-9576-a8addc96a5e4 X-Total-Count: - "1" status: 200 OK @@ -1582,19 +1516,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/8a064839-b07c-4f9d-9fa0-98f8f87ea277 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2a90f53c-3e3b-42c8-9470-d8c826744421 method: GET response: - body: '{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:42:13.339961Z","id":"2a90f53c-3e3b-42c8-9470-d8c826744421","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:94fc::/64"],"tags":[],"updated_at":"2023-07-10T07:42:20.218346Z","zone":"fr-par-1"}' headers: Content-Length: - - "394" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1604,7 +1538,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eaebad88-db4a-4c5c-88d6-e5e0fe975201 + - 8b692f54-a8d8-410d-9260-5b4ee310c3bb status: 200 OK code: 200 duration: "" @@ -1615,19 +1549,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/54e3ff1a-8073-4eec-b46e-c541994f2ed7 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/1b484260-d4f2-47b9-a447-7532f922bdf4 method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1637,7 +1571,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a20d263-ba4e-4252-b936-c8d0f808c782 + - 0bd00d07-6ed7-4ddf-80dd-37cc47b97343 status: 200 OK code: 200 duration: "" @@ -1648,19 +1582,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/101c49f1-334c-4fba-b7ed-84f264176fe3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/11163ec1-6318-4e95-adff-bb3af189a76a method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.315660Z","id":"101c49f1-334c-4fba-b7ed-84f264176fe3","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:2f81::/64"],"tags":[],"updated_at":"2023-05-29T12:54:08.980145Z","zone":"fr-par-1"}' + body: '{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"}' headers: Content-Length: - - "396" + - "399" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1670,7 +1604,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93bcfc9e-d68e-4eeb-a05b-1d61580d98db + - 80f7270c-559c-4a2d-b624-7ed484c0d22f status: 200 OK code: 200 duration: "" @@ -1681,19 +1615,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1703,7 +1637,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e820d31b-f351-432a-804f-26a2d86e9caf + - 287b3d14-61ac-44d9-9a72-ef62de5a0689 status: 200 OK code: 200 duration: "" @@ -1714,19 +1648,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1736,7 +1676,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6242f6a4-a9cf-4781-be31-87af3dc45325 + - 8aaf2597-a00a-472c-8015-99240489ead7 status: 200 OK code: 200 duration: "" @@ -1747,25 +1687,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "3051" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1775,7 +1709,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb5382a4-f1a9-4f2b-aebf-d48ccaa03718 + - ce03cc4d-e2b7-47b0-9d46-1a62f42df956 status: 200 OK code: 200 duration: "" @@ -1786,19 +1720,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1808,7 +1742,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50af14bb-9076-4940-aae2-54d089582dd8 + - 7083b13a-2896-4efe-9199-2161eaee6155 status: 200 OK code: 200 duration: "" @@ -1819,7 +1753,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/user_data method: GET response: body: '{"user_data":[]}' @@ -1831,7 +1765,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1841,7 +1775,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6fade82-1cb5-4312-ab27-4a268484e078 + - 40b17a32-5ad3-46fc-a162-a8943ec0bde3 status: 200 OK code: 200 duration: "" @@ -1852,10 +1786,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1864,9 +1798,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1877,7 +1811,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce0ccaf2-5b43-4af3-b159-5ca3d58bda58 + - 31ed77e8-f557-44f9-b938-ee6e802d5cb0 X-Total-Count: - "1" status: 200 OK @@ -1890,19 +1824,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1912,7 +1846,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca97d94b-4aec-46cc-8a2c-0d206495a961 + - a8866f9b-7f73-43e4-81e3-55321b32f5df status: 200 OK code: 200 duration: "" @@ -1923,19 +1857,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/54e3ff1a-8073-4eec-b46e-c541994f2ed7 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/11163ec1-6318-4e95-adff-bb3af189a76a method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "399" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1945,7 +1879,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 954eedcd-5fa5-488b-895a-c2541e9607f1 + - 35ee3bad-e3ad-429c-8477-aca1cda90f0c status: 200 OK code: 200 duration: "" @@ -1956,19 +1890,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/8a064839-b07c-4f9d-9fa0-98f8f87ea277 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/1b484260-d4f2-47b9-a447-7532f922bdf4 method: GET response: - body: '{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "394" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1978,7 +1912,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb3f28c9-48b6-40bc-b412-fb6eee0df02f + - 0fab5619-1fc0-4369-b00d-6b3cfc8fa04f status: 200 OK code: 200 duration: "" @@ -1989,19 +1923,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/101c49f1-334c-4fba-b7ed-84f264176fe3 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2a90f53c-3e3b-42c8-9470-d8c826744421 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.315660Z","id":"101c49f1-334c-4fba-b7ed-84f264176fe3","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:2f81::/64"],"tags":[],"updated_at":"2023-05-29T12:54:08.980145Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:42:13.339961Z","id":"2a90f53c-3e3b-42c8-9470-d8c826744421","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:94fc::/64"],"tags":[],"updated_at":"2023-07-10T07:42:20.218346Z","zone":"fr-par-1"}' headers: Content-Length: - - "396" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2011,7 +1945,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f038913-f253-48c4-b697-b882ef6c3be8 + - 2b5a9157-4868-4d52-a300-b79570c39ec4 status: 200 OK code: 200 duration: "" @@ -2022,19 +1956,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2044,7 +1978,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4b99663-cab6-4e3b-b092-9582f9d881e8 + - fd155ab6-5d79-4809-ac31-87b6b3c5fbbd status: 200 OK code: 200 duration: "" @@ -2055,19 +1989,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2077,7 +2011,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31160225-02d0-4815-82b6-fcec151c5857 + - 067cd144-255e-494f-ba6c-b51940f878cb status: 200 OK code: 200 duration: "" @@ -2088,19 +2022,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "1872" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2110,7 +2050,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4f17894-e5e8-4343-aecf-caa33b07840d + - e3c7e6eb-5706-4068-baa7-c41e4e63c213 status: 200 OK code: 200 duration: "" @@ -2121,25 +2061,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "3051" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2149,7 +2083,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ffba3f5-e49d-469c-9963-d2a35d1598c6 + - e65c5667-3115-4663-919c-fed471c6efb7 status: 200 OK code: 200 duration: "" @@ -2160,7 +2094,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/user_data method: GET response: body: '{"user_data":[]}' @@ -2172,7 +2106,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2182,7 +2116,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 110adb59-c5ec-442d-b80e-dd3efa65ba68 + - 16ac4242-69ee-47aa-abce-1541a08fa8b1 status: 200 OK code: 200 duration: "" @@ -2193,22 +2127,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "381" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2218,9 +2149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9befe935-7f5f-4076-b823-b7b53c2d5b73 - X-Total-Count: - - "1" + - 8cd72eb9-f775-4ad8-9c79-3914543b985a status: 200 OK code: 200 duration: "" @@ -2231,19 +2160,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - - "947" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:12 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2253,7 +2185,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47bbe522-c768-4581-8569-2f6e198b8fb9 + - 563cb69b-8c14-4f4f-991e-2669ffc2595b + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -2264,19 +2198,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A00%3Af4&order_by=created_at_asc&type=unknown + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A57%3A48&order_by=created_at_asc&type=unknown method: GET response: - body: '{"dhcp_entries":[{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}],"total_count":1}' + body: '{"dhcp_entries":[{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}],"total_count":1}' headers: Content-Length: - - "341" + - "355" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2286,7 +2220,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2a45e1f-8a6b-4a95-b25f-fab207aacc54 + - bff92fc7-2c43-47de-a432-1e01d4abfd3b status: 200 OK code: 200 duration: "" @@ -2297,19 +2231,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0c07804f-1aa7-4f06-9523-ab8a468086ce + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/d0e9c881-4bdb-4b86-b08d-f08f7174f5c5 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}' headers: Content-Length: - - "306" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2319,7 +2253,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e3d6a85-04c5-4e62-9f0f-cc32a4e41b17 + - 68b8254b-1c27-4708-b1f6-c50aeef23190 status: 200 OK code: 200 duration: "" @@ -2330,19 +2264,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A00%3Af4&order_by=created_at_asc&type=unknown + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A57%3A48&order_by=created_at_asc&type=unknown method: GET response: - body: '{"dhcp_entries":[{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}],"total_count":1}' + body: '{"dhcp_entries":[{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}],"total_count":1}' headers: Content-Length: - - "341" + - "355" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2352,7 +2286,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 799dc9ec-bf52-4e88-80ae-4cc026ebc227 + - b2ccb22c-b7e4-4e4b-9abf-7cef7a6eb7dd status: 200 OK code: 200 duration: "" @@ -2363,19 +2297,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0c07804f-1aa7-4f06-9523-ab8a468086ce + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/d0e9c881-4bdb-4b86-b08d-f08f7174f5c5 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}' headers: Content-Length: - - "306" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2385,7 +2319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2cb1538c-0514-4998-886a-e056cd1a73d0 + - bc73aa02-9cd6-40c1-856d-3af3b5a74662 status: 200 OK code: 200 duration: "" @@ -2396,19 +2330,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A00%3Af4&order_by=created_at_asc&type=unknown + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A57%3A48&order_by=created_at_asc&type=unknown method: GET response: - body: '{"dhcp_entries":[{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}],"total_count":1}' + body: '{"dhcp_entries":[{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}],"total_count":1}' headers: Content-Length: - - "341" + - "355" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2418,7 +2352,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 626978a8-83f5-4566-afdd-6af0c4b4da29 + - 24ddf5ec-b255-4190-abb4-7003b04c8228 status: 200 OK code: 200 duration: "" @@ -2429,19 +2363,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0c07804f-1aa7-4f06-9523-ab8a468086ce + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/d0e9c881-4bdb-4b86-b08d-f08f7174f5c5 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}' headers: Content-Length: - - "306" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2451,7 +2385,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 434a0cec-ed33-4f6a-805a-08da5755b785 + - bc2e13b1-caca-4064-a6f9-75cb71b532d2 status: 200 OK code: 200 duration: "" @@ -2462,19 +2396,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/8a064839-b07c-4f9d-9fa0-98f8f87ea277 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/1b484260-d4f2-47b9-a447-7532f922bdf4 method: GET response: - body: '{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "394" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2484,7 +2418,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4d1dd53-e248-44ae-b723-b0d8fc2f3bdb + - 0ac13e0a-b576-4c8e-ae9f-e50c4c52a498 status: 200 OK code: 200 duration: "" @@ -2495,19 +2429,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/54e3ff1a-8073-4eec-b46e-c541994f2ed7 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/11163ec1-6318-4e95-adff-bb3af189a76a method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "399" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2517,7 +2451,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41fab260-a127-406f-bbcb-108815087c4f + - 0fd027f6-1cb2-42a1-83e2-45b0c5342588 status: 200 OK code: 200 duration: "" @@ -2528,19 +2462,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/101c49f1-334c-4fba-b7ed-84f264176fe3 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2a90f53c-3e3b-42c8-9470-d8c826744421 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.315660Z","id":"101c49f1-334c-4fba-b7ed-84f264176fe3","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:2f81::/64"],"tags":[],"updated_at":"2023-05-29T12:54:08.980145Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:42:13.339961Z","id":"2a90f53c-3e3b-42c8-9470-d8c826744421","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:94fc::/64"],"tags":[],"updated_at":"2023-07-10T07:42:20.218346Z","zone":"fr-par-1"}' headers: Content-Length: - - "396" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2550,7 +2484,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4bc9df9-a751-491e-9094-f99aa086618c + - b7173656-1b8b-4f35-959c-1447f2c1547e status: 200 OK code: 200 duration: "" @@ -2561,19 +2495,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2583,7 +2517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a15e0f5c-d29e-47ee-92d3-befbb51a9f51 + - b521b6fc-ddda-4069-ba08-9950e970a17f status: 200 OK code: 200 duration: "" @@ -2594,19 +2528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2616,7 +2556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f348fad-0523-4f40-9026-fa079aa19a02 + - a2439121-dfcc-4fff-99ed-9ac69e9df721 status: 200 OK code: 200 duration: "" @@ -2627,25 +2567,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/user_data method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "3051" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2655,7 +2589,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aee27c9c-e210-4d9f-88c3-48cc3fca2dd9 + - e0328100-e78d-4ce0-9370-476658b39604 status: 200 OK code: 200 duration: "" @@ -2666,19 +2600,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2688,7 +2622,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22d2fcf8-9658-4b25-b8bf-df6d39d8319d + - 5c16743b-d2b3-4743-8c87-9fdc2c111c93 status: 200 OK code: 200 duration: "" @@ -2699,19 +2633,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/user_data + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"user_data":[]}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "17" + - "1925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2721,7 +2655,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 793c22c4-3276-4e53-948e-bcff4d158717 + - 31d39259-948d-421b-a5e2-f06742b705fb status: 200 OK code: 200 duration: "" @@ -2732,10 +2666,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -2744,9 +2678,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2757,7 +2691,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c54f4d7-ad11-4b98-bfdb-b71c1c1918a4 + - f17398e3-91a5-4994-8b25-3f33d582a50e X-Total-Count: - "1" status: 200 OK @@ -2770,19 +2704,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2792,7 +2726,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34170bf1-74bc-426e-90c7-d64eb575cd8e + - 4a42501c-64b0-429e-b6e4-ce5587903b35 status: 200 OK code: 200 duration: "" @@ -2803,19 +2737,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A00%3Af4&order_by=created_at_asc&type=unknown + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A57%3A48&order_by=created_at_asc&type=unknown method: GET response: - body: '{"dhcp_entries":[{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}],"total_count":1}' + body: '{"dhcp_entries":[{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}],"total_count":1}' headers: Content-Length: - - "341" + - "355" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2825,7 +2759,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a7ff747-9ce6-4f36-945d-d079806c8f0f + - 75b3ae7e-343e-498f-938c-930bac9b4a75 status: 200 OK code: 200 duration: "" @@ -2836,19 +2770,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0c07804f-1aa7-4f06-9523-ab8a468086ce + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/d0e9c881-4bdb-4b86-b08d-f08f7174f5c5 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}' headers: Content-Length: - - "306" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2858,7 +2792,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 760c916d-a323-4314-bcea-11d2201b8390 + - cecfdb9b-3228-4fae-bf84-1ea19ffda95e status: 200 OK code: 200 duration: "" @@ -2869,19 +2803,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A00%3Af4&order_by=created_at_asc&type=unknown + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries?mac_address=02%3A00%3A00%3A13%3A57%3A48&order_by=created_at_asc&type=unknown method: GET response: - body: '{"dhcp_entries":[{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}],"total_count":1}' + body: '{"dhcp_entries":[{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}],"total_count":1}' headers: Content-Length: - - "341" + - "355" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2891,7 +2825,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e67dbfe7-bb3a-42b2-849b-10dbac3877fa + - 28321536-1423-4885-a71a-272a6a16ab1b status: 200 OK code: 200 duration: "" @@ -2902,19 +2836,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0c07804f-1aa7-4f06-9523-ab8a468086ce + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/d0e9c881-4bdb-4b86-b08d-f08f7174f5c5 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56Z","gateway_network_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","hostname":"tf-srv-happy-swartz","id":"0c07804f-1aa7-4f06-9523-ab8a468086ce","ip_address":"192.168.1.209","mac_address":"02:00:00:13:00:f4","type":"lease","updated_at":"2023-05-29T12:54:56Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:43:08Z","gateway_network_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","hostname":"tf-srv-objective-wescoff","id":"d0e9c881-4bdb-4b86-b08d-f08f7174f5c5","ip_address":"192.168.1.229","mac_address":"02:00:00:13:57:48","type":"lease","updated_at":"2023-07-10T07:43:09Z","zone":"fr-par-1"}' headers: Content-Length: - - "306" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2924,7 +2858,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15026577-dedc-4486-a9e0-60bca859c1d0 + - 8a48eda2-a69c-4fe3-a635-627008d07d16 status: 200 OK code: 200 duration: "" @@ -2935,19 +2869,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"ready","updated_at":"2023-05-29T12:54:15.516695Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"ready","updated_at":"2023-07-10T07:42:26.676811Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2957,7 +2891,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd1adfd6-362c-495d-adce-87d410f124ed + - 7b6120f9-55fd-46ed-9cdd-123ec823075f status: 200 OK code: 200 duration: "" @@ -2968,17 +2902,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a?cleanup_dhcp=true - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de + method: GET response: - body: "" + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:42:29.782827+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: + Content-Length: + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2988,9 +2930,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a64e64e-21e6-4fe7-89af-81a3994db676 - status: 204 No Content - code: 204 + - 3bd3aba7-d79b-4d06-90fe-91806994af17 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -2999,19 +2941,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025?cleanup_dhcp=true + method: DELETE response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.037532Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.322286Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.322286Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"70607614-7279-498f-ad5f-cc4532ab1a6a","mac_address":"02:00:00:13:00:f0","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","status":"detaching","updated_at":"2023-05-29T12:55:01.125887Z","zone":"fr-par-1"}' + body: "" headers: - Content-Length: - - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3021,9 +2961,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7481c136-1456-456f-9c6e-5d9f24a0feae - status: 200 OK - code: 200 + - b1b2cf4f-f657-4f49-ab96-89addf9bccc9 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3032,25 +2972,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.197567+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:42:20.295308Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:42:13.342032Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1b484260-d4f2-47b9-a447-7532f922bdf4","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:42:13.342032Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","mac_address":"02:00:00:13:57:47","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","status":"detaching","updated_at":"2023-07-10T07:43:20.180664Z","zone":"fr-par-1"}' headers: Content-Length: - - "3051" + - "980" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:03 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3060,7 +2994,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3549e604-6be5-4e1c-a4c8-6d60ff59f31c + - 37cab9fa-260c-4570-adb0-17887ec16997 status: 200 OK code: 200 duration: "" @@ -3073,10 +3007,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/857f4956-ce8d-4b81-9a33-254ac72821bb/action","href_result":"/servers/857f4956-ce8d-4b81-9a33-254ac72821bb","id":"c39f6c34-c4d7-44b3-95c8-1c99dc7e4283","started_at":"2023-05-29T12:55:04.331760+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de/action","href_result":"/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de","id":"07171670-aeee-43e7-8c56-647a85947d42","started_at":"2023-07-10T07:43:20.491240+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3085,9 +3019,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:04 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c39f6c34-c4d7-44b3-95c8-1c99dc7e4283 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/07171670-aeee-43e7-8c56-647a85947d42 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3097,7 +3031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f19f71f-5380-42a2-9d8f-5f636bc46da2 + - 51a0394d-554f-4b61-8b44-92bd8399219c status: 202 Accepted code: 202 duration: "" @@ -3108,25 +3042,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:20.135216+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3019" + - "3119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:04 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3136,7 +3070,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27439f49-ea5a-4100-bd69-c979871cb1a9 + - c15b6869-5c25-4a54-a2c2-6865d1cf1db8 status: 200 OK code: 200 duration: "" @@ -3147,10 +3081,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/70607614-7279-498f-ad5f-cc4532ab1a6a + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/a1fe7a10-ab23-4a7d-a141-e52cf2e27025 method: GET response: - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"70607614-7279-498f-ad5f-cc4532ab1a6a","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"a1fe7a10-ab23-4a7d-a141-e52cf2e27025","type":"not_found"}' headers: Content-Length: - "136" @@ -3159,7 +3093,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3169,7 +3103,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6eb7dcf7-e942-44d3-b0a5-3bc84f05563a + - 856aebd1-939d-418e-8e99-2077c8ab9d6f status: 404 Not Found code: 404 duration: "" @@ -3180,19 +3114,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "925" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3202,7 +3136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 00c55e69-7c2c-4f74-9d75-0019e50ef4c7 + - fbb8e12d-4bf4-4054-8f0a-ee58fc5688ed status: 200 OK code: 200 duration: "" @@ -3213,10 +3147,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/54e3ff1a-8073-4eec-b46e-c541994f2ed7 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/1b484260-d4f2-47b9-a447-7532f922bdf4 method: DELETE response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"1b484260-d4f2-47b9-a447-7532f922bdf4","type":"not_found"}' headers: Content-Length: - "125" @@ -3225,7 +3159,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3235,7 +3169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9f52596-82a8-4cbf-9bc6-edc19039eb92 + - eb4aede7-0bef-462f-9f34-485fb3df9bf4 status: 404 Not Found code: 404 duration: "" @@ -3246,19 +3180,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.619087Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:42:14.730390Z","gateway_networks":[],"id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","ip":{"address":"51.15.211.32","created_at":"2023-07-10T07:42:13.954010Z","gateway_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","id":"11163ec1-6318-4e95-adff-bb3af189a76a","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"32-211-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:42:13.954010Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:42:26.800690Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "925" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3268,7 +3202,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ad19601-9889-4747-87ca-eeacda05654d + - 01678472-ae90-4457-8ffa-0b1a96c4c3dd status: 200 OK code: 200 duration: "" @@ -3279,7 +3213,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6?cleanup_dhcp=false + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25?cleanup_dhcp=false method: DELETE response: body: "" @@ -3289,7 +3223,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3299,7 +3233,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a49ede0-6478-44e0-b83b-4cbd39caef1d + - d759741e-f4ec-4fe6-85b4-935777bef43e status: 204 No Content code: 204 duration: "" @@ -3310,82 +3244,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 - method: GET - response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.501981Z","gateway_networks":[],"id":"10d34599-460a-4456-8174-8a49292422b6","ip":{"address":"212.47.231.119","created_at":"2023-05-29T12:54:02.957034Z","gateway_id":"10d34599-460a-4456-8174-8a49292422b6","id":"8a064839-b07c-4f9d-9fa0-98f8f87ea277","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"119-231-47-212.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.957034Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"deleting","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:55:06.468516Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' - headers: - Content-Length: - - "926" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 65054e1a-7847-418b-abf1-6e821d61df6a - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3019" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c5e11e9-2aba-4610-b1eb-c5208f170abe - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/10d34599-460a-4456-8174-8a49292422b6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/7cd7c2f4-7406-46a8-8a8e-49c7d3719a25 method: GET response: - body: '{"message":"resource is not found","resource":"gateway","resource_id":"10d34599-460a-4456-8174-8a49292422b6","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway","resource_id":"7cd7c2f4-7406-46a8-8a8e-49c7d3719a25","type":"not_found"}' headers: Content-Length: - "128" @@ -3394,7 +3256,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:11 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3404,7 +3266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f43901d-3649-4d23-a7e1-3b37a9574748 + - 7d1bc5fa-a051-4179-8f68-33ac07862217 status: 404 Not Found code: 404 duration: "" @@ -3415,7 +3277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/8a064839-b07c-4f9d-9fa0-98f8f87ea277 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/11163ec1-6318-4e95-adff-bb3af189a76a method: DELETE response: body: "" @@ -3425,7 +3287,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:11 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3435,7 +3297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f7cec61-bb5f-4c93-85d7-2b13b9f828a1 + - 7f541e44-ae46-4f60-b3b3-cc9a1a20de75 status: 204 No Content code: 204 duration: "" @@ -3446,64 +3308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3019" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:14 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9ca6f57c-8e10-4f44-bbc8-987d45c929db - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:20.135216+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3019" + - "3119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:20 GMT + - Mon, 10 Jul 2023 07:43:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3513,7 +3336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f848c647-3313-4550-acd7-752408f9d688 + - 408a8ec9-a37f-4fe4-ad2e-3eb6893b4829 status: 200 OK code: 200 duration: "" @@ -3524,25 +3347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:20.135216+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3019" + - "3119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:25 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3552,7 +3375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa1a16e3-a0c5-48a9-910c-babb4ad1d160 + - a6929acb-3622-453e-80be-e6557d0dab61 status: 200 OK code: 200 duration: "" @@ -3563,25 +3386,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:20.135216+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3019" + - "3119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:30 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3591,7 +3414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13cb57fc-1446-4bc9-8f84-f9013ea95f71 + - 34b85933-81c8-43a7-9ef2-3971dc0068bd status: 200 OK code: 200 duration: "" @@ -3602,25 +3425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"39","hypervisor_id":"401","node_id":"17","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:03.938917+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.92.33","private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"703","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:20.135216+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.168.133","private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3019" + - "3119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:35 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3630,7 +3453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc60f01b-5e31-4ad8-bf2f-199189f5563e + - 8cbfbc22-1a21-43e0-a29b-e6fcf47dd4f4 status: 200 OK code: 200 duration: "" @@ -3641,25 +3464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:55:36.540319+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:42.885629+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2898" + - "2995" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:43:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3669,7 +3492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c8fa10c-004e-4ec1-b9dc-8ba911c07db1 + - 21bc4031-6c44-40ba-8430-4100f625144b status: 200 OK code: 200 duration: "" @@ -3680,25 +3503,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.209894+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-swartz","id":"857f4956-ce8d-4b81-9a33-254ac72821bb","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:55:36.540319+00:00","name":"tf-srv-happy-swartz","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:20.621002+00:00","id":"4702f9ca-21d1-456b-9cb3-a293f854b1ce","mac_address":"02:00:00:13:00:f4","modification_date":"2023-05-29T12:54:52.535650+00:00","private_network_id":"101c49f1-334c-4fba-b7ed-84f264176fe3","server_id":"857f4956-ce8d-4b81-9a33-254ac72821bb","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.209894+00:00","export_uri":null,"id":"653e65d0-e20b-497f-8aa2-408385290b87","modification_date":"2023-05-29T12:54:03.209894+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"857f4956-ce8d-4b81-9a33-254ac72821bb","name":"tf-srv-happy-swartz"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:13.992290+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wescoff","id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:27","maintenances":[],"modification_date":"2023-07-10T07:43:42.885629+00:00","name":"tf-srv-objective-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:42:32.918550+00:00","id":"0eb37b9f-1d0a-4a2d-906f-00a4296b9592","mac_address":"02:00:00:13:57:48","modification_date":"2023-07-10T07:43:05.471605+00:00","private_network_id":"2a90f53c-3e3b-42c8-9470-d8c826744421","server_id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:13.992290+00:00","export_uri":null,"id":"dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb","modification_date":"2023-07-10T07:42:13.992290+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fae8aa1e-526d-48e1-b434-925e2ab3f3de","name":"tf-srv-objective-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2898" + - "2995" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:43:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3708,7 +3531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e074b1b0-f556-494d-92de-c079884c256d + - 0b7ed9b8-254e-416e-9f34-8984ed2fafa6 status: 200 OK code: 200 duration: "" @@ -3719,7 +3542,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: DELETE response: body: "" @@ -3727,7 +3550,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:43:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3737,7 +3560,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e34c6caa-27b6-4636-acaa-2dbb2e1aee35 + - e709ce7b-c9ce-4b56-858d-bb74284ba4f3 status: 204 No Content code: 204 duration: "" @@ -3748,10 +3571,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/857f4956-ce8d-4b81-9a33-254ac72821bb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fae8aa1e-526d-48e1-b434-925e2ab3f3de method: GET response: - body: '{"message":"\"857f4956-ce8d-4b81-9a33-254ac72821bb\" not found","type":"unknown_resource"}' + body: '{"message":"\"fae8aa1e-526d-48e1-b434-925e2ab3f3de\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3760,7 +3583,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:43:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3770,7 +3593,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f21e05f9-e38b-4082-9d24-20e4bc1cdd3b + - 94c44ca9-865d-4a51-ab63-9a2a34f56460 status: 404 Not Found code: 404 duration: "" @@ -3781,7 +3604,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/653e65d0-e20b-497f-8aa2-408385290b87 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/dc2c3b0d-0bdc-442e-88ae-6ce30f33d8fb method: DELETE response: body: "" @@ -3789,7 +3612,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:43:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3799,7 +3622,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88cfcfdd-fffa-4383-be3b-134a603caeda + - 73f6fb13-202c-4802-936c-0481d1c2156d status: 204 No Content code: 204 duration: "" @@ -3810,7 +3633,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/101c49f1-334c-4fba-b7ed-84f264176fe3 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2a90f53c-3e3b-42c8-9470-d8c826744421 method: DELETE response: body: "" @@ -3820,7 +3643,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:43:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3830,7 +3653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb3ab7d0-d252-48bd-b0f1-13a0a69abffa + - 4d489c0a-7eb7-4494-8c31-1d44d116505f status: 204 No Content code: 204 duration: "" @@ -3841,10 +3664,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/54e3ff1a-8073-4eec-b46e-c541994f2ed7 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/1b484260-d4f2-47b9-a447-7532f922bdf4 method: GET response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"54e3ff1a-8073-4eec-b46e-c541994f2ed7","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"1b484260-d4f2-47b9-a447-7532f922bdf4","type":"not_found"}' headers: Content-Length: - "125" @@ -3853,7 +3676,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:43:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3863,7 +3686,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d8113b5-1473-4cee-9ea9-36ae1fdb9334 + - 54365bd3-5276-4f27-a644-72c747b2558a status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-static.cassette.yaml b/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-static.cassette.yaml index 7fb9262f34..05549d892b 100644 --- a/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-static.cassette.yaml +++ b/scaleway/testdata/data-source-vpc-public-gateway-dhcp-reservation-static.cassette.yaml @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps method: POST response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -32,12 +32,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2fd2a6fb-70a2-47c9-8260-c1c51d08708b + - 96c73da5-267b-4154-a872-696e0eb30903 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-sg-pensive-wilson","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","stateful":true,"inbound_default_policy":"drop","outbound_default_policy":"accept","enable_default_security":true}' + body: '{"name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: Content-Type: @@ -45,21 +45,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks method: POST response: - body: '{"security_group":{"creation_date":"2023-05-29T12:54:02.352206+00:00","description":null,"enable_default_security":true,"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","inbound_default_policy":"drop","modification_date":"2023-05-29T12:54:02.352206+00:00","name":"tf-sg-pensive-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"syncing","stateful":true,"tags":[],"zone":"fr-par-1"}}' + body: '{"created_at":"2023-07-10T07:40:29.248583Z","id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:698d::/64"],"tags":[],"updated_at":"2023-07-10T07:40:29.248583Z","zone":"fr-par-1"}' headers: Content-Length: - - "582" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3 + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -69,30 +67,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4982ce3-eb18-456e-8003-d3e894d793eb - status: 201 Created - code: 201 + - 31e317d2-6a48-45c5-b5b7-52d37bfb1753 + status: 200 OK + code: 200 duration: "" - request: - body: "" + body: '{"name":"tf-sg-compassionate-nobel","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","stateful":true,"inbound_default_policy":"drop","outbound_default_policy":"accept","enable_default_security":true}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dd5b2f0-4680-4c34-bdab-8adf8864a6f2 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups + method: POST response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"security_group":{"creation_date":"2023-07-10T07:40:29.275704+00:00","description":null,"enable_default_security":true,"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","inbound_default_policy":"drop","modification_date":"2023-07-10T07:40:29.275704+00:00","name":"tf-sg-compassionate-nobel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"syncing","stateful":true,"tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "568" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:29 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -102,9 +104,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6014f8df-7f4b-4f20-85d4-d6b45e65ff73 - status: 200 OK - code: 200 + - 34acd34b-a64e-44f1-90e1-f2d62bc6ccf0 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -113,19 +115,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2bf2b650-3598-46eb-a82f-83ac1e0d13ca method: GET response: - body: '{"security_group":{"creation_date":"2023-05-29T12:54:02.352206+00:00","description":null,"enable_default_security":true,"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","inbound_default_policy":"drop","modification_date":"2023-05-29T12:54:02.352206+00:00","name":"tf-sg-pensive-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"syncing","stateful":true,"tags":[],"zone":"fr-par-1"}}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "582" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -135,32 +137,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2ccef66-2ae5-47a0-91f0-310b3ea29ed9 + - 8512802f-7351-492b-ab36-3bbd096634e4 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3 + method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.676030Z","id":"d322dede-2883-453b-be09-afaecfd108d1","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:a024::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.676030Z","zone":"fr-par-1"}' + body: '{"security_group":{"creation_date":"2023-07-10T07:40:29.275704+00:00","description":null,"enable_default_security":true,"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","inbound_default_policy":"drop","modification_date":"2023-07-10T07:40:29.275704+00:00","name":"tf-sg-compassionate-nobel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"syncing","stateful":true,"tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "397" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -170,7 +170,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc729725-363f-45ac-a75e-38482c046508 + - ed863b9d-8bb3-4104-b766-53b5adbb4170 status: 200 OK code: 200 duration: "" @@ -181,19 +181,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/d322dede-2883-453b-be09-afaecfd108d1 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/6c21ec83-cef3-47e8-9a23-b8edf9967c0d method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.676030Z","id":"d322dede-2883-453b-be09-afaecfd108d1","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:a024::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.676030Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:29.248583Z","id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:698d::/64"],"tags":[],"updated_at":"2023-07-10T07:40:29.248583Z","zone":"fr-par-1"}' headers: Content-Length: - - "397" + - "405" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -203,12 +203,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3a47b3d-61b5-456d-8485-b383fd5cce28 + - c744e65a-f3e7-4afe-86f9-4eb4d1eb5e38 status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' + body: '{"name":"tf-sg-compassionate-nobel","tags":[],"creation_date":"2023-07-10T07:40:29.275704Z","modification_date":"2023-07-10T07:40:29.275704Z","description":"","enable_default_security":true,"inbound_default_policy":"drop","outbound_default_policy":"accept","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"project_default":false,"servers":[],"stateful":true}' form: {} headers: Content-Type: @@ -216,19 +216,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3 + method: PUT response: - body: '{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":null,"id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"}' + body: '{"security_group":{"creation_date":"2023-07-10T07:40:29.275704+00:00","description":"","enable_default_security":true,"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","inbound_default_policy":"drop","modification_date":"2023-07-10T07:40:29.443231+00:00","name":"tf-sg-compassionate-nobel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"syncing","stateful":true,"tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "362" + - "585" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -238,30 +238,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ab77b05-761a-40c3-b908-293349622f4b + - a8ecf428-7de8-42b5-9d41-2c69719d6499 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e2d0cbcf-1cc8-4a51-b98b-e93c88872b48 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips + method: POST response: - body: '{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":null,"id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"}' + body: '{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":null,"id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"}' headers: Content-Length: - - "362" + - "369" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -271,32 +273,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d9b0327-13a0-4646-ad07-0464683afad6 + - 58a47725-fa41-4cc0-878c-73a0efd75e71 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-sg-pensive-wilson","tags":[],"creation_date":"2023-05-29T12:54:02.352206Z","modification_date":"2023-05-29T12:54:02.352206Z","description":"","enable_default_security":true,"inbound_default_policy":"drop","outbound_default_policy":"accept","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"project_default":false,"servers":[],"stateful":true}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3 - method: PUT + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e + method: GET response: - body: '{"security_group":{"creation_date":"2023-05-29T12:54:02.352206+00:00","description":"","enable_default_security":true,"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","inbound_default_policy":"drop","modification_date":"2023-05-29T12:54:02.477879+00:00","name":"tf-sg-pensive-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"syncing","stateful":true,"tags":[],"zone":"fr-par-1"}}' + body: '{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":null,"id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"}' headers: Content-Length: - - "580" + - "369" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -306,12 +306,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b16c97e9-0fd7-46ef-9285-54ce55311823 + - 3bb0e0a9-1cd8-49ad-87ad-991c0c27a23d status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"foobar","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' + body: '{"rules":[{"id":null,"action":"accept","protocol":"TCP","direction":"inbound","ip_range":"0.0.0.0/0","dest_port_from":22,"dest_port_to":null,"position":0,"editable":null,"zone":"fr-par-1"}]}' form: {} headers: Content-Type: @@ -319,19 +319,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3/rules + method: PUT response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.570630Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' + body: '{"rules":[{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"58909be7-d17c-4ac8-9eb3-23d5fc58abc5","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"25680235-108b-4bbc-8e25-114303d950bd","ip_range":"0.0.0.0/0","position":2,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"4a31b633-118e-4900-bd52-facf1085fc8d","ip_range":"0.0.0.0/0","position":3,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"e7dd28e8-3747-4c7c-9a4f-35ae3f0ae2cd","ip_range":"::/0","position":4,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"f37d9e7c-8ed7-4e0f-baff-7f5e7ede0baf","ip_range":"::/0","position":5,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"68054851-54e3-46c9-9cd7-83219751248b","ip_range":"::/0","position":6,"protocol":"TCP","zone":"fr-par-1"},{"action":"accept","dest_port_from":22,"dest_port_to":null,"direction":"inbound","editable":true,"id":"6b21fcd7-8a37-451a-bcc7-5b1dfe6eef0e","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"}]}' headers: Content-Length: - - "926" + - "1631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -341,7 +341,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15e04612-16a3-4ebf-9905-d1257cbab8d9 + - e6dfce35-c0b6-47f8-82fa-1411de83d715 status: 200 OK code: 200 duration: "" @@ -352,19 +352,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.636009Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"security_group":{"creation_date":"2023-07-10T07:40:29.275704+00:00","description":"","enable_default_security":true,"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","inbound_default_policy":"drop","modification_date":"2023-07-10T07:40:30.155046+00:00","name":"tf-sg-compassionate-nobel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"available","stateful":true,"tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "930" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -374,23 +374,21 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30e3af64-c3a7-4c0a-a326-3c102399fb4a + - 6bf0ae09-934d-459f-bf6b-8bd6362351b2 status: 200 OK code: 200 duration: "" - request: - body: '{"rules":[{"id":null,"action":"accept","protocol":"TCP","direction":"inbound","ip_range":"0.0.0.0/0","dest_port_from":22,"dest_port_to":null,"position":0,"editable":null,"zone":"fr-par-1"}]}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3/rules - method: PUT + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3/rules?page=1 + method: GET response: - body: '{"rules":[{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"58909be7-d17c-4ac8-9eb3-23d5fc58abc5","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"25680235-108b-4bbc-8e25-114303d950bd","ip_range":"0.0.0.0/0","position":2,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"4a31b633-118e-4900-bd52-facf1085fc8d","ip_range":"0.0.0.0/0","position":3,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"e7dd28e8-3747-4c7c-9a4f-35ae3f0ae2cd","ip_range":"::/0","position":4,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"f37d9e7c-8ed7-4e0f-baff-7f5e7ede0baf","ip_range":"::/0","position":5,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"68054851-54e3-46c9-9cd7-83219751248b","ip_range":"::/0","position":6,"protocol":"TCP","zone":"fr-par-1"},{"action":"accept","dest_port_from":22,"dest_port_to":null,"direction":"inbound","editable":true,"id":"3d05a21f-0183-422c-99b9-ae75a4c1d84b","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"}]}' + body: '{"rules":[{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"58909be7-d17c-4ac8-9eb3-23d5fc58abc5","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"25680235-108b-4bbc-8e25-114303d950bd","ip_range":"0.0.0.0/0","position":2,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"4a31b633-118e-4900-bd52-facf1085fc8d","ip_range":"0.0.0.0/0","position":3,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"e7dd28e8-3747-4c7c-9a4f-35ae3f0ae2cd","ip_range":"::/0","position":4,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"f37d9e7c-8ed7-4e0f-baff-7f5e7ede0baf","ip_range":"::/0","position":5,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"68054851-54e3-46c9-9cd7-83219751248b","ip_range":"::/0","position":6,"protocol":"TCP","zone":"fr-par-1"},{"action":"accept","dest_port_from":22,"dest_port_to":null,"direction":"inbound","editable":true,"id":"6b21fcd7-8a37-451a-bcc7-5b1dfe6eef0e","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"}]}' headers: Content-Length: - "1631" @@ -399,7 +397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -409,30 +407,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 897645fc-9145-42b9-abe2-76989ebc09d3 + - ae397d30-07ff-4425-a0c6-adbaf0e83c20 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"foobar","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways + method: POST response: - body: '{"security_group":{"creation_date":"2023-05-29T12:54:02.352206+00:00","description":"","enable_default_security":true,"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","inbound_default_policy":"drop","modification_date":"2023-05-29T12:54:03.596798+00:00","name":"tf-sg-pensive-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[],"state":"available","stateful":true,"tags":[],"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:30.664222Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' headers: Content-Length: - - "582" + - "952" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -442,7 +442,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb985b26-fa32-4784-8eed-3a235126e8bd + - 5f272706-a991-4932-b379-4ae1e750daa8 status: 200 OK code: 200 duration: "" @@ -453,19 +453,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3/rules?page=1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"rules":[{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"58909be7-d17c-4ac8-9eb3-23d5fc58abc5","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"25680235-108b-4bbc-8e25-114303d950bd","ip_range":"0.0.0.0/0","position":2,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"4a31b633-118e-4900-bd52-facf1085fc8d","ip_range":"0.0.0.0/0","position":3,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"e7dd28e8-3747-4c7c-9a4f-35ae3f0ae2cd","ip_range":"::/0","position":4,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"f37d9e7c-8ed7-4e0f-baff-7f5e7ede0baf","ip_range":"::/0","position":5,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"68054851-54e3-46c9-9cd7-83219751248b","ip_range":"::/0","position":6,"protocol":"TCP","zone":"fr-par-1"},{"action":"accept","dest_port_from":22,"dest_port_to":null,"direction":"inbound","editable":true,"id":"3d05a21f-0183-422c-99b9-ae75a4c1d84b","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"}]}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1631" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -475,7 +475,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5148fb9-a2ec-4851-94ec-2b466c233c28 + - e569e624-5d86-4592-9b96-45a4b8bb33f6 status: 200 OK code: 200 duration: "" @@ -486,19 +486,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:31.353011Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1048" + - "953" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -508,7 +508,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74233daf-eb14-4318-97b8-ddf8b40f4618 + - 01f9778f-a3fc-419d-8c07-fd11d6a2882e status: 200 OK code: 200 duration: "" @@ -522,16 +522,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Link: - ; rel="next",; rel="last" @@ -544,7 +544,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfb91d14-14a3-4b4b-942c-801525ad2844 + - 756df486-235a-4715-8c5b-54d171074a5d X-Total-Count: - "56" status: 200 OK @@ -557,22 +557,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:31.353011Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "4363" + - "953" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -582,54 +579,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1efc00b1-8ea6-4fdf-9f5f-c23d3f6f9c6b - X-Total-Count: - - "56" + - e1588479-27e5-4b04-81fd-62f5e7e07a41 status: 200 OK code: 200 duration: "" -- request: - body: '{"name":"tf-srv-thirsty-mcnulty","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","security_group":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers - method: POST - response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:04.511350+00:00","name":"tf-srv-thirsty-mcnulty","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,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2544" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:54:04 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1680d8d1-3460-456a-8856-29e291cc5dbc - status: 201 Created - code: 201 - duration: "" - request: body: "" form: {} @@ -637,24 +590,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:04.511350+00:00","name":"tf-srv-thirsty-mcnulty","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,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "2544" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:33 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -664,7 +615,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 838e47bf-e1a6-404b-9d94-3b00cff29bd6 + - 5c99d0d9-6398-48ed-843d-758eaac1b4c9 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" @@ -675,24 +628,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:04.511350+00:00","name":"tf-srv-thirsty-mcnulty","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,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:31.353011Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2544" + - "953" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:05 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -702,12 +650,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06aeb23a-1b1b-46b2-bf19-1ba93e3e7b10 + - e5aed041-2206-45d2-84b2-0b5b8bb8231c status: 200 OK code: 200 duration: "" - request: - body: '{"action":"poweron"}' + body: '{"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","enable_masquerade":true,"dhcp_id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","enable_dhcp":true}' form: {} headers: Content-Type: @@ -715,21 +663,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/action + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/490635c6-f966-45f9-a500-89f15317d971/action","href_result":"/servers/490635c6-f966-45f9-a500-89f15317d971","id":"d289b5ed-0c82-48e4-ab0a-2d4cef5559d9","started_at":"2023-05-29T12:54:05.657735+00:00","status":"pending","terminated_at":null}}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":null,"private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"created","updated_at":"2023-07-10T07:40:33.592866Z","zone":"fr-par-1"}' headers: Content-Length: - - "322" + - "963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:05 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d289b5ed-0c82-48e4-ab0a-2d4cef5559d9 + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -739,9 +685,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7471e7f1-40a3-4661-b034-292e752d3ccf - status: 202 Accepted - code: 202 + - 86d19ad1-72b1-4d19-b022-090954e45c85 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -750,25 +696,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:05.106264+00:00","name":"tf-srv-thirsty-mcnulty","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,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"starting","state_detail":"allocating - node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":null,"private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"created","updated_at":"2023-07-10T07:40:33.592866Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:33.629310Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2566" + - "1920" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:06 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -778,30 +718,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da2ad978-d50c-4daf-ad3a-3e4c212ce40e + - eeb5e1b0-ce7a-4ca0-85a6-62c542abc8da status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"tf-srv-nostalgic-euclid","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","security_group":"455ed669-1ae5-44db-bc39-0a47e6471eb3"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.117057Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:33.635828+00:00","name":"tf-srv-nostalgic-euclid","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":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "927" + - "2634" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:33 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -811,9 +760,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc357336-015c-46a6-8a58-0b74a23506ad - status: 200 OK - code: 200 + - d465800f-563c-4ad9-921d-2f8ef94e759d + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -822,19 +771,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.117057Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:33.635828+00:00","name":"tf-srv-nostalgic-euclid","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":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "927" + - "2634" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -844,7 +798,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6fc1dd6-b8e1-4582-bf6b-398e9c5723db + - 4d4b9431-e04d-46b6-be2e-e06e9d8df3d9 status: 200 OK code: 200 duration: "" @@ -855,19 +809,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.117057Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:33.635828+00:00","name":"tf-srv-nostalgic-euclid","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":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "927" + - "2634" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -877,12 +836,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cd465511-5b1d-4615-b438-9d8a9aa81753 + - ef616c6d-4b18-4bd6-9d6b-685f28e51260 status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","enable_masquerade":true,"dhcp_id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","enable_dhcp":true}' + body: '{"action":"poweron"}' form: {} headers: Content-Type: @@ -890,19 +849,21 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/action method: POST response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":null,"private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"created","updated_at":"2023-05-29T12:54:09.093667Z","zone":"fr-par-1"}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/action","href_result":"/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","id":"acfad332-f342-4f2a-a59b-b326c09e3fac","started_at":"2023-07-10T07:40:36.342005+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "934" + - "322" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:36 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/acfad332-f342-4f2a-a59b-b326c09e3fac Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -912,9 +873,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66400dcc-482e-4bec-aa7d-2462fec94a9d - status: 200 OK - code: 200 + - 72670c3e-69ef-40b5-8a24-6e4504cec8cd + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -923,19 +884,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":null,"private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"created","updated_at":"2023-05-29T12:54:09.093667Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:09.175795Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:35.970869+00:00","name":"tf-srv-nostalgic-euclid","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":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"starting","state_detail":"allocating + node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "1865" + - "2656" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -945,7 +912,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8eba522c-797b-414d-98d7-82f8eae2f231 + - eeb37e31-adb4-4969-9266-332865220757 status: 200 OK code: 200 duration: "" @@ -956,25 +923,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:05.106264+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"starting","state_detail":"provisioning - node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":null,"private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"created","updated_at":"2023-07-10T07:40:33.592866Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:33.629310Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2674" + - "1920" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:11 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -984,7 +945,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a39b25f-473f-4f38-965a-edd7387e188d + - 5c6b2cf6-7eac-4bd4-a2ea-da236ee02f9b status: 200 OK code: 200 duration: "" @@ -995,19 +956,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":null,"private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"created","updated_at":"2023-05-29T12:54:09.093667Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:09.175795Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:35.970869+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"starting","state_detail":"provisioning + node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "1865" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:14 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1017,7 +984,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57e4e520-c332-4846-b138-e4efa4520e59 + - 0d702b1b-48e5-469c-8bbd-0eb758ff8bc0 status: 200 OK code: 200 duration: "" @@ -1028,25 +995,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:05.106264+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"starting","state_detail":"provisioning - node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2674" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:17 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1056,7 +1017,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6c0dc40-155f-45d3-8e6b-ada92e50f0dd + - 82f382d0-bfdf-40c2-84de-53ad7a0ecd7c status: 200 OK code: 200 duration: "" @@ -1067,19 +1028,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1089,7 +1050,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e744f5b4-7bf0-4a6c-9942-bff01a1f1721 + - 81168e3b-b138-4a76-981c-6ea73bcb806e status: 200 OK code: 200 duration: "" @@ -1100,19 +1061,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1122,7 +1083,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e1fb7c9-7917-4684-b656-9f391af4a49d + - 09fa80d9-aa10-4991-9b30-2b755815b72e status: 200 OK code: 200 duration: "" @@ -1133,19 +1094,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1155,7 +1116,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39c144ae-88ca-4d4f-9a57-7a193833cca6 + - c3ba0d01-e9b5-4818-996e-af64dcc85b96 status: 200 OK code: 200 duration: "" @@ -1166,19 +1127,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1188,7 +1149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fbfe55b-bed1-483d-a8bc-227881ed91fe + - 5009e4b3-f223-4feb-b1b3-4ac45301477f status: 200 OK code: 200 duration: "" @@ -1199,19 +1160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:35.970869+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"starting","state_detail":"provisioning + node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1221,7 +1188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16f16e08-bd5d-49d1-aa71-29240475cda0 + - 8a78117a-1bd3-4e11-a158-81f825169056 status: 200 OK code: 200 duration: "" @@ -1232,25 +1199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:20.900364+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"running","state_detail":"booting - kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:49.433741+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"running","state_detail":"booting + kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2705" + - "2796" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:22 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1260,7 +1227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c017831f-58fb-404e-9e15-395cd47639ee + - 3b621994-2e24-49ec-922e-091d79c25f68 status: 200 OK code: 200 duration: "" @@ -1271,19 +1238,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/d322dede-2883-453b-be09-afaecfd108d1 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/6c21ec83-cef3-47e8-9a23-b8edf9967c0d method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.676030Z","id":"d322dede-2883-453b-be09-afaecfd108d1","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:a024::/64"],"tags":[],"updated_at":"2023-05-29T12:54:09.038262Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:29.248583Z","id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:698d::/64"],"tags":[],"updated_at":"2023-07-10T07:40:33.501097Z","zone":"fr-par-1"}' headers: Content-Length: - - "397" + - "406" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:22 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1293,7 +1260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b27f7d58-e9ed-402e-ba42-3f27391dc006 + - c4940e41-f31e-4d64-85c1-2a18d885a331 status: 200 OK code: 200 duration: "" @@ -1304,25 +1271,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:20.900364+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"running","state_detail":"booting - kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:49.433741+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"running","state_detail":"booting + kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2705" + - "2796" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:22 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1332,12 +1299,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11213f28-d644-439f-8e2d-1eb7bda60cea + - 13c2b176-dcb4-4383-886b-cf17a8914a1e status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"d322dede-2883-453b-be09-afaecfd108d1"}' + body: '{"private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d"}' form: {} headers: Content-Type: @@ -1345,10 +1312,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:55.816012+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1357,7 +1324,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:23 GMT + - Mon, 10 Jul 2023 07:40:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1367,7 +1334,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 591cdd8a-75d4-4e11-b4d5-b271fe1c4d7d + - 33741880-9bb8-4666-a3f6-d2354377f284 status: 201 Created code: 201 duration: "" @@ -1378,43 +1345,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 - method: GET - response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "376" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:54:23 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 05fdcf8f-3316-4960-9a9e-a07961bc323e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:55.816012+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1423,7 +1357,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:28 GMT + - Mon, 10 Jul 2023 07:40:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1433,7 +1367,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81398c21-20cf-4c8f-87aa-3e249659e938 + - 3ff8a965-5097-426a-9abf-9bb3648e7f8e status: 200 OK code: 200 duration: "" @@ -1444,10 +1378,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:56.808292+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1456,7 +1390,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:33 GMT + - Mon, 10 Jul 2023 07:41:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1466,7 +1400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a17edaf-9716-4649-af81-ef1fd509cf17 + - 621215f2-59b7-466f-bf48-0fdca83fd97e status: 200 OK code: 200 duration: "" @@ -1477,10 +1411,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:56.808292+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1489,7 +1423,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:38 GMT + - Mon, 10 Jul 2023 07:41:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1499,7 +1433,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6831f10-dd17-4ddc-8228-548a803b1c6b + - c801dbb5-f57a-40cf-9ea0-67564473111f status: 200 OK code: 200 duration: "" @@ -1510,10 +1444,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:56.808292+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1522,7 +1456,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:43 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1532,7 +1466,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7ec57ef-7ca8-4c00-84a8-91321866e972 + - 5c837aed-d1ad-4c16-ac37-8f683609ff0c status: 200 OK code: 200 duration: "" @@ -1543,10 +1477,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:56.808292+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1555,7 +1489,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:48 GMT + - Mon, 10 Jul 2023 07:41:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1565,7 +1499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e94c0b34-2e6a-4de9-b77a-c9f511280887 + - 35400e8f-5727-4b41-a689-b3c922608920 status: 200 OK code: 200 duration: "" @@ -1576,10 +1510,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:22.577754+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:40:56.808292+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1588,7 +1522,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:53 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1598,7 +1532,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a134b52-7df6-43b4-84c6-f54d5cf272e7 + - db0806a4-e510-4680-823d-27591a06997d status: 200 OK code: 200 duration: "" @@ -1609,10 +1543,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1621,7 +1555,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1631,7 +1565,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7451396d-4413-4df4-b28f-2a2150633876 + - a34e19c3-751e-456f-b981-38c8a070966c status: 200 OK code: 200 duration: "" @@ -1642,10 +1576,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics/df3594c2-f1d6-48cc-a226-0b502b459a56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics/9659f361-7020-4d0f-961d-731cee349585 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1654,7 +1588,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1664,7 +1598,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d1ef042-3a26-45c4-b2f4-a10b918bf9a2 + - d32ea767-953e-404f-9520-ba7deadee7cd status: 200 OK code: 200 duration: "" @@ -1675,24 +1609,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:20.900364+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:49.433741+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3058" + - "3149" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1702,7 +1636,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d150793f-94c0-420c-8a9c-d60239cd35b5 + - 7669ce99-39b3-41f4-9b60-75d5874831a2 status: 200 OK code: 200 duration: "" @@ -1713,7 +1647,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/user_data method: GET response: body: '{"user_data":[]}' @@ -1725,7 +1659,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1735,7 +1669,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11feb018-ced5-48ae-92aa-21e3549b7551 + - d1edf1bd-9f7a-4e32-91f9-d299da4666a0 status: 200 OK code: 200 duration: "" @@ -1746,10 +1680,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1758,9 +1692,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1771,7 +1705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 407e043f-16f1-4ae9-acc8-450b4c957504 + - e5215360-454e-420d-bcf2-4cbd36b0e6dc X-Total-Count: - "1" status: 200 OK @@ -1784,19 +1718,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1806,12 +1740,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e4fc1ce-63b4-4d17-85fc-f890c951fa88 + - 179d1bea-2b1f-4a88-bd33-b19f7599b58e status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f6","ip_address":"192.168.1.4"}' + body: '{"gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:40","ip_address":"192.168.1.4"}' form: {} headers: Content-Type: @@ -1822,16 +1756,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries method: POST response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:30.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1841,7 +1775,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58abfdf9-9332-4877-a32a-600abe4a5b3b + - b743aa94-4660-48b1-b00e-c8b8bf447e4f status: 200 OK code: 200 duration: "" @@ -1852,19 +1786,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:15.303141Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1874,7 +1808,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b0b631fa-b4fd-4c8d-b7ab-6f8c2adf72c5 + - 3c78cf10-7d5d-42f5-b47f-1107b742ee41 status: 200 OK code: 200 duration: "" @@ -1885,19 +1819,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:30.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1907,7 +1841,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebe7522d-72c0-44e6-9158-78c331ecb096 + - a989c275-208d-4a97-8ff1-3e5adda5815c status: 200 OK code: 200 duration: "" @@ -1918,19 +1852,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1940,7 +1874,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1152bcb-393b-489d-b251-b3744da846a5 + - 20d35bb0-d651-4ecb-b075-5bd74f0a7864 status: 200 OK code: 200 duration: "" @@ -1951,19 +1885,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:30.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1973,7 +1907,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e678134d-1095-44d8-9a1a-c3efac30d5ac + - 6b8bfa51-9d8a-4e04-9006-8e040b1be632 status: 200 OK code: 200 duration: "" @@ -1984,19 +1918,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:40:39.920818Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2006,12 +1940,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32016250-6b17-4e4e-bcce-2a2ed85f6c72 + - 6b073a3e-f5a6-4285-b185-5742f2182263 status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","public_port":2222,"private_ip":"192.168.1.4","private_port":22,"protocol":"tcp"}' + body: '{"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","public_port":2222,"private_ip":"192.168.1.4","private_port":22,"protocol":"tcp"}' form: {} headers: Content-Type: @@ -2022,16 +1956,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules method: POST response: - body: '{"created_at":"2023-05-29T12:54:59.572947Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"26d17337-e958-4074-8382-f544710162de","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-05-29T12:54:59.572947Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:31.402217Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"3c5aee56-a7a7-4084-8faa-c90dadd67b63","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-07-10T07:41:31.402217Z","zone":"fr-par-1"}' headers: Content-Length: - - "282" + - "290" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2041,7 +1975,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4725ce14-7d98-4ee0-8aad-891c8fe23fa8 + - ac3fb5a2-6fc6-4927-9837-3a471f6f89be status: 200 OK code: 200 duration: "" @@ -2052,19 +1986,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2074,7 +2008,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7110dd4-a718-489e-b582-c37d098a1ce4 + - 0dd8cfd0-76b9-422d-8e79-4e639f9a4980 status: 200 OK code: 200 duration: "" @@ -2085,19 +2019,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/26d17337-e958-4074-8382-f544710162de + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/3c5aee56-a7a7-4084-8faa-c90dadd67b63 method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.572947Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"26d17337-e958-4074-8382-f544710162de","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-05-29T12:54:59.572947Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:31.402217Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"3c5aee56-a7a7-4084-8faa-c90dadd67b63","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-07-10T07:41:31.402217Z","zone":"fr-par-1"}' headers: Content-Length: - - "282" + - "290" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2107,7 +2041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f17f32a-cdc3-4cc2-844d-3204ae8ad15e + - b7d8b9ae-d9c0-4d96-b770-f239337ac17a status: 200 OK code: 200 duration: "" @@ -2118,19 +2052,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"tf-srv-nostalgic-euclid","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:33.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "336" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2140,7 +2074,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22160d5c-a9fe-4b51-a4c8-244f7c8d6fb8 + - 26d62b1d-fc43-42f7-82bb-b8c8ac2649cf status: 200 OK code: 200 duration: "" @@ -2151,19 +2085,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dd5b2f0-4680-4c34-bdab-8adf8864a6f2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2bf2b650-3598-46eb-a82f-83ac1e0d13ca method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2173,7 +2107,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29650351-3ef2-4760-b6ca-23a5cf7e5fbb + - a4c5481f-46c4-42bf-b6d8-2ea6b9a84ca9 status: 200 OK code: 200 duration: "" @@ -2184,19 +2118,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/d322dede-2883-453b-be09-afaecfd108d1 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.676030Z","id":"d322dede-2883-453b-be09-afaecfd108d1","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:a024::/64"],"tags":[],"updated_at":"2023-05-29T12:54:09.038262Z","zone":"fr-par-1"}' + body: '{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"}' headers: Content-Length: - - "397" + - "403" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2206,7 +2140,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb2be185-1b4b-4345-87bf-77ffbab04260 + - d3ce8ab2-da75-4dfe-81d7-a02c1f26a7e3 status: 200 OK code: 200 duration: "" @@ -2217,19 +2151,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/6c21ec83-cef3-47e8-9a23-b8edf9967c0d method: GET response: - body: '{"security_group":{"creation_date":"2023-05-29T12:54:02.352206+00:00","description":"","enable_default_security":true,"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","inbound_default_policy":"drop","modification_date":"2023-05-29T12:54:03.596798+00:00","name":"tf-sg-pensive-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"}],"state":"available","stateful":true,"tags":[],"zone":"fr-par-1"}}' + body: '{"created_at":"2023-07-10T07:40:29.248583Z","id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","name":"TestAccScalewayDataSourceVPCPublicGatewayDHCPReservation_Static","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:698d::/64"],"tags":[],"updated_at":"2023-07-10T07:40:33.501097Z","zone":"fr-par-1"}' headers: Content-Length: - - "662" + - "406" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2239,7 +2173,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dab6be91-1c1c-43fd-80e1-7dfdb7cd005a + - 195a3319-a11a-42d4-af14-ff18310192b9 status: 200 OK code: 200 duration: "" @@ -2250,19 +2184,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e2d0cbcf-1cc8-4a51-b98b-e93c88872b48 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3 method: GET response: - body: '{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"}' + body: '{"security_group":{"creation_date":"2023-07-10T07:40:29.275704+00:00","description":"","enable_default_security":true,"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","inbound_default_policy":"drop","modification_date":"2023-07-10T07:40:30.155046+00:00","name":"tf-sg-compassionate-nobel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","organization_default":false,"outbound_default_policy":"accept","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_default":false,"servers":[{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"}],"state":"available","stateful":true,"tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "396" + - "668" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2272,7 +2206,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32092dab-6e9a-4398-a6db-35748df793e3 + - 3ade2c47-fc9e-4e46-b1c0-e8d8aa3e8130 status: 200 OK code: 200 duration: "" @@ -2283,19 +2217,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3/rules?page=1 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"rules":[{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"58909be7-d17c-4ac8-9eb3-23d5fc58abc5","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"25680235-108b-4bbc-8e25-114303d950bd","ip_range":"0.0.0.0/0","position":2,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"4a31b633-118e-4900-bd52-facf1085fc8d","ip_range":"0.0.0.0/0","position":3,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"e7dd28e8-3747-4c7c-9a4f-35ae3f0ae2cd","ip_range":"::/0","position":4,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"f37d9e7c-8ed7-4e0f-baff-7f5e7ede0baf","ip_range":"::/0","position":5,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"68054851-54e3-46c9-9cd7-83219751248b","ip_range":"::/0","position":6,"protocol":"TCP","zone":"fr-par-1"},{"action":"accept","dest_port_from":22,"dest_port_to":null,"direction":"inbound","editable":true,"id":"3d05a21f-0183-422c-99b9-ae75a4c1d84b","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"}]}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1631" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2305,7 +2239,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38ed6595-5c9d-48f7-a4ef-64cacec5805f + - 9661a255-5a45-4b66-8c28-05bfb7040c08 status: 200 OK code: 200 duration: "" @@ -2316,19 +2250,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3/rules?page=1 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"rules":[{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"58909be7-d17c-4ac8-9eb3-23d5fc58abc5","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"25680235-108b-4bbc-8e25-114303d950bd","ip_range":"0.0.0.0/0","position":2,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"4a31b633-118e-4900-bd52-facf1085fc8d","ip_range":"0.0.0.0/0","position":3,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":25,"dest_port_to":null,"direction":"outbound","editable":false,"id":"e7dd28e8-3747-4c7c-9a4f-35ae3f0ae2cd","ip_range":"::/0","position":4,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":465,"dest_port_to":null,"direction":"outbound","editable":false,"id":"f37d9e7c-8ed7-4e0f-baff-7f5e7ede0baf","ip_range":"::/0","position":5,"protocol":"TCP","zone":"fr-par-1"},{"action":"drop","dest_port_from":587,"dest_port_to":null,"direction":"outbound","editable":false,"id":"68054851-54e3-46c9-9cd7-83219751248b","ip_range":"::/0","position":6,"protocol":"TCP","zone":"fr-par-1"},{"action":"accept","dest_port_from":22,"dest_port_to":null,"direction":"inbound","editable":true,"id":"6b21fcd7-8a37-451a-bcc7-5b1dfe6eef0e","ip_range":"0.0.0.0/0","position":1,"protocol":"TCP","zone":"fr-par-1"}]}' headers: Content-Length: - - "1874" + - "1631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2338,7 +2272,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42a2c86b-f7f4-45f6-835f-81f5767fe9b2 + - 03dcd50e-5e80-4b6a-8b2b-1bebfaad02a7 status: 200 OK code: 200 duration: "" @@ -2349,19 +2283,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2371,7 +2305,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57e78e7b-95fa-4128-a46f-d1c3b5c0235d + - 453417e1-b016-49f0-8053-a92d25074382 status: 200 OK code: 200 duration: "" @@ -2382,19 +2316,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2404,7 +2338,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da055010-d103-460d-a2c9-f8bda90ef7e3 + - e4836375-5f83-43a3-8c34-28770ef17ede status: 200 OK code: 200 duration: "" @@ -2415,19 +2349,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:49.433741+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "3149" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2437,7 +2376,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6fcafa9-de76-406b-afb3-1458ebe1cd5b + - b1745f88-e880-4fb8-9041-036b2c239c2c status: 200 OK code: 200 duration: "" @@ -2448,24 +2387,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/user_data method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:20.900364+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "3058" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2475,7 +2409,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd8cf3bc-8cdc-4b8e-9e51-342ccf76c306 + - 622a207d-cfa9-4640-baac-d1851294f829 status: 200 OK code: 200 duration: "" @@ -2486,19 +2420,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/user_data + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"user_data":[]}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}' headers: Content-Length: - - "17" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2508,7 +2442,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14ac0b2a-2704-4164-ad46-736e73da8972 + - c59ccd06-fac0-4d0a-8ea5-52b4ec5e5ebe status: 200 OK code: 200 duration: "" @@ -2519,10 +2453,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -2531,9 +2465,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:37 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2544,7 +2478,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f75143f7-5fa2-4e77-a09a-f6467ec7f037 + - 410071c3-a1a2-40f1-ac39-2692146f7e9d X-Total-Count: - "1" status: 200 OK @@ -2557,19 +2491,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"tf-srv-nostalgic-euclid","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:33.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "336" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2579,7 +2513,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06186267-86b9-4044-8d0c-9e55330728e5 + - 060b1944-ecad-45b7-b57b-20d1057aa970 status: 200 OK code: 200 duration: "" @@ -2590,19 +2524,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"tf-srv-nostalgic-euclid","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:33.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "336" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2612,7 +2546,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c5182de-fdea-4d94-8636-fcc7d9758ed4 + - 52f14944-c2a2-4c4c-bfee-7e9998359529 status: 200 OK code: 200 duration: "" @@ -2623,19 +2557,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/26d17337-e958-4074-8382-f544710162de + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/3c5aee56-a7a7-4084-8faa-c90dadd67b63 method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.572947Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"26d17337-e958-4074-8382-f544710162de","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-05-29T12:54:59.572947Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:31.402217Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"3c5aee56-a7a7-4084-8faa-c90dadd67b63","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-07-10T07:41:31.402217Z","zone":"fr-par-1"}' headers: Content-Length: - - "282" + - "290" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2645,7 +2579,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e501a8f-0139-4d3e-b4e1-bd1711b1a5b2 + - 3d0481f4-c1d8-4934-ad99-8751127f5352 status: 200 OK code: 200 duration: "" @@ -2656,19 +2590,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.247684Z","gateway_network_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","hostname":"","id":"a1ec9dab-1413-4070-a39a-ea5cb572dac2","ip_address":"192.168.1.4","mac_address":"02:00:00:13:00:f6","type":"reservation","updated_at":"2023-05-29T12:54:59.247684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:30.252742Z","gateway_network_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","hostname":"tf-srv-nostalgic-euclid","id":"b310ae18-72ac-4eb8-b760-a6d17ef6f8be","ip_address":"192.168.1.4","mac_address":"02:00:00:13:57:40","type":"reservation","updated_at":"2023-07-10T07:41:33.252742Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "336" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2678,7 +2612,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75bb0664-6316-4795-9ea7-145628540040 + - 85527753-d307-4dae-83a9-11e041caebae status: 200 OK code: 200 duration: "" @@ -2689,19 +2623,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/26d17337-e958-4074-8382-f544710162de + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/3c5aee56-a7a7-4084-8faa-c90dadd67b63 method: GET response: - body: '{"created_at":"2023-05-29T12:54:59.572947Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"26d17337-e958-4074-8382-f544710162de","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-05-29T12:54:59.572947Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:31.402217Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"3c5aee56-a7a7-4084-8faa-c90dadd67b63","private_ip":"192.168.1.4","private_port":22,"protocol":"tcp","public_port":2222,"updated_at":"2023-07-10T07:41:31.402217Z","zone":"fr-par-1"}' headers: Content-Length: - - "282" + - "290" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2711,7 +2645,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b44cb152-b1c5-4ba7-a7a4-878b9ef731b0 + - b11c57f2-8505-4e0e-9dda-d31f0b8c4161 status: 200 OK code: 200 duration: "" @@ -2722,19 +2656,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2744,7 +2678,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2fa6e0f4-9795-4b68-9d94-15fc29982e8e + - 90fd70a3-f660-42e7-b0d8-b2f31b84fa5e status: 200 OK code: 200 duration: "" @@ -2755,7 +2689,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/26d17337-e958-4074-8382-f544710162de + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/3c5aee56-a7a7-4084-8faa-c90dadd67b63 method: DELETE response: body: "" @@ -2765,7 +2699,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2775,7 +2709,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1f02842-a420-4169-831d-14a600061278 + - d797bf1e-5609-44f1-b287-4b2e0a9e31ab status: 204 No Content code: 204 duration: "" @@ -2786,19 +2720,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1874" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2808,7 +2742,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c39900b2-d932-4157-9f07-40ce3bceb96a + - e0599cfb-e35a-4274-be40-059f9932f20d status: 200 OK code: 200 duration: "" @@ -2819,19 +2753,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:54:59.426114Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:31.744284Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2841,7 +2775,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8e478c0-78f7-4b92-ae09-b2828085925f + - 7ce3e856-2eab-4479-9600-febce03b57fd status: 200 OK code: 200 duration: "" @@ -2852,7 +2786,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/a1ec9dab-1413-4070-a39a-ea5cb572dac2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b310ae18-72ac-4eb8-b760-a6d17ef6f8be method: DELETE response: body: "" @@ -2862,7 +2796,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2872,7 +2806,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 619b36ea-fe1d-498c-88c0-0c483468ae05 + - 05a22c6e-9a3b-4198-804a-e162045570b2 status: 204 No Content code: 204 duration: "" @@ -2883,19 +2817,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:55:01.888959Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:41.506142Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2905,7 +2839,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d0fffbb-120b-484a-b9f9-b17f9b69299a + - 46556b20-e523-4de4-bd5a-b6f1a88e4fad status: 200 OK code: 200 duration: "" @@ -2916,19 +2850,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"ready","updated_at":"2023-05-29T12:55:01.888959Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"ready","updated_at":"2023-07-10T07:41:41.506142Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2938,7 +2872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71141b60-c0c5-452a-bd8c-55e4d066c7d5 + - 9baa823e-aae3-41ee-9696-b116898c3f58 status: 200 OK code: 200 duration: "" @@ -2949,7 +2883,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd?cleanup_dhcp=true + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379?cleanup_dhcp=true method: DELETE response: body: "" @@ -2959,7 +2893,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2969,7 +2903,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce3ace1d-7fd5-4e3d-8f53-cff5380ffe88 + - 5f53dfb0-95ae-4263-b56e-015c499c1f3c status: 204 No Content code: 204 duration: "" @@ -2980,24 +2914,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:20.900364+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:40:33.592866Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:29.237888Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:29.237888Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","mac_address":"02:00:00:13:57:39","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","status":"detaching","updated_at":"2023-07-10T07:41:42.283180Z","zone":"fr-par-1"}' headers: Content-Length: - - "3058" + - "980" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3007,7 +2936,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39ad3331-e9ee-445d-ae7d-28616ac4df0d + - 50d9cd56-e419-4621-bbbc-75661e604017 status: 200 OK code: 200 duration: "" @@ -3018,19 +2947,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.093667Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.352313Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.352313Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"f3443efe-7266-4ccb-b293-d87112f81ccd","mac_address":"02:00:00:13:00:f1","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","status":"detaching","updated_at":"2023-05-29T12:55:02.136083Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:40:49.433741+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "951" + - "3149" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3040,7 +2974,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 305f74b8-9e11-42be-a407-62d3ecf66bb9 + - 18290dec-abc8-4676-88d6-2ed6f3d88c34 status: 200 OK code: 200 duration: "" @@ -3053,10 +2987,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/490635c6-f966-45f9-a500-89f15317d971/action","href_result":"/servers/490635c6-f966-45f9-a500-89f15317d971","id":"56a987a6-c0c5-4292-87bc-f99342642f1f","started_at":"2023-05-29T12:55:02.541214+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2/action","href_result":"/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","id":"32d18c33-2a23-49e9-9ede-afdd514d7ba6","started_at":"2023-07-10T07:41:44.179676+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3065,9 +2999,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/56a987a6-c0c5-4292-87bc-f99342642f1f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/32d18c33-2a23-49e9-9ede-afdd514d7ba6 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3077,7 +3011,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3ec5abb-43a5-4211-8c2d-25ac344eff9c + - d2b72fbe-ea45-4ce8-b5b5-92c2d842a06d status: 202 Accepted code: 202 duration: "" @@ -3088,25 +3022,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"launching - poweroff task","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:41:43.876053+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3041" + - "3117" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3116,7 +3049,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a65c8a6-cdc3-431f-bc0c-80847f9c6494 + - 1bea0e1f-ea2e-4103-a308-f49d8eb4e36e status: 200 OK code: 200 duration: "" @@ -3127,10 +3060,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/f3443efe-7266-4ccb-b293-d87112f81ccd + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ffabde9-e5d5-41cc-81c1-0b7024ec5379 method: GET response: - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"f3443efe-7266-4ccb-b293-d87112f81ccd","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"1ffabde9-e5d5-41cc-81c1-0b7024ec5379","type":"not_found"}' headers: Content-Length: - "136" @@ -3139,7 +3072,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3149,7 +3082,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61b1b5db-2937-4874-b2d1-05d5c3679cfd + - 168618f9-0b6c-40e6-a30a-181cbc43e48f status: 404 Not Found code: 404 duration: "" @@ -3160,19 +3093,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "927" + - "953" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3182,7 +3115,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8da2f74c-0a64-4a9f-9ab4-10949fa490cd + - 84dc848b-8e91-4f04-a9c0-997ad05c0fec status: 200 OK code: 200 duration: "" @@ -3193,10 +3126,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dd5b2f0-4680-4c34-bdab-8adf8864a6f2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2bf2b650-3598-46eb-a82f-83ac1e0d13ca method: DELETE response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","type":"not_found"}' headers: Content-Length: - "125" @@ -3205,7 +3138,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3215,7 +3148,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30c91bc1-e0c2-4879-b1e2-43af8dab759a + - cb933887-079e-4423-bcce-c093daa7df7b status: 404 Not Found code: 404 duration: "" @@ -3226,19 +3159,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.570630Z","gateway_networks":[],"id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","ip":{"address":"163.172.128.189","created_at":"2023-05-29T12:54:02.971125Z","gateway_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","id":"e2d0cbcf-1cc8-4a51-b98b-e93c88872b48","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"189-128-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.971125Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.429996Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:40.042240Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "927" + - "953" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3248,7 +3181,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0d6ecdc-9207-4a20-a9bb-086de00d94f9 + - 1afd89dc-f435-4966-a0fd-b6e3bf8ff10f status: 200 OK code: 200 duration: "" @@ -3259,71 +3192,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c?cleanup_dhcp=false - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:07 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 25706c6f-77c6-463d-ba73-ee289a49c4f9 - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52e94053-2eee-4fe4-bc2b-c2025d6bc60c - method: GET - response: - body: '{"message":"resource is not found","resource":"gateway","resource_id":"52e94053-2eee-4fe4-bc2b-c2025d6bc60c","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:07 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 181e342f-d034-4db1-a546-4314d8788ecb - status: 404 Not Found - code: 404 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e2d0cbcf-1cc8-4a51-b98b-e93c88872b48 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a?cleanup_dhcp=false method: DELETE response: body: "" @@ -3333,7 +3202,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3343,7 +3212,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1f0b97f-22ce-4b85-b308-50de3ae25406 + - f6cc02e7-19af-4460-9fb0-009c00fbd4d9 status: 204 No Content code: 204 duration: "" @@ -3354,24 +3223,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:30.664222Z","gateway_networks":[],"id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","ip":{"address":"51.158.113.104","created_at":"2023-07-10T07:40:29.794557Z","gateway_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","id":"814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"104-113-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:29.794557Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"deleting","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:41:48.074022Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "3026" + - "954" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:08 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3381,7 +3245,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4cd2899-28ec-4a4c-9b3d-95fcebf05a2f + - f79622be-4c92-4ce4-9696-65ff3310c81f status: 200 OK code: 200 duration: "" @@ -3392,24 +3256,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:41:43.876053+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3026" + - "3117" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:13 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3419,7 +3283,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 664d6634-825f-44aa-9014-b0db48ede257 + - 2092f006-9953-4ee8-aed4-6841ae6d9734 status: 200 OK code: 200 duration: "" @@ -3430,24 +3294,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/12c767f1-d717-4772-a9a3-b24e9a5ea53a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"message":"resource is not found","resource":"gateway","resource_id":"12c767f1-d717-4772-a9a3-b24e9a5ea53a","type":"not_found"}' headers: Content-Length: - - "3026" + - "128" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:18 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3457,9 +3316,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41685925-7996-40c3-8986-6440fcee9238 - status: 200 OK - code: 200 + - 986fe4c2-4d64-4249-9a53-dfab570d2fc1 + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3468,24 +3327,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/814aeff6-5c40-4b36-b9ef-e5fbeb31ff7e + method: DELETE response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: "" headers: - Content-Length: - - "3026" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:23 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3495,9 +3347,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea540f95-563a-43d6-b510-9d70b878707d - status: 200 OK - code: 200 + - b5a25e74-11fb-4141-96ec-4b78383accc6 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3506,24 +3358,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:41:43.876053+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3026" + - "3117" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:29 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3533,7 +3385,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f30369fe-5f45-404e-9244-c72c85544729 + - e4aa5607-108f-4362-be48-5cd0770e74c1 status: 200 OK code: 200 duration: "" @@ -3544,24 +3396,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"21","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.219779+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.41","private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"701","node_id":"29","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:41:43.876053+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.104.57","private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3026" + - "3117" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:34 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3571,7 +3423,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae8c4222-f52f-43e9-8d99-f54c9b895488 + - ba28c9fe-7f38-483e-8a45-34526c53b629 status: 200 OK code: 200 duration: "" @@ -3582,24 +3434,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:55:36.978565+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:42:09.572755+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2905" + - "2995" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:39 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3609,7 +3461,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3d20fed-46e2-46df-83f7-e9fc9b49e9dc + - 99d43f57-c970-4c44-aed2-6afe485ad5b7 status: 200 OK code: 200 duration: "" @@ -3620,24 +3472,24 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:04.511350+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-mcnulty","id":"490635c6-f966-45f9-a500-89f15317d971","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:55:36.978565+00:00","name":"tf-srv-thirsty-mcnulty","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:22.577754+00:00","id":"df3594c2-f1d6-48cc-a226-0b502b459a56","mac_address":"02:00:00:13:00:f6","modification_date":"2023-05-29T12:54:53.747223+00:00","private_network_id":"d322dede-2883-453b-be09-afaecfd108d1","server_id":"490635c6-f966-45f9-a500-89f15317d971","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"a5f2d8bc-126b-490d-9db6-2972a0ace2b3","name":"tf-sg-pensive-wilson"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:04.511350+00:00","export_uri":null,"id":"7051297a-e914-4f32-8207-b5c58504949b","modification_date":"2023-05-29T12:54:04.511350+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"490635c6-f966-45f9-a500-89f15317d971","name":"tf-srv-thirsty-mcnulty"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:33.635828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-nostalgic-euclid","id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:dd","maintenances":[],"modification_date":"2023-07-10T07:42:09.572755+00:00","name":"tf-srv-nostalgic-euclid","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:55.816012+00:00","id":"9659f361-7020-4d0f-961d-731cee349585","mac_address":"02:00:00:13:57:40","modification_date":"2023-07-10T07:41:27.907096+00:00","private_network_id":"6c21ec83-cef3-47e8-9a23-b8edf9967c0d","server_id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"455ed669-1ae5-44db-bc39-0a47e6471eb3","name":"tf-sg-compassionate-nobel"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:33.635828+00:00","export_uri":null,"id":"956fb013-3c59-4d9c-a995-b3bbfbfedd93","modification_date":"2023-07-10T07:40:33.635828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2","name":"tf-srv-nostalgic-euclid"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2905" + - "2995" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:39 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3647,7 +3499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3b672fe-e99d-42f1-8994-a27a58d96d49 + - 281c98b7-0c79-40b3-b4aa-80228259d822 status: 200 OK code: 200 duration: "" @@ -3658,7 +3510,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: DELETE response: body: "" @@ -3666,7 +3518,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:39 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3676,7 +3528,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49de93ae-3605-4b32-b43b-78da92fc6d02 + - fc908430-20fe-427f-ab68-e6e25ca0c526 status: 204 No Content code: 204 duration: "" @@ -3687,10 +3539,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/490635c6-f966-45f9-a500-89f15317d971 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2 method: GET response: - body: '{"message":"\"490635c6-f966-45f9-a500-89f15317d971\" not found","type":"unknown_resource"}' + body: '{"message":"\"fc421db0-e7de-44ca-b5a7-c38fb4ab9ff2\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3699,7 +3551,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:39 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3709,7 +3561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8214ac86-9709-42c9-b4a1-ca51f534230c + - 14aaaf20-f984-4ae6-bc3a-386b58d8d7ff status: 404 Not Found code: 404 duration: "" @@ -3720,7 +3572,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7051297a-e914-4f32-8207-b5c58504949b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/956fb013-3c59-4d9c-a995-b3bbfbfedd93 method: DELETE response: body: "" @@ -3728,7 +3580,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3738,7 +3590,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5dc984d-ef0a-487a-8136-106fb65745e0 + - b8266403-6a5b-47c3-954a-bdbe893bd8e8 status: 204 No Content code: 204 duration: "" @@ -3749,7 +3601,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/a5f2d8bc-126b-490d-9db6-2972a0ace2b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/security_groups/455ed669-1ae5-44db-bc39-0a47e6471eb3 method: DELETE response: body: "" @@ -3757,7 +3609,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3767,7 +3619,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8827c826-88b8-4788-8869-678a491da9a7 + - 85c87e9d-defd-4c0b-afa7-f2e131803220 status: 204 No Content code: 204 duration: "" @@ -3778,7 +3630,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/d322dede-2883-453b-be09-afaecfd108d1 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/6c21ec83-cef3-47e8-9a23-b8edf9967c0d method: DELETE response: body: "" @@ -3788,7 +3640,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3798,7 +3650,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8250be2d-385f-4dfd-a529-b74a52bd90ca + - f46df00e-69f9-47f0-92d9-a24bb58539da status: 204 No Content code: 204 duration: "" @@ -3809,10 +3661,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dd5b2f0-4680-4c34-bdab-8adf8864a6f2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2bf2b650-3598-46eb-a82f-83ac1e0d13ca method: GET response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"2dd5b2f0-4680-4c34-bdab-8adf8864a6f2","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"2bf2b650-3598-46eb-a82f-83ac1e0d13ca","type":"not_found"}' headers: Content-Length: - "125" @@ -3821,7 +3673,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3831,7 +3683,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd5af40f-60e6-4571-bd3c-34cc36ba4095 + - 48d8c261-baec-42dc-912e-a6277abbb89a status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-image-server-with-block-volume.cassette.yaml b/scaleway/testdata/instance-image-server-with-block-volume.cassette.yaml index a95f1a3c3e..1c9b954a47 100644 --- a/scaleway/testdata/instance-image-server-with-block-volume.cassette.yaml +++ b/scaleway/testdata/instance-image-server-with-block-volume.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,50 +30,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c895041-3ff9-48c3-af29-492129a61af8 + - ea13a659-1e64-4866-bd57-42c8da499b06 status: 200 OK code: 200 duration: "" - request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 - method: GET - response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' - headers: - Content-Length: - - "36881" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:39:49 GMT - Link: - - ; rel="next",; - rel="last" - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 25c53f91-6f07-4803-abc8-2cc6fd4743ac - X-Total-Count: - - "56" - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"name":"tf-vol-stoic-colden","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":21000000000}' + body: '{"name":"tf-vol-charming-wiles","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":21000000000}' form: {} headers: Content-Type: @@ -84,18 +46,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:49.158972+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:50.409447+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -105,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 073fc9d6-56af-4b56-8c01-c4961f11fd61 + - fd1df5a6-1127-40f4-95bf-c4eb9bad3ee3 status: 201 Created code: 201 duration: "" @@ -116,22 +78,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/products/servers?page=1 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "4363" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Link: - - ; rel="first",; - rel="previous",; rel="last" + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -141,7 +103,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a129e24-e0fe-49c4-ae6f-e5667fd78230 + - a2bda5e6-b999-42c2-914b-bf10fdc37cd4 X-Total-Count: - "56" status: 200 OK @@ -154,19 +116,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:49.158972+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:50.409447+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -176,7 +138,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 471bcb28-798b-4f91-96ef-f28a04a3b2d1 + - 1e680b23-04c6-4cb4-acfe-964f97eaa83d status: 200 OK code: 200 duration: "" @@ -187,19 +149,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:49.158972+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "441" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -209,53 +174,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c557dd8-5432-464e-b725-445709c30f7a + - a30ac925-9239-4610-b570-14befe041fd1 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" -- request: - body: '{"name":"tf-srv-festive-mclaren","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers - method: POST - response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.442828+00:00","name":"tf-srv-festive-mclaren","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2546" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:39:49 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5bc52015-067d-4ea8-b4b9-e252c88a56ec - status: 201 Created - code: 201 - duration: "" - request: body: "" form: {} @@ -263,25 +187,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.442828+00:00","name":"tf-srv-festive-mclaren","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:50.409447+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -291,12 +209,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4173934d-7dc7-4c73-a92b-3f132cffc034 + - 926c4f80-d376-45ff-92c4-ad562cbb4892 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-romantic-bhaskara","volume_id":"3010a6af-c599-4531-9646-87c96a085e79","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-srv-ecstatic-mclaren","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -304,19 +222,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:49.398137+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_520e949a-cd67-4232-9ade-6bbe71da6fdf","href_from":"/snapshots","href_result":"snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf","id":"3493eab1-2282-4e53-ba27-70e56cd9945c","started_at":"2023-05-29T13:39:50.049672+00:00","status":"pending","terminated_at":null}}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:41:50.675522+00:00","name":"tf-srv-ecstatic-mclaren","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "839" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -326,7 +252,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca955400-07d0-453d-b72a-5b11f47f463f + - 18314d9e-59ef-442c-9931-a208a543aff7 status: 201 Created code: 201 duration: "" @@ -337,25 +263,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.442828+00:00","name":"tf-srv-festive-mclaren","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:41:50.675522+00:00","name":"tf-srv-ecstatic-mclaren","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -365,7 +291,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c0db6151-2493-47ff-897b-2fc166afc61b + - c2c58214-3313-4d54-8dca-fd6180b1406d status: 200 OK code: 200 duration: "" @@ -376,19 +302,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:49.398137+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:41:50.675522+00:00","name":"tf-srv-ecstatic-mclaren","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "533" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -398,12 +330,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0787f95-0fd7-4a0d-aae1-975c1c3a279e + - 4a0a516a-35bc-4195-a367-06cd5d53d937 status: 200 OK code: 200 duration: "" - request: - body: '{"action":"poweron"}' + body: '{"name":"tf-snap-determined-goldstine","volume_id":"add34bb1-304b-421a-ba73-e6e313b92fba","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -411,21 +343,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/action","href_result":"/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","id":"809cd32f-6bd7-41d0-a3d4-e5c1166aba2d","started_at":"2023-05-29T13:39:50.494974+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:50.795764+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","href_from":"/snapshots","href_result":"snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","id":"47661a79-248c-44af-96c5-ed29e762421f","started_at":"2023-07-10T07:41:51.290020+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "322" + - "844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/809cd32f-6bd7-41d0-a3d4-e5c1166aba2d + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -435,9 +365,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c78ceee-46d5-4020-bd70-2ac23e89014b - status: 202 Accepted - code: 202 + - 1e90e308-ab2e-492d-867a-0a177a7d77e3 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -446,25 +376,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:50.149758+00:00","name":"tf-srv-festive-mclaren","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,"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":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:50.795764+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2568" + - "538" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -474,30 +398,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0cae66e6-303a-4924-8661-f46e623ca945 + - b7c30fcd-ca7a-4b17-a345-26004139a409 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"action":"poweron"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/action + method: POST response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:49.398137+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/ed780376-839c-4e1f-bb8a-669df8086276/action","href_result":"/servers/ed780376-839c-4e1f-bb8a-669df8086276","id":"de386100-39d7-4a87-b80a-6d77f0126375","started_at":"2023-07-10T07:41:52.126990+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "533" + - "322" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:55 GMT + - Mon, 10 Jul 2023 07:41:52 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/de386100-39d7-4a87-b80a-6d77f0126375 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -507,9 +435,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebb1860f-7e86-41c5-b3d6-38250d1859ee - status: 200 OK - code: 200 + - 7b1facd1-2429-4838-9cb3-a4a5ff5d02a6 + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -518,25 +446,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.149758+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:41:51.304690+00:00","name":"tf-srv-ecstatic-mclaren","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":false,"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":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2653" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:56 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -546,7 +474,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 214b06ad-67fc-4b3d-b466-3260a07aaddd + - 7c52e4ef-bc14-41a5-89d8-953bc144d342 status: 200 OK code: 200 duration: "" @@ -557,19 +485,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:00 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -579,7 +507,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c060d1d-e5dd-4332-b717-879de625cd3c + - fcfee15f-2e3c-4d48-ad57-ea74a6baf5a0 status: 200 OK code: 200 duration: "" @@ -590,19 +518,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:00 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -612,7 +540,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31ba47f2-aeaa-48ed-b3fd-f0c72e5b7a81 + - c201d3ef-a327-4213-b068-f5792f29306d status: 200 OK code: 200 duration: "" @@ -623,25 +551,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.149758+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:41:51.304690+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:01 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -651,7 +579,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7fa1a28f-01a6-449e-b6c9-80239fdf0075 + - d3f86314-4d4b-4ce8-a836-b4973bc14627 status: 200 OK code: 200 duration: "" @@ -662,25 +590,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.149758+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:41:51.304690+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:06 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -690,7 +618,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcaefd9e-c089-4876-9323-0a851cdd1ccd + - 410c14b0-9eb1-4a9a-8868-422b0bf68e94 status: 200 OK code: 200 duration: "" @@ -701,25 +629,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2795" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:11 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -729,7 +657,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0128e46-e4a0-49f6-84fb-2cea66666491 + - 3702b26b-4129-4d75-8ea7-ed3620926a14 status: 200 OK code: 200 duration: "" @@ -740,25 +668,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2795" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:12 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -768,7 +696,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d64d839c-4266-43d6-b649-e1b9f2a85b8c + - 8ea856e0-9a66-421b-850e-d2151e122d4f status: 200 OK code: 200 duration: "" @@ -779,7 +707,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/user_data method: GET response: body: '{"user_data":[]}' @@ -791,7 +719,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:12 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -801,7 +729,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a3e3104-9b8b-4b5b-9c79-1cb32993b40b + - ac3962f8-7c4c-4bec-b903-34eee297392c status: 200 OK code: 200 duration: "" @@ -812,7 +740,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/private_nics method: GET response: body: '{"private_nics":[]}' @@ -824,9 +752,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:12 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -837,7 +765,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee22f5fa-c069-4ded-8236-7f45655e595a + - 082800da-1346-47a9-81b8-d34ca9f7771b X-Total-Count: - "0" status: 200 OK @@ -850,19 +778,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:12 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -872,7 +800,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3c71482-aa9b-4bcf-b601-7e9dfee400d7 + - 79dda84a-b72a-4600-b10b-06ae7693e8de status: 200 OK code: 200 duration: "" @@ -883,25 +811,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2795" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:12 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -911,7 +839,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93698380-a0cd-42bb-b2bd-184379d87583 + - f6ab3fae-45e5-4728-900e-8829983244dd status: 200 OK code: 200 duration: "" @@ -922,19 +850,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:12 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -944,7 +872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 759592b7-a582-4b4a-b1ae-f3a9374461bb + - 51e0b291-41b9-477b-b617-d3fbdaec42d2 status: 200 OK code: 200 duration: "" @@ -955,19 +883,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -977,7 +905,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f115f88a-774b-4dfa-945d-16b08b3c0f82 + - bd00935d-de35-4057-b8b2-213fcf9cc874 status: 200 OK code: 200 duration: "" @@ -988,19 +916,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1010,7 +938,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef142515-928b-41a1-af95-f2361298fa96 + - 2cd32bcc-8aac-4e04-ab71-5ffd76799ba5 status: 200 OK code: 200 duration: "" @@ -1021,25 +949,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2795" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1049,7 +977,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10cb2c07-8026-4843-a4f2-12a1101f69f2 + - ee221606-3b88-4a43-b766-263a724c924a status: 200 OK code: 200 duration: "" @@ -1060,7 +988,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/user_data method: GET response: body: '{"user_data":[]}' @@ -1072,7 +1000,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1082,7 +1010,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16cc0112-c9b7-4b27-b01d-935da853089e + - 10078b31-6de4-4f17-9b0f-17780177c0ab status: 200 OK code: 200 duration: "" @@ -1093,7 +1021,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1105,9 +1033,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1118,7 +1046,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4eafb27-6eb2-470f-900d-920a29b73508 + - 8e5b72e0-0314-45dc-b0a4-231b2b1a917f X-Total-Count: - "0" status: 200 OK @@ -1131,19 +1059,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1153,7 +1081,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3569dfc7-9d06-4a13-b937-456c26f7dc08 + - 4204f5de-f09f-4a71-ba76-a32c0084d3cd status: 200 OK code: 200 duration: "" @@ -1164,19 +1092,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:41:50.675522+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "2795" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:13 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1186,7 +1120,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f5eaaaf-596f-4aef-911f-6e6f81ffdce6 + - 991a6435-8944-43f0-9459-a9344479d28c status: 200 OK code: 200 duration: "" @@ -1197,25 +1131,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:39:49.442828+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:14 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1225,7 +1153,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a54a4d3-47b6-456e-a8a4-886c5a522397 + - 95775756-7254-4c78-9840-9a575ea98005 status: 200 OK code: 200 duration: "" @@ -1236,7 +1164,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/user_data method: GET response: body: '{"user_data":[]}' @@ -1248,7 +1176,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:14 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1258,7 +1186,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4955f2cb-0640-4fca-b992-4193e1dafa6e + - 060f898d-4019-4259-bb39-2c63503aadc3 status: 200 OK code: 200 duration: "" @@ -1269,7 +1197,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1281,9 +1209,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:14 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1294,14 +1222,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed6bac2d-0dae-4d23-94c2-ca7da73d6631 + - 60c200c2-7628-4e2f-ab54-613c872c2309 X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-adoring-pascal","volume_id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-snap-wonderful-visvesvaraya","volume_id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -1312,17 +1240,17 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:14.771025+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_d88bdd4c-df15-44d0-9864-46723df537a5","href_from":"/snapshots","href_result":"snapshots/d88bdd4c-df15-44d0-9864-46723df537a5","id":"469324bc-6c4a-49a4-b4ee-245a5232da10","started_at":"2023-05-29T13:40:15.478784+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:14.697791+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","href_from":"/snapshots","href_result":"snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","id":"2da82d47-3f0e-4a41-a5f4-88d60c6aa6af","started_at":"2023-07-10T07:42:15.154690+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "841" + - "849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:15 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1332,7 +1260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3f7fa73-4f1c-4993-b8c6-f46b3291df67 + - 1202ce1f-1e7c-45ad-838d-f8ab73a95a1f status: 201 Created code: 201 duration: "" @@ -1343,54 +1271,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 - method: GET - response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:14.771025+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "535" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e2f63941-2f28-43c1-bad3-9f3421cd3edf - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:14.771025+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:14.697791+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:20 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1400,7 +1294,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de28af06-9821-4709-828a-4b6f0c80ca11 + - 8e31d9c1-a3ad-4fbd-819c-b1d6abcc2656 status: 200 OK code: 200 duration: "" @@ -1411,20 +1305,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:14.771025+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:14.697791+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:25 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1434,7 +1328,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85472330-5e3f-441d-9d4f-24aa5b764af6 + - 0d9268d4-57d4-49bc-bf17-88679b951bfd status: 200 OK code: 200 duration: "" @@ -1445,20 +1339,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:14.771025+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:14.697791+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:30 GMT + - Mon, 10 Jul 2023 07:42:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1468,7 +1362,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7db9ba41-c1d8-4370-b660-61f999f69ac0 + - 8f765e13-63cf-44c7-a2fc-4ab92d1686cd status: 200 OK code: 200 duration: "" @@ -1479,20 +1373,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:14.771025+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:14.697791+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:36 GMT + - Mon, 10 Jul 2023 07:42:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1502,7 +1396,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b60475ce-ad99-4a1c-b06f-9201790d660b + - 8a67a259-4830-46b9-9dd3-e92c6b6d2248 status: 200 OK code: 200 duration: "" @@ -1513,20 +1407,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1536,7 +1430,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0eff903-1167-4046-8a0f-6871c36583e8 + - 1ba11284-7f8c-4abf-87d6-b956ca0f3ea3 status: 200 OK code: 200 duration: "" @@ -1547,20 +1441,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1570,7 +1464,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f81e06e-5b00-454f-8cee-c9356c672513 + - fea6ae2d-0ed7-4f6f-8112-076d963e1b2b status: 200 OK code: 200 duration: "" @@ -1581,19 +1475,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1603,12 +1497,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95af9df2-71d0-442b-800d-9bb154b8de33 + - e67e1643-1db1-47b5-bb55-c0b9f0c7b013 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-image-relaxed-bouman","root_volume":"d88bdd4c-df15-44d0-9864-46723df537a5","arch":"x86_64","extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-vol-stoic-colden","size":21000000000,"volume_type":"b_ssd"}},"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false}' + body: '{"name":"tf-image-optimistic-liskov","root_volume":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","arch":"x86_64","extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-vol-charming-wiles","size":21000000000,"volume_type":"b_ssd"}},"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false}' form: {} headers: Content-Type: @@ -1619,18 +1513,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images method: POST response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1640,7 +1534,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c2f8c75-4773-4686-8d7f-944238ff88d4 + - 3ee77841-e9e8-40d9-99a5-c3882e77121f status: 201 Created code: 201 duration: "" @@ -1651,19 +1545,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1673,7 +1567,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07090e77-a49d-4659-bbc6-227b3dafc125 + - 54cd2d7c-d93c-4457-9bb8-2b8e0f8916d5 status: 200 OK code: 200 duration: "" @@ -1684,19 +1578,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1706,7 +1600,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d2fec31-d306-40b5-83dd-a9b23316eab0 + - 8e1d2769-e603-49b9-b3ec-8d1daba3b275 status: 200 OK code: 200 duration: "" @@ -1717,19 +1611,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:41 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1739,7 +1633,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f91be32d-8fd5-40a9-8b2d-25be240f9c9c + - 8bbfec6a-4b4f-4806-90ab-23facccb421f status: 200 OK code: 200 duration: "" @@ -1750,25 +1644,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2787" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:42 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1778,7 +1672,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b13662b3-9fb2-414f-810e-736e9084d709 + - 488fc440-46f9-4f5e-9d06-a87957a956d9 status: 200 OK code: 200 duration: "" @@ -1789,19 +1683,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:42 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1811,7 +1705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 242841c2-4aa5-4c2c-b6e8-ba4786f66161 + - 5c7bcf80-7f9b-41d7-b5a9-c1f83661fcac status: 200 OK code: 200 duration: "" @@ -1822,20 +1716,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:42 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1845,7 +1739,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2562ec3-1cf3-4092-8c94-0144cc5bf5df + - 43042443-acde-4d1d-adfa-ba6ecc2d1e57 status: 200 OK code: 200 duration: "" @@ -1856,19 +1750,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:42 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1878,7 +1772,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ffe2fe2-7a65-4982-ac09-b727fcc43eba + - 7cd9a6c1-ef05-46d3-819a-2ad351809057 status: 200 OK code: 200 duration: "" @@ -1889,19 +1783,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:42 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1911,7 +1805,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4463efcf-5f9d-4068-a87b-03c8532dae41 + - 9b847947-94fb-40ca-a7c3-05029402b420 status: 200 OK code: 200 duration: "" @@ -1922,19 +1816,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "2787" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1944,7 +1844,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 144dc9c2-369c-46fe-9b7a-45bbd94b9a62 + - f6b539fb-f41b-43fa-8840-212f3526902d status: 200 OK code: 200 duration: "" @@ -1955,25 +1855,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1983,7 +1877,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c8f025d-26a6-4b13-b484-585d875adf83 + - 3d013231-52fe-45c5-b18c-e7bba7c8d16c status: 200 OK code: 200 duration: "" @@ -1994,7 +1888,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/user_data method: GET response: body: '{"user_data":[]}' @@ -2006,7 +1900,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2016,7 +1910,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb618770-cd32-46b9-a237-10eac161a8d2 + - 0b3921bd-98f3-4cac-ab40-73945a5b2222 status: 200 OK code: 200 duration: "" @@ -2027,7 +1921,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2039,9 +1933,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2052,7 +1946,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f7baf512-df73-4452-8c63-104b14394c76 + - 9c4ca174-be24-45e9-b1e1-47793da3196b X-Total-Count: - "0" status: 200 OK @@ -2065,20 +1959,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2088,7 +1982,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - deda9dbb-e631-4a72-bae7-11452d01063d + - 67d4e88b-4bfd-49bd-9f99-371ff01a66ec status: 200 OK code: 200 duration: "" @@ -2099,19 +1993,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2121,7 +2015,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5226b0c8-42f2-47d6-be22-4e7ce89b3d8b + - 3016c627-17a2-4ed8-9373-193fb175ec17 status: 200 OK code: 200 duration: "" @@ -2132,19 +2026,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2154,7 +2048,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a2df90d-7240-40f9-bfe5-e7c1167580a4 + - a98e9f11-c961-480f-b7ce-8399a5d7c826 status: 200 OK code: 200 duration: "" @@ -2165,19 +2059,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "2787" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2187,7 +2087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7542968-c255-431e-9eda-9a468e4ef9cf + - 4eed639c-b8f5-4a43-a154-d04ec4427876 status: 200 OK code: 200 duration: "" @@ -2198,25 +2098,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2226,7 +2120,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48a1f473-b8ce-431e-98ee-773b5fc30204 + - d44d6227-d511-4604-b3a6-d26e0fcb1c55 status: 200 OK code: 200 duration: "" @@ -2237,7 +2131,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/user_data method: GET response: body: '{"user_data":[]}' @@ -2249,7 +2143,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2259,7 +2153,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b31b916-17c6-445b-b8bf-5db5760b73a5 + - 6acb8b56-be5b-49c5-9d51-d03fb61d4dd0 status: 200 OK code: 200 duration: "" @@ -2270,7 +2164,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2282,9 +2176,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:48 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2295,7 +2189,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c41c2386-f8a4-426c-afad-22922833db1f + - 927f90df-541a-467f-b321-99120dd7f6fd X-Total-Count: - "0" status: 200 OK @@ -2308,20 +2202,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2331,7 +2225,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ab33c86-0335-4a9b-a5f8-68bd7b9a6280 + - bb5d3d5c-798b-4f63-b90d-0313c8524f1b status: 200 OK code: 200 duration: "" @@ -2342,19 +2236,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2364,12 +2258,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 730d8a22-e82e-40fc-86a6-3d297b23caa4 + - 6a48781d-f8f2-4fdb-9d27-8105db1416b3 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-vol-affectionate-cannon","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":22000000000}' + body: '{"name":"tf-vol-cocky-lamport","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":22000000000}' form: {} headers: Content-Type: @@ -2380,18 +2274,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T13:40:44.667581+00:00","export_uri":null,"id":"071b07e8-a229-4c8c-8563-40e5143b1933","modification_date":"2023-05-29T13:40:44.667581+00:00","name":"tf-vol-affectionate-cannon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:51.401454+00:00","export_uri":null,"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","modification_date":"2023-07-10T07:42:51.401454+00:00","name":"tf-vol-cocky-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "442" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2401,7 +2295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1061f3e9-9a47-4867-8cd6-31aefbbec6cb + - 041c3d88-32df-4823-a6b4-c6e1be0f6a85 status: 201 Created code: 201 duration: "" @@ -2412,19 +2306,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:40:44.667581+00:00","export_uri":null,"id":"071b07e8-a229-4c8c-8563-40e5143b1933","modification_date":"2023-05-29T13:40:44.667581+00:00","name":"tf-vol-affectionate-cannon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:51.401454+00:00","export_uri":null,"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","modification_date":"2023-07-10T07:42:51.401454+00:00","name":"tf-vol-cocky-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "442" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2434,7 +2328,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca2053ee-14e6-4678-8abf-96507870fa11 + - 81aa7872-afb2-47a2-8943-ed100a8c49bc status: 200 OK code: 200 duration: "" @@ -2445,19 +2339,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:40:44.667581+00:00","export_uri":null,"id":"071b07e8-a229-4c8c-8563-40e5143b1933","modification_date":"2023-05-29T13:40:44.667581+00:00","name":"tf-vol-affectionate-cannon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:51.401454+00:00","export_uri":null,"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","modification_date":"2023-07-10T07:42:51.401454+00:00","name":"tf-vol-cocky-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "442" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2467,12 +2361,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5e80be3b-f31e-4dfc-bae5-0faf3f854965 + - 7977307d-0b17-4343-913e-e567395f39b8 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-determined-elbakyan","volume_id":"071b07e8-a229-4c8c-8563-40e5143b1933","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-snap-stoic-nash","volume_id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -2483,16 +2377,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:44.910909+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_bd43a77f-95df-428b-bf94-a15df377196e","href_from":"/snapshots","href_result":"snapshots/bd43a77f-95df-428b-bf94-a15df377196e","id":"ec2b9f00-d5f0-4f62-83ea-197048d4cc9b","started_at":"2023-05-29T13:40:45.283824+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:52.320607+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_ef212722-5150-450c-ac7f-745106811ba1","href_from":"/snapshots","href_result":"snapshots/ef212722-5150-450c-ac7f-745106811ba1","id":"c464728e-5c71-415b-8bb0-7ece216deea6","started_at":"2023-07-10T07:42:52.927661+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "848" + - "833" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2502,7 +2396,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0ef09e6-372e-475a-9c9e-2e493d34731f + - 8d8cf3c9-b990-410b-8dd1-1463bfcafd14 status: 201 Created code: 201 duration: "" @@ -2513,19 +2407,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:44.910909+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:52.320607+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "542" + - "527" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2535,7 +2429,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e727870e-f133-4380-b689-0dc02ca05445 + - e33a29c9-0ebc-4917-a6d0-cc5be2797703 status: 200 OK code: 200 duration: "" @@ -2546,19 +2440,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "524" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:50 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2568,7 +2462,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28d84316-d605-4aa0-b3fa-a684d435f84a + - 76c64e8d-0e03-4b5a-9845-c8f4cefa7aee status: 200 OK code: 200 duration: "" @@ -2579,19 +2473,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "524" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:50 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2601,7 +2495,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa72f1f9-526e-4504-aefd-7535e2c9ca9f + - 8cff5c24-92fd-49c9-8e59-5e3292d4eec2 status: 200 OK code: 200 duration: "" @@ -2612,19 +2506,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:50 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2634,7 +2528,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 120ca26a-5cb3-4a19-b0b3-99fa915baa67 + - 308f68ad-6126-4f7a-b01d-7457302d2d18 status: 200 OK code: 200 duration: "" @@ -2645,19 +2539,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "524" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:50 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2667,7 +2561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b9191c0-fb49-4622-ba44-cf16401a9e42 + - 175072ba-e380-42da-a73c-9a704ef1dafd status: 200 OK code: 200 duration: "" @@ -2678,19 +2572,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","name":"tf-snap-romantic-bhaskara","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","name":"tf-snap-determined-goldstine","size":21000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "743" + - "757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:50 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2700,12 +2594,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 647dd357-5d46-4539-83cf-7623d531b13c + - 6c9e351b-adbc-40ed-b378-8546a5784940 status: 200 OK code: 200 duration: "" - request: - body: '{"zone":"fr-par-1","id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","name":"tf-image-relaxed-bouman","arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865Z","modification_date":"2023-05-29T13:40:41.344865Z","extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-vol-affectionate-cannon","size":22000000000,"volume_type":"b_ssd"}},"organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[]}' + body: '{"zone":"fr-par-1","id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","name":"tf-image-optimistic-liskov","arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706Z","modification_date":"2023-07-10T07:42:37.246706Z","extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-vol-cocky-lamport","size":22000000000,"volume_type":"b_ssd"}},"organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[]}' form: {} headers: Content-Type: @@ -2713,19 +2607,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: PUT response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-snap-determined-elbakyan","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-snap-stoic-nash","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "745" + - "747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:50 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2735,7 +2629,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a75d2cf4-e1a1-45a0-a3fc-840ed7fe7c62 + - 53e14222-739b-4e00-8a82-9ebcf163cb45 status: 200 OK code: 200 duration: "" @@ -2746,19 +2640,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-snap-determined-elbakyan","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-snap-stoic-nash","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "745" + - "747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2768,7 +2662,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff6e0105-e942-4ee0-86e3-a6ebf4dda611 + - 31463abc-5f44-4a67-a59d-1a11be947dda status: 200 OK code: 200 duration: "" @@ -2779,19 +2673,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-snap-determined-elbakyan","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-snap-stoic-nash","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "745" + - "747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2801,7 +2695,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba40f4c7-8e72-4f7c-9299-14e88a5f688e + - 66cc501e-ec9d-480e-a413-be9541a6687e status: 200 OK code: 200 duration: "" @@ -2812,19 +2706,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2834,7 +2728,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b97660e-3cd6-43ce-a010-7422d45e5b2b + - 3e5e6aee-10ff-47ce-9cef-ba01c9122056 status: 200 OK code: 200 duration: "" @@ -2845,19 +2739,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:40:44.667581+00:00","export_uri":null,"id":"071b07e8-a229-4c8c-8563-40e5143b1933","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-vol-affectionate-cannon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:51.401454+00:00","export_uri":null,"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-vol-cocky-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "442" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2867,7 +2761,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a9499318-e264-41d0-a646-97bb7dfc0c43 + - 6038c2df-d695-4a26-922b-25c56090fec3 status: 200 OK code: 200 duration: "" @@ -2878,25 +2772,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2787" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2906,7 +2800,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b344fff0-4405-4df1-b916-531d1c0f0bcc + - c2ba44d8-3983-43ef-b67b-6cc9ab99341f status: 200 OK code: 200 duration: "" @@ -2917,19 +2811,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2939,7 +2833,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80f8d5cb-757e-404b-b8a7-b003d886c68a + - bb5a783c-b0cc-4c99-8cf4-babcfd5861e7 status: 200 OK code: 200 duration: "" @@ -2950,19 +2844,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "524" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2972,7 +2866,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44f367c1-b14e-4440-bd73-4947623d64b7 + - a662bae8-3ace-4c9f-978b-98d985f445a6 status: 200 OK code: 200 duration: "" @@ -2983,20 +2877,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3006,7 +2900,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0598e5c6-c03f-44cd-82ec-494750193064 + - 08bc0f83-7f5e-4012-86e0-62659be40782 status: 200 OK code: 200 duration: "" @@ -3017,19 +2911,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-snap-determined-elbakyan","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-snap-stoic-nash","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "745" + - "747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:51 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3039,7 +2933,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c7884d4-8369-444f-bd82-e623c94946a2 + - 4691d11e-11b6-4cca-8147-e3c6f13e3dda status: 200 OK code: 200 duration: "" @@ -3050,19 +2944,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:40:44.667581+00:00","export_uri":null,"id":"071b07e8-a229-4c8c-8563-40e5143b1933","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-vol-affectionate-cannon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3072,7 +2966,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6cc5d80-758d-4dc8-9c10-0040e0507465 + - 18877920-6d94-4414-8ab9-07088638e26c status: 200 OK code: 200 duration: "" @@ -3083,19 +2977,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:51.401454+00:00","export_uri":null,"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-vol-cocky-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "441" + - "442" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3105,7 +2999,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff073326-1cb2-4d62-a0e3-99cd3ec47152 + - 7102852e-af44-480f-8bff-486bd840374e status: 200 OK code: 200 duration: "" @@ -3116,19 +3010,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3138,7 +3032,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4463c640-53d7-4450-b4a4-fa511f09e180 + - 0839026e-5198-489d-9813-b08f5df28088 status: 200 OK code: 200 duration: "" @@ -3149,19 +3043,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "524" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3171,7 +3065,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 00830d05-4afa-4f28-9333-9d256f5537dd + - 45eb17ac-c90d-483d-87df-0bb01611504e status: 200 OK code: 200 duration: "" @@ -3182,25 +3076,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2787" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3210,7 +3104,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4e6f736-7353-4da7-8ed0-1adcf6b023b7 + - 7e7411df-e721-48e7-817b-8b7001db314b status: 200 OK code: 200 duration: "" @@ -3221,7 +3115,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/user_data method: GET response: body: '{"user_data":[]}' @@ -3233,7 +3127,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3243,7 +3137,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d2dd54c-fb4e-409c-8bf1-0a605fcc7a2f + - 556cc56a-5d3e-41ba-90f8-5946249ed1a9 status: 200 OK code: 200 duration: "" @@ -3254,7 +3148,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/private_nics method: GET response: body: '{"private_nics":[]}' @@ -3266,9 +3160,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3279,7 +3173,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12921ae3-d12b-44cc-9ca5-78f68af6ee13 + - c294bba4-9899-41e7-9a4e-d0df7faedeba X-Total-Count: - "0" status: 200 OK @@ -3292,20 +3186,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3315,7 +3209,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a5cd419-5367-4d3e-bc6d-abfc86986410 + - 200f8262-c937-4dfe-84e3-04140d1cc08a status: 200 OK code: 200 duration: "" @@ -3326,19 +3220,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-snap-determined-elbakyan","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-snap-stoic-nash","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "745" + - "747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:52 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3348,7 +3242,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aec55d4b-81a7-4bb2-afeb-2f8db812681f + - 8108e1be-a3d7-48d2-a281-bb6790cf1754 status: 200 OK code: 200 duration: "" @@ -3359,19 +3253,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:41.344865+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"bd43a77f-95df-428b-bf94-a15df377196e","name":"tf-snap-determined-elbakyan","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"6d93b7f3-8cc6-49b6-8d6c-c41995feb055","modification_date":"2023-05-29T13:40:41.344865+00:00","name":"tf-image-relaxed-bouman","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"d88bdd4c-df15-44d0-9864-46723df537a5","name":"tf-snap-adoring-pascal","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"add34bb1-304b-421a-ba73-e6e313b92fba","name":"tf-vol-charming-wiles"},"creation_date":"2023-07-10T07:41:50.795764+00:00","error_details":null,"id":"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-snap-determined-goldstine","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "745" + - "535" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3381,7 +3275,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5b7ebde-cf49-45db-9c29-a05c78b71fd4 + - f7827cfb-4dde-4e57-91fd-c0c84484b386 status: 200 OK code: 200 duration: "" @@ -3392,19 +3286,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"snapshot":{"base_volume":{"id":"3010a6af-c599-4531-9646-87c96a085e79","name":"tf-vol-stoic-colden"},"creation_date":"2023-05-29T13:39:49.398137+00:00","error_details":null,"id":"520e949a-cd67-4232-9ade-6bbe71da6fdf","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-snap-romantic-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:37.246706+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"ef212722-5150-450c-ac7f-745106811ba1","name":"tf-snap-stoic-nash","size":22000000000,"volume_type":"b_ssd"}},"from_server":null,"id":"ae6bb9c2-da24-4392-99c1-c725a343f87f","modification_date":"2023-07-10T07:42:37.246706+00:00","name":"tf-image-optimistic-liskov","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","name":"tf-snap-wonderful-visvesvaraya","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3414,7 +3308,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94e40e52-f035-41e8-bc78-f6e9f0e87ac2 + - adba69b4-c4f6-4522-8779-1be6ab6e7458 status: 200 OK code: 200 duration: "" @@ -3425,7 +3319,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: DELETE response: body: "" @@ -3433,7 +3327,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3443,7 +3337,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8fdc054d-0ae2-404c-bd9d-b896adb6ad44 + - d578934c-2a14-4361-b5b1-99161b84f2f2 status: 204 No Content code: 204 duration: "" @@ -3454,19 +3348,15 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f + method: DELETE response: - body: '{"message":"\"520e949a-cd67-4232-9ade-6bbe71da6fdf\" not found","type":"unknown_resource"}' + body: "" headers: - Content-Length: - - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3476,9 +3366,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96cd9474-2d21-4fb4-a23e-8058553a9b7e - status: 404 Not Found - code: 404 + - 216793e8-e17c-4a6c-a32d-6e1f3ecf11b4 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3487,15 +3377,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f + method: GET response: - body: "" + body: '{"message":"\"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f\" not found","type":"unknown_resource"}' headers: + Content-Length: + - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3505,9 +3399,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36da1830-78b2-4fad-9332-94f3385c0340 - status: 204 No Content - code: 204 + - e07f1d42-44b6-4ef7-aea0-e0d209bd553c + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3516,19 +3410,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:39:49.158972+00:00","export_uri":null,"id":"3010a6af-c599-4531-9646-87c96a085e79","modification_date":"2023-05-29T13:39:59.391059+00:00","name":"tf-vol-stoic-colden","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"message":"\"ae6bb9c2-da24-4392-99c1-c725a343f87f\" not found","type":"unknown_resource"}' headers: Content-Length: - - "441" + - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3538,9 +3432,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9c82ca6-892d-4e27-8f0f-bd90a4b1eb07 - status: 200 OK - code: 200 + - f1f1d123-7644-4c3d-a978-a7d4a5672b73 + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3549,19 +3443,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"message":"\"6d93b7f3-8cc6-49b6-8d6c-c41995feb055\" not found","type":"unknown_resource"}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:50.409447+00:00","export_uri":null,"id":"add34bb1-304b-421a-ba73-e6e313b92fba","modification_date":"2023-07-10T07:41:54.761988+00:00","name":"tf-vol-charming-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":21000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "93" + - "443" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3571,9 +3465,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8dd3c1c5-80b5-4a01-b9b1-bf2e9ee67e9e - status: 404 Not Found - code: 404 + - 1b91f29d-815c-4a61-88a8-4d8b4e245520 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -3582,20 +3476,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:14.771025+00:00","error_details":null,"id":"d88bdd4c-df15-44d0-9864-46723df537a5","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"tf-snap-adoring-pascal","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:14.697791+00:00","error_details":null,"id":"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"tf-snap-wonderful-visvesvaraya","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3605,7 +3499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b45b6f7-a424-459c-8762-448010b239aa + - 573f61d0-5f7e-48fc-ad42-ea95d14c903c status: 200 OK code: 200 duration: "" @@ -3616,19 +3510,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"071b07e8-a229-4c8c-8563-40e5143b1933","name":"tf-vol-affectionate-cannon"},"creation_date":"2023-05-29T13:40:44.910909+00:00","error_details":null,"id":"bd43a77f-95df-428b-bf94-a15df377196e","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-snap-determined-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","name":"tf-vol-cocky-lamport"},"creation_date":"2023-07-10T07:42:52.320607+00:00","error_details":null,"id":"ef212722-5150-450c-ac7f-745106811ba1","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-snap-stoic-nash","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "524" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3638,7 +3532,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1216ab0a-6073-47a6-a270-d9e7f9c6b8d2 + - e14c261d-9b8d-47c7-8170-d47051e99645 status: 200 OK code: 200 duration: "" @@ -3649,7 +3543,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: DELETE response: body: "" @@ -3657,7 +3551,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3667,7 +3561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6d2539e-3309-411c-b79b-4f418ba687cd + - 096d9a60-6464-43b4-a484-a2940b1c3fa8 status: 204 No Content code: 204 duration: "" @@ -3678,7 +3572,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: DELETE response: body: "" @@ -3686,7 +3580,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3696,7 +3590,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8967c65-46e4-4e62-9ea5-467255b2b470 + - b4d87e89-b3a1-487f-9f4b-7a1acfe0e030 status: 204 No Content code: 204 duration: "" @@ -3707,7 +3601,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: DELETE response: body: "" @@ -3715,7 +3609,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3725,7 +3619,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96a10095-527c-4ba8-8387-b05c5c7621ad + - 8b54e08e-39a8-4e5d-9f0c-13d7269ce722 status: 204 No Content code: 204 duration: "" @@ -3736,10 +3630,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"message":"\"d88bdd4c-df15-44d0-9864-46723df537a5\" not found","type":"unknown_resource"}' + body: '{"message":"\"ef212722-5150-450c-ac7f-745106811ba1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3748,7 +3642,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3758,7 +3652,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe2a2178-af24-431e-befa-05377dcd0b48 + - 2f9e6bdf-23ab-4c59-8c61-c63e5d887fa6 status: 404 Not Found code: 404 duration: "" @@ -3769,10 +3663,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"message":"\"bd43a77f-95df-428b-bf94-a15df377196e\" not found","type":"unknown_resource"}' + body: '{"message":"\"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3781,7 +3675,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3791,7 +3685,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9077feb4-3d51-4a82-ae1c-77ed236973fb + - 52be0282-67f2-4d88-9fc0-576e993a39af status: 404 Not Found code: 404 duration: "" @@ -3802,19 +3696,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:40:44.667581+00:00","export_uri":null,"id":"071b07e8-a229-4c8c-8563-40e5143b1933","modification_date":"2023-05-29T13:40:49.516467+00:00","name":"tf-vol-affectionate-cannon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:51.401454+00:00","export_uri":null,"id":"2fc8102f-6fa6-4775-bcc2-96a415b2be1e","modification_date":"2023-07-10T07:42:56.799019+00:00","name":"tf-vol-cocky-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":22000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "448" + - "442" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3824,7 +3718,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 849f535d-e586-4b0b-92ed-14cd86f6b2f4 + - d2a2f6c1-2c52-42bc-a14a-37d1a5c5a718 status: 200 OK code: 200 duration: "" @@ -3835,25 +3729,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:06.508893+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:42:08.111573+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2787" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3863,7 +3757,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - faf931c5-b886-48db-9b48-6cb2d5e86c95 + - 6405a5b9-bef8-4914-a43e-d06206b40509 status: 200 OK code: 200 duration: "" @@ -3874,7 +3768,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: DELETE response: body: "" @@ -3882,7 +3776,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3892,7 +3786,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52f4c8db-957a-4374-9b6d-9651cfa0343f + - 5a1069f4-2ffa-4799-84ee-a28784e59884 status: 204 No Content code: 204 duration: "" @@ -3905,10 +3799,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c/action","href_result":"/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","id":"6d89f81c-1b75-46ff-845c-e6edcb91c354","started_at":"2023-05-29T13:40:54.292170+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/ed780376-839c-4e1f-bb8a-669df8086276/action","href_result":"/servers/ed780376-839c-4e1f-bb8a-669df8086276","id":"86d2f824-5286-4e28-baa3-6d6ec12586da","started_at":"2023-07-10T07:43:11.111784+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3917,9 +3811,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6d89f81c-1b75-46ff-845c-e6edcb91c354 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/86d2f824-5286-4e28-baa3-6d6ec12586da Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3929,7 +3823,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0e337da-7c68-4d81-b49d-2e006ed3a8c0 + - f2173513-9043-40a9-beaf-841e643ac18c status: 202 Accepted code: 202 duration: "" @@ -3940,181 +3834,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:54 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7e80ea5-a214-426f-9856-a57715f499d2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:59 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6a2af31d-1c41-46b1-9e3f-ae5a73a4bd57 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:41:05 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1c7775f2-a7cb-4327-9188-5c44db9e5c90 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:41:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 521705f7-49db-40e4-b279-8bb2fcbb20ce - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:10.773602+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:16 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4124,7 +3862,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9db2d3b2-7791-475d-af24-a24eeda3ced8 + - 20ec7bed-aaf3-4071-8f3c-b43ed865031a status: 200 OK code: 200 duration: "" @@ -4135,25 +3873,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:10.773602+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:21 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4163,7 +3901,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33d9e3b7-3bdf-4150-a93c-bec6da45e840 + - bf88c1c3-1873-4604-917c-c0159e9b1a8c status: 200 OK code: 200 duration: "" @@ -4174,25 +3912,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:10.773602+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:26 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4202,7 +3940,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d798e778-5fcd-44eb-80f2-34483907d6ae + - 46d6d303-5e1b-4bae-8b1b-33d8294a5351 status: 200 OK code: 200 duration: "" @@ -4213,25 +3951,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:10.773602+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:31 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4241,7 +3979,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3216ab5b-4b00-4f06-abf5-0ca57b8976cf + - 8c6c9245-00f6-45fd-afdc-b91e63255553 status: 200 OK code: 200 duration: "" @@ -4252,25 +3990,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"704","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:53.949112+00:00","name":"tf-srv-festive-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.54.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"67","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:10.773602+00:00","name":"tf-srv-ecstatic-mclaren","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:36 GMT + - Mon, 10 Jul 2023 07:43:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4280,7 +4018,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ed85dc7-95c3-4407-9813-275d09c8894c + - 2b17ffd1-fa24-4cef-81ee-e5b673bd69cf status: 200 OK code: 200 duration: "" @@ -4291,25 +4029,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:41:40.330613+00:00","name":"tf-srv-festive-mclaren","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:39.162610+00:00","name":"tf-srv-ecstatic-mclaren","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4319,7 +4057,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 820fddfe-f991-4658-a829-d3985f973e70 + - 586b1d29-7dc2-487e-96fb-8d660f6344ff status: 200 OK code: 200 duration: "" @@ -4330,25 +4068,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.442828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-mclaren","id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:41:40.330613+00:00","name":"tf-srv-festive-mclaren","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.442828+00:00","export_uri":null,"id":"02d9e277-9e5c-44e9-bbf3-0d6b9864405a","modification_date":"2023-05-29T13:40:36.183442+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c","name":"tf-srv-festive-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.675522+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-ecstatic-mclaren","id":"ed780376-839c-4e1f-bb8a-669df8086276","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:11","maintenances":[],"modification_date":"2023-07-10T07:43:39.162610+00:00","name":"tf-srv-ecstatic-mclaren","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.675522+00:00","export_uri":null,"id":"b82fa065-2fbe-4da8-8c58-8e075511a49f","modification_date":"2023-07-10T07:42:36.066114+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ed780376-839c-4e1f-bb8a-669df8086276","name":"tf-srv-ecstatic-mclaren"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:42 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4358,7 +4096,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27ef2183-faf3-446d-83ed-e88666ee5e70 + - 0663db6a-07f0-41c2-a1c1-e8776faa975b status: 200 OK code: 200 duration: "" @@ -4369,7 +4107,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: DELETE response: body: "" @@ -4377,7 +4115,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4387,7 +4125,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40ac7216-d3ce-4d5d-8d7b-bca2435a0dac + - 01326df3-f358-4ed4-adda-735a92ff1a2a status: 204 No Content code: 204 duration: "" @@ -4398,10 +4136,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: - body: '{"message":"\"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c\" not found","type":"unknown_resource"}' + body: '{"message":"\"ed780376-839c-4e1f-bb8a-669df8086276\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4410,7 +4148,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4420,7 +4158,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13cd7501-34ee-46f6-9692-edeeb75ae412 + - 91d4710f-2c37-4ea0-85e8-d851dae2e6fa status: 404 Not Found code: 404 duration: "" @@ -4431,7 +4169,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/02d9e277-9e5c-44e9-bbf3-0d6b9864405a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b82fa065-2fbe-4da8-8c58-8e075511a49f method: DELETE response: body: "" @@ -4439,7 +4177,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4449,7 +4187,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6e853f2-9671-4d02-a376-5f38474a2d1a + - 259e6fd7-6a84-41f1-9d8b-93f72d9b8f62 status: 204 No Content code: 204 duration: "" @@ -4460,10 +4198,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/6d93b7f3-8cc6-49b6-8d6c-c41995feb055 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/ae6bb9c2-da24-4392-99c1-c725a343f87f method: GET response: - body: '{"message":"\"6d93b7f3-8cc6-49b6-8d6c-c41995feb055\" not found","type":"unknown_resource"}' + body: '{"message":"\"ae6bb9c2-da24-4392-99c1-c725a343f87f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4472,7 +4210,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4482,7 +4220,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48e1f8b7-39cd-46f2-8c29-15db7c923063 + - 7b1008b7-fbef-4f79-9228-4ba3a43402b8 status: 404 Not Found code: 404 duration: "" @@ -4493,10 +4231,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/520e949a-cd67-4232-9ade-6bbe71da6fdf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f method: GET response: - body: '{"message":"\"520e949a-cd67-4232-9ade-6bbe71da6fdf\" not found","type":"unknown_resource"}' + body: '{"message":"\"eb49cbc7-21e1-45b0-88f1-5ea39ce34b6f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4505,7 +4243,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4515,7 +4253,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6f7cb20-fdca-47fe-ba99-472eb5a46e09 + - 28480ea2-5603-4cd2-b357-348ec12f8166 status: 404 Not Found code: 404 duration: "" @@ -4526,10 +4264,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bd43a77f-95df-428b-bf94-a15df377196e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/ef212722-5150-450c-ac7f-745106811ba1 method: GET response: - body: '{"message":"\"bd43a77f-95df-428b-bf94-a15df377196e\" not found","type":"unknown_resource"}' + body: '{"message":"\"ef212722-5150-450c-ac7f-745106811ba1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4538,7 +4276,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4548,7 +4286,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 206e5350-c585-466f-a94e-f92c0b9034ab + - 42d6b8aa-99ae-42ef-8ff4-1039e46c2190 status: 404 Not Found code: 404 duration: "" @@ -4559,10 +4297,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d88bdd4c-df15-44d0-9864-46723df537a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9 method: GET response: - body: '{"message":"\"d88bdd4c-df15-44d0-9864-46723df537a5\" not found","type":"unknown_resource"}' + body: '{"message":"\"4be80ee3-fb3e-41a9-96ac-f8fc0dd541e9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4571,7 +4309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4581,7 +4319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38c74a8c-ae49-4f1d-b630-ca2b5f2a4682 + - 7b5f7b9b-3197-4a75-b67d-7360cf3e2486 status: 404 Not Found code: 404 duration: "" @@ -4592,10 +4330,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3010a6af-c599-4531-9646-87c96a085e79 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/add34bb1-304b-421a-ba73-e6e313b92fba method: GET response: - body: '{"message":"Volume ''3010a6af-c599-4531-9646-87c96a085e79'' not found.","type":"unknown_resource"}' + body: '{"message":"Volume ''add34bb1-304b-421a-ba73-e6e313b92fba'' not found.","type":"unknown_resource"}' headers: Content-Length: - "99" @@ -4604,7 +4342,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4614,7 +4352,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec0c2ae1-279d-4993-8472-80711a1a21ba + - 924f7509-22c4-4cca-a927-15290d06cd25 status: 404 Not Found code: 404 duration: "" @@ -4625,10 +4363,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/071b07e8-a229-4c8c-8563-40e5143b1933 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2fc8102f-6fa6-4775-bcc2-96a415b2be1e method: GET response: - body: '{"message":"Volume ''071b07e8-a229-4c8c-8563-40e5143b1933'' not found.","type":"unknown_resource"}' + body: '{"message":"Volume ''2fc8102f-6fa6-4775-bcc2-96a415b2be1e'' not found.","type":"unknown_resource"}' headers: Content-Length: - "99" @@ -4637,7 +4375,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4647,7 +4385,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8739e400-2f19-4d40-ab04-2bc6608205fa + - 210c3cb2-5c3c-4c85-b5b0-245dd34daa70 status: 404 Not Found code: 404 duration: "" @@ -4658,10 +4396,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/dbcaf7d5-b893-4227-b4c2-e84aa1f8649c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ed780376-839c-4e1f-bb8a-669df8086276 method: GET response: - body: '{"message":"\"dbcaf7d5-b893-4227-b4c2-e84aa1f8649c\" not found","type":"unknown_resource"}' + body: '{"message":"\"ed780376-839c-4e1f-bb8a-669df8086276\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4670,7 +4408,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4680,7 +4418,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6077a25-bd2c-4d3c-a57f-aed1751f6060 + - d262b79c-9c53-410e-8a87-b8c65d69e8e8 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-image-server-with-local-volume.cassette.yaml b/scaleway/testdata/instance-image-server-with-local-volume.cassette.yaml index 8676e61bb3..92d31d2e8c 100644 --- a/scaleway/testdata/instance-image-server-with-local-volume.cassette.yaml +++ b/scaleway/testdata/instance-image-server-with-local-volume.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 307f64b2-867d-45d0-b1b4-d181aee6f108 + - 0e9a6c82-fb58-47a0-9417-462bcb551674 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 657c459a-62d2-45a2-a791-97c140cc248a + - aabb1bbf-7b22-4f46-bffe-e9c689de42fa X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5018ae87-8e03-474e-abe5-2c872e698fa3 + - 9b282b2c-dc05-4bc6-b1f9-537287529b84 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-elegant-wescoff","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":15000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-mystifying-chandrasekhar","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":15000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.827124+00:00","name":"tf-srv-elegant-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:41:50.636981+00:00","name":"tf-srv-mystifying-chandrasekhar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2655" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4fb2b3e-c97b-4eb9-8ef2-15a53375049b + - 190d5f35-43f0-42ac-8644-44c67af361ea status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.827124+00:00","name":"tf-srv-elegant-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:41:50.636981+00:00","name":"tf-srv-mystifying-chandrasekhar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2655" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 518c3525-9947-47ea-93ae-0850241b2b8e + - 3dc01c82-73bb-4e4e-bec2-f5607a024430 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.827124+00:00","name":"tf-srv-elegant-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:41:50.636981+00:00","name":"tf-srv-mystifying-chandrasekhar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2655" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1fe936e6-9ae5-480e-8bd3-8deb16ff9a8d + - 298791cb-8244-46c5-b8b2-dd02b6a83173 status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/04aef28a-b90d-4e06-819f-8ce490988683/action","href_result":"/servers/04aef28a-b90d-4e06-819f-8ce490988683","id":"2a02f9c9-9822-41ca-aad6-b01122bccff5","started_at":"2023-05-29T13:39:51.011291+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/72576ec7-994c-495e-b6ed-692791d67e2e/action","href_result":"/servers/72576ec7-994c-495e-b6ed-692791d67e2e","id":"7f663f8a-4468-4c25-92fd-4b1388d4b8e3","started_at":"2023-07-10T07:41:51.760713+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:51 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/2a02f9c9-9822-41ca-aad6-b01122bccff5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7f663f8a-4468-4c25-92fd-4b1388d4b8e3 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72ea65ac-322a-4685-ba39-ea60e734fc77 + - fd58ebbc-36f8-492c-a4d3-8db694e61891 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:50.687007+00:00","name":"tf-srv-elegant-wescoff","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,"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":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:41:51.332093+00:00","name":"tf-srv-mystifying-chandrasekhar","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":false,"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":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2568" + - "2677" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:51 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - baf00e80-bd1d-40cc-8560-cb0830ae45c5 + - 6e0a1316-a728-42d7-a1eb-85f377096d4f status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.687007+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:41:51.332093+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:56 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e42bce9a-be96-4137-b54b-3de1e6c9d2b0 + - d6425255-19ad-4909-9b49-18e59366438c status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.687007+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:41:51.332093+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:01 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f70f8431-97ce-44ad-96b9-82d32ee046d8 + - f89be484-e927-4120-81e1-7ce8a8f1b0aa status: 200 OK code: 200 duration: "" @@ -392,103 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.687007+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 22e6c1a2-f0f4-40c5-b99c-64010e528420 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.687007+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0ad4c31-18d2-4481-a073-4f1d9c2661f8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2816" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:17 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -498,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2df28d35-c5e9-41f7-8efd-f3ecc5432473 + - 93338fd2-7613-4dff-837d-ade9bdbed604 status: 200 OK code: 200 duration: "" @@ -509,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:39:49.827124+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:41:50.636981+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2816" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:17 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -537,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee5ee5c4-479e-444c-bd59-a79b28e9abf9 + - a8e80b11-3831-4e8a-ac72-3ea373be8a70 status: 200 OK code: 200 duration: "" @@ -548,7 +470,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/user_data method: GET response: body: '{"user_data":[]}' @@ -560,7 +482,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:17 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -570,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 861a4353-d397-42ea-b7d8-7464c95f253a + - e491125f-ea43-4644-bbae-9f6456c6c72c status: 200 OK code: 200 duration: "" @@ -581,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -593,9 +515,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:17 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -606,14 +528,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95281750-8c4b-4520-b10b-c4c8587e47fc + - 8130d25e-fd2a-4cda-a362-8da3c21c470b X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-cool-niel","volume_id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-snap-youthful-fermat","volume_id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -624,17 +546,17 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:17.591012+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_f9ec655e-92f3-49df-a443-b2e52a6abd30","href_from":"/snapshots","href_result":"snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30","id":"f34f13c8-3a1e-47cf-87af-fa1735638cbf","started_at":"2023-05-29T13:40:18.096273+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:11.829068+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_9bea655f-68df-4cdc-a489-e827c321927e","href_from":"/snapshots","href_result":"snapshots/9bea655f-68df-4cdc-a489-e827c321927e","id":"287ff76a-eb55-4e00-ad71-5f6c33733b02","started_at":"2023-07-10T07:42:12.275890+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "836" + - "842" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:18 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -644,7 +566,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4355296d-0e40-44c7-8987-bf5c47a174df + - 15e34e39-b02f-4c2c-9514-87cc1b7ae694 status: 201 Created code: 201 duration: "" @@ -655,20 +577,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:17.591012+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:11.829068+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:18 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -678,7 +600,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a53e5e15-b74b-40a8-b942-5bd3f4f3b774 + - 3baedc91-0cba-4012-8b2f-776efc8e520c status: 200 OK code: 200 duration: "" @@ -689,20 +611,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:17.591012+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:11.829068+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:23 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -712,7 +634,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0dc3c955-d271-4c73-9199-c7f603d112e5 + - 464f0d09-e822-407f-9568-c75569114fa3 status: 200 OK code: 200 duration: "" @@ -723,20 +645,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:17.591012+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:11.829068+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:28 GMT + - Mon, 10 Jul 2023 07:42:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -746,7 +668,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78a9b0df-4445-4cf9-9037-e76ec3fc40d9 + - 29762d2c-d810-4f1e-97e3-819c9b6fbf9e status: 200 OK code: 200 duration: "" @@ -757,20 +679,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:17.591012+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:11.829068+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:33 GMT + - Mon, 10 Jul 2023 07:42:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -780,7 +702,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2f9c93e-74ad-4c96-b7f8-3ef7fe0b482c + - 3b838794-48a1-4128-b379-bb64c7695050 status: 200 OK code: 200 duration: "" @@ -791,20 +713,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:17.591012+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:11.829068+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:38 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -814,7 +736,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b9ec347-51d1-4278-9a1d-17a7bfbf2e4b + - 9a481885-fb96-498d-817c-6f8ee36926b1 status: 200 OK code: 200 duration: "" @@ -825,20 +747,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -848,7 +770,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58aac081-b13b-4b06-be33-22b5073a4c2f + - fb14e599-0861-4057-b43c-5d7952000b59 status: 200 OK code: 200 duration: "" @@ -859,20 +781,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -882,7 +804,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 135bde07-3ca8-45e4-8e4e-8db174be1b45 + - e37dee32-9fe7-4a95-9ddd-bf5c06f76114 status: 200 OK code: 200 duration: "" @@ -893,25 +815,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -921,7 +843,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12b454b0-5bfa-46c4-9fb5-1bf1a35a319b + - f2284577-9393-4fb1-99d8-64ba4e953477 status: 200 OK code: 200 duration: "" @@ -932,20 +854,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:43 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -955,7 +877,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21c99e78-aeb3-45ea-93ec-8cbbbf94ca39 + - 9bde90b7-70d7-43b8-9b5a-577deadf46db status: 200 OK code: 200 duration: "" @@ -966,25 +888,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -994,7 +916,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 423f45ba-8261-4c8e-964a-803134ec4a71 + - 5353ea8f-1bc0-4cec-b5aa-df8d51eca208 status: 200 OK code: 200 duration: "" @@ -1005,7 +927,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/user_data method: GET response: body: '{"user_data":[]}' @@ -1017,7 +939,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1027,7 +949,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 000c4503-af01-498c-95dd-7dc21f5c3e2c + - cb3610eb-d469-453b-9ae8-5777849a2d94 status: 200 OK code: 200 duration: "" @@ -1038,7 +960,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1050,9 +972,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:48 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1063,7 +985,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11e4f3f7-5b8e-4575-b302-29281fa732f7 + - fddc324d-7a4c-4694-a80c-5defad63e751 X-Total-Count: - "0" status: 200 OK @@ -1076,20 +998,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1099,7 +1021,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bac75c92-7709-4b78-86f4-2da57fd03949 + - 48254a70-7bb6-4293-8cf6-d6d9ebfe2b9f status: 200 OK code: 200 duration: "" @@ -1110,25 +1032,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1138,7 +1060,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e06bb157-18a2-4d11-9504-46644384bc3e + - 4547ea03-4e1d-4a86-bf8a-6090a6c8dda5 status: 200 OK code: 200 duration: "" @@ -1149,7 +1071,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/user_data method: GET response: body: '{"user_data":[]}' @@ -1161,7 +1083,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1171,7 +1093,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15e7d7aa-adf8-48d8-88fd-d111d1e08a09 + - 6f34a850-d2a2-4648-b6c6-ee95496a28bb status: 200 OK code: 200 duration: "" @@ -1182,7 +1104,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1194,9 +1116,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1207,7 +1129,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5af9592-b7b7-489c-aba4-a8784be6653d + - 6c0aaa65-c971-46f1-98f6-fc594a026051 X-Total-Count: - "0" status: 200 OK @@ -1220,20 +1142,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1243,7 +1165,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5b1cce5-7a37-4bc6-81d2-c2c124348be9 + - c7d1edc8-47b3-41b0-b495-ae629407767c status: 200 OK code: 200 duration: "" @@ -1254,19 +1176,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:45 GMT + - Mon, 10 Jul 2023 07:42:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1276,7 +1198,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e5712ea-02ce-421e-bc34-d34ff84f8002 + - a191bc44-beb7-4fa4-ba6b-49560e52b4d3 status: 200 OK code: 200 duration: "" @@ -1290,16 +1212,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:46 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Link: - ; rel="next",; rel="last" @@ -1312,7 +1234,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ccf16258-73e0-42d8-941b-972def252cc8 + - 946d469e-eb0f-433e-896b-bfd86d1333e6 X-Total-Count: - "56" status: 200 OK @@ -1328,16 +1250,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:46 GMT + - Mon, 10 Jul 2023 07:42:54 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -1350,14 +1272,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0677083-b9c2-4fcd-8c49-22efc57c18ef + - 1687ddb2-8562-4692-bcbc-ca835e87aae8 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-elated-kare","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":10000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-condescending-lederberg","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":10000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -1370,22 +1292,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:40:46.548786+00:00","name":"tf-srv-elated-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:42:54.696541+00:00","name":"tf-srv-condescending-lederberg","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:46 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1395,7 +1317,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae90508a-7a69-4821-96ee-ff05913ea2d6 + - 57fbae2e-5489-473a-b6de-c9279934f640 status: 201 Created code: 201 duration: "" @@ -1406,25 +1328,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:40:46.548786+00:00","name":"tf-srv-elated-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:42:54.696541+00:00","name":"tf-srv-condescending-lederberg","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:46 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1434,7 +1356,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81465bbe-fb2c-46a4-a8b7-bc7835009c7c + - c30f0b8c-9a85-4b95-9b29-bace87fc24b1 status: 200 OK code: 200 duration: "" @@ -1445,25 +1367,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:40:46.548786+00:00","name":"tf-srv-elated-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:42:54.696541+00:00","name":"tf-srv-condescending-lederberg","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:47 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1473,7 +1395,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d99ae4d-d603-4c57-829d-d876a643f99e + - aaae3486-86fa-4d6b-b5b8-48651ec41a0b status: 200 OK code: 200 duration: "" @@ -1486,10 +1408,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/02fd7457-73a0-4630-a36d-fce30a172957/action","href_result":"/servers/02fd7457-73a0-4630-a36d-fce30a172957","id":"d0927858-b8e7-4c8d-8c30-65032e9a569a","started_at":"2023-05-29T13:40:47.673146+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/61976605-929c-49dc-b9e2-2344306a034a/action","href_result":"/servers/61976605-929c-49dc-b9e2-2344306a034a","id":"00c293f9-57d0-4a6d-a2a2-7c01899d5de4","started_at":"2023-07-10T07:42:58.648740+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -1498,9 +1420,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:47 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d0927858-b8e7-4c8d-8c30-65032e9a569a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/00c293f9-57d0-4a6d-a2a2-7c01899d5de4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1510,7 +1432,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84012df1-7d13-4e9e-b886-20773e07ce73 + - f9bea8f0-9bf8-4151-9435-3831fed7904c status: 202 Accepted code: 202 duration: "" @@ -1521,25 +1443,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:40:47.191264+00:00","name":"tf-srv-elated-kare","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,"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":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:42:58.228245+00:00","name":"tf-srv-condescending-lederberg","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":false,"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":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2556" + - "2674" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:48 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1549,7 +1471,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bcad85c-b3f1-45cf-b272-2851db5f259b + - 5bcc3f65-cb8e-46ea-b5e7-6baa2431c125 status: 200 OK code: 200 duration: "" @@ -1560,25 +1482,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:47.191264+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:42:58.228245+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2783" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:53 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1588,7 +1510,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7eed6d1-21db-4fd6-af6e-14e0c8f0b299 + - 53114e73-8d35-4a4d-b21e-4b4e36e8ec54 status: 200 OK code: 200 duration: "" @@ -1599,25 +1521,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:47.191264+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:42:58.228245+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2783" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1627,7 +1549,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa0ad2f2-e177-4abc-8a93-7916c621d6ee + - 3b42d98a-921c-4e80-8cd2-72e4b223438e status: 200 OK code: 200 duration: "" @@ -1638,25 +1560,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2695" + - "2814" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:04 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1666,7 +1588,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3635c8fb-880d-4cc1-93e6-48922a75e7c1 + - 75f3c2e8-3dce-4a64-9802-f05949267009 status: 200 OK code: 200 duration: "" @@ -1677,25 +1599,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:40:46.548786+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:42:54.696541+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2695" + - "2814" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:04 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1705,7 +1627,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2fa94372-a866-41dc-9c16-331c07c813b2 + - 05269e6c-a614-48f5-8c37-ce64436971ab status: 200 OK code: 200 duration: "" @@ -1716,7 +1638,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/user_data method: GET response: body: '{"user_data":[]}' @@ -1728,7 +1650,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:04 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1738,7 +1660,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f06ed01-f26d-47a3-bee3-5f639b7ebdce + - 329c3304-02cf-48b4-8f92-7f1bf4921d8b status: 200 OK code: 200 duration: "" @@ -1749,7 +1671,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1761,9 +1683,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:04 GMT + - Mon, 10 Jul 2023 07:43:16 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1774,14 +1696,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7843786d-fad2-42c7-92da-65f59accc1c2 + - b22d9390-93cf-4475-b1a9-2d865fcd1890 X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-cocky-lovelace","volume_id":"e325849e-dd3f-40b5-b784-2539632df4b3","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-snap-condescending-meninsky","volume_id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -1792,17 +1714,17 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_b04f259d-96d3-43ce-835c-d1112c33700f","href_from":"/snapshots","href_result":"snapshots/b04f259d-96d3-43ce-835c-d1112c33700f","id":"a7d9dc2c-d14c-436f-9af9-e982cf7c8def","started_at":"2023-05-29T13:41:05.094527+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:17.902573+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_1dfde753-0a04-47d9-8da3-c2301a353a4b","href_from":"/snapshots","href_result":"snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b","id":"907ce43c-261a-44a4-81a3-d22adf57a4e3","started_at":"2023-07-10T07:43:18.271336+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "841" + - "849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:05 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1812,7 +1734,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbac359b-eaa6-4bfc-bfe5-0555051dc412 + - 7cfc192d-dfa1-451d-a7b3-eb83c7b3c099 status: 201 Created code: 201 duration: "" @@ -1823,54 +1745,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f - method: GET - response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "535" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:41:05 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 526a7b5f-d97c-4350-9b74-fdc25f8c7484 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:17.902573+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:11 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1880,7 +1768,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7b2e780-4861-4575-9d18-e9d311644087 + - 4de4a825-16e2-49b2-a6fd-6eac4a6cfced status: 200 OK code: 200 duration: "" @@ -1891,20 +1779,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:17.902573+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:16 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1914,7 +1802,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 131be61d-04d3-4285-89fb-1830354e4337 + - d1b4e8cc-e779-4a5a-8a82-98662db8a3c5 status: 200 OK code: 200 duration: "" @@ -1925,20 +1813,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:17.902573+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:21 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1948,7 +1836,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afb12f8f-603c-4444-9d55-edb99f4c7ac9 + - 1ffe1257-3faa-40c2-a831-e677b880d36d status: 200 OK code: 200 duration: "" @@ -1959,20 +1847,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:17.902573+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "543" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:26 GMT + - Mon, 10 Jul 2023 07:43:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1982,7 +1870,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5aa3add-62e8-481d-a7c0-09311d8f73b6 + - a603e36a-5793-4ccb-b18e-d035994b8907 status: 200 OK code: 200 duration: "" @@ -1993,20 +1881,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:04.713374+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:31 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2016,7 +1904,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e480ebb2-9784-4da0-a61c-182b9eb0c11f + - 6021e368-2b09-421a-ae76-1f0b78e5523c status: 200 OK code: 200 duration: "" @@ -2027,20 +1915,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:36 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2050,7 +1938,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25c4e748-de26-45d3-b3c3-3809aa4b7323 + - 34db5e3d-f242-40bb-9351-8bb03719296d status: 200 OK code: 200 duration: "" @@ -2061,20 +1949,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:36 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2084,7 +1977,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 195058e8-499e-4ebe-aaa3-561593996209 + - 8081efcc-58cb-4640-afec-2efa64673a4c status: 200 OK code: 200 duration: "" @@ -2095,25 +1988,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:36 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2123,7 +2016,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b1f65b4-b1c9-4bb3-86e2-0873bf3bfdab + - 7e6a9fe8-13b3-41d9-8821-25511b0b90c2 status: 200 OK code: 200 duration: "" @@ -2134,25 +2027,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "2687" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2162,7 +2050,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71f14cae-4693-4e6f-8139-a2b2eeeca722 + - 851a6b91-48f1-41a3-96b4-5d3a40b21763 status: 200 OK code: 200 duration: "" @@ -2173,20 +2061,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2196,7 +2084,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3c5c63a-246a-48f5-afca-a29d1c5279a1 + - b52f7bf9-9a25-4b36-87c6-179121b71878 status: 200 OK code: 200 duration: "" @@ -2207,20 +2095,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2230,7 +2123,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 909760d8-2a0a-4727-8ecd-ddd4277fb248 + - c03ce39f-b84a-456a-ad1e-ffe2697431a7 status: 200 OK code: 200 duration: "" @@ -2241,25 +2134,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2687" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2269,7 +2162,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d74f0d6-8fcb-47cf-a201-04385138a52a + - be2adeca-996c-4893-a35b-c82035f8bec1 status: 200 OK code: 200 duration: "" @@ -2280,25 +2173,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/user_data method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "2699" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2308,7 +2195,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3337d587-8cca-4313-a1f8-e8c8e12642d9 + - 991a2ab6-de67-4b9e-8e70-001a5735ff2f status: 200 OK code: 200 duration: "" @@ -2319,7 +2206,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/user_data method: GET response: body: '{"user_data":[]}' @@ -2331,7 +2218,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2341,7 +2228,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3b11a65-108b-40e2-b116-eed2e5562ed3 + - 0e4d10be-f02d-408c-bf3e-bf624b400634 status: 200 OK code: 200 duration: "" @@ -2352,7 +2239,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2364,9 +2251,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2377,7 +2264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 025a9f21-54d0-48c8-8f7f-40f0a224d243 + - c8f347d7-d699-413b-b41e-e63761106270 X-Total-Count: - "0" status: 200 OK @@ -2390,40 +2277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/user_data - method: GET - response: - body: '{"user_data":[]}' - headers: - Content-Length: - - "17" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:41:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb91640e-efac-41e6-b48e-5afa3d9a2455 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2435,9 +2289,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2448,7 +2302,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6706aa42-db4c-4e8f-b459-508777860337 + - 185b89ff-69c6-4f33-8311-3b90a4237c7a X-Total-Count: - "0" status: 200 OK @@ -2461,20 +2315,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2484,7 +2338,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 992edb71-03c1-449a-9f5f-30e72f085327 + - ccf86809-1eca-4745-bb20-40d52ef02bbe status: 200 OK code: 200 duration: "" @@ -2495,20 +2349,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2518,7 +2372,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d518877-1df4-4478-9db6-17b22ac9da18 + - 6fbedd49-4291-49d0-ae37-c6f709210449 status: 200 OK code: 200 duration: "" @@ -2529,25 +2383,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2557,7 +2411,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 430b3e2f-c429-4e31-8629-e67c9e0dec71 + - ea2afca4-e48c-4c4b-b028-bed227a66735 status: 200 OK code: 200 duration: "" @@ -2568,25 +2422,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2687" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2596,7 +2450,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05e19e40-3b7e-469e-b6a7-abb05efbac2b + - 2946e9dc-809e-4740-89ea-20aa161c7480 status: 200 OK code: 200 duration: "" @@ -2607,7 +2461,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/user_data method: GET response: body: '{"user_data":[]}' @@ -2619,7 +2473,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2629,7 +2483,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b07a4396-3486-4643-8147-b27b762e33f5 + - 92609bf6-0aad-4487-a0cb-ae0c19bf8cd6 status: 200 OK code: 200 duration: "" @@ -2640,7 +2494,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/user_data method: GET response: body: '{"user_data":[]}' @@ -2652,7 +2506,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2662,7 +2516,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11b9f563-bad5-42b9-a960-f045c437a3c4 + - 0e8f55f0-a039-4178-a884-c13fd5000e7a status: 200 OK code: 200 duration: "" @@ -2673,7 +2527,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2685,9 +2539,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2698,7 +2552,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d397e940-151b-4a50-890b-4b22206717f7 + - 41857729-9008-4da7-a696-149b38f2f5df X-Total-Count: - "0" status: 200 OK @@ -2711,7 +2565,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2723,9 +2577,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2736,7 +2590,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6acc837-f670-4791-9293-fcd48fccb8b6 + - 92e45d7d-fb04-4fe0-a307-6e11dafdd321 X-Total-Count: - "0" status: 200 OK @@ -2749,20 +2603,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2772,7 +2626,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4941d33-0b29-42d2-98c7-3ba021e45dba + - 3bd016c3-e573-41d3-ac0b-d48c1dcbab4e status: 200 OK code: 200 duration: "" @@ -2783,20 +2637,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2806,7 +2660,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6bd31a2-e1b5-4327-a459-09e22dc76dcf + - 351a4744-4c8f-40da-a0b9-e1497f209801 status: 200 OK code: 200 duration: "" @@ -2817,20 +2671,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:39 GMT + - Mon, 10 Jul 2023 07:43:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2840,12 +2694,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3162abbf-f41e-49bd-b9c8-3bed96323fe2 + - 58279919-e273-454e-8804-c19c14cd4536 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-image-gifted-proskuriakova","root_volume":"f9ec655e-92f3-49df-a443-b2e52a6abd30","arch":"x86_64","extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"Ubuntu + body: '{"name":"tf-image-kind-fermat","root_volume":"9bea655f-68df-4cdc-a489-e827c321927e","arch":"x86_64","extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"Ubuntu 20.04 Focal Fossa","size":10000000000,"volume_type":"l_ssd"}},"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false}' form: {} headers: @@ -2857,18 +2711,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images method: POST response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:41:39.560258+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"tf-snap-cocky-lovelace","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"57e09081-f1a3-4f01-a70e-345fd7525dd2","modification_date":"2023-05-29T13:41:39.560258+00:00","name":"tf-image-gifted-proskuriakova","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","name":"tf-snap-cool-niel","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:43:46.399577+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"tf-snap-condescending-meninsky","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"1f358dd1-c86a-467a-b39b-a7aff4a31a2a","modification_date":"2023-07-10T07:43:46.399577+00:00","name":"tf-image-kind-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"9bea655f-68df-4cdc-a489-e827c321927e","name":"tf-snap-youthful-fermat","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "741" + - "746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:39 GMT + - Mon, 10 Jul 2023 07:43:46 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2878,7 +2732,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc492f71-c8c7-4f48-ac4f-1638f8cb7fd1 + - dfd41ad7-26d1-4535-8fc2-98669dbcb366 status: 201 Created code: 201 duration: "" @@ -2889,19 +2743,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:41:39.560258+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"tf-snap-cocky-lovelace","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"57e09081-f1a3-4f01-a70e-345fd7525dd2","modification_date":"2023-05-29T13:41:39.560258+00:00","name":"tf-image-gifted-proskuriakova","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","name":"tf-snap-cool-niel","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:43:46.399577+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"tf-snap-condescending-meninsky","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"1f358dd1-c86a-467a-b39b-a7aff4a31a2a","modification_date":"2023-07-10T07:43:46.399577+00:00","name":"tf-image-kind-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"9bea655f-68df-4cdc-a489-e827c321927e","name":"tf-snap-youthful-fermat","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "741" + - "746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:39 GMT + - Mon, 10 Jul 2023 07:43:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2911,7 +2765,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fea0e02b-301f-48ac-a513-30b8a465de5f + - 822d0408-cc3c-49dc-9e75-ff37a6518a27 status: 200 OK code: 200 duration: "" @@ -2922,19 +2776,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:41:39.560258+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"tf-snap-cocky-lovelace","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"57e09081-f1a3-4f01-a70e-345fd7525dd2","modification_date":"2023-05-29T13:41:39.560258+00:00","name":"tf-image-gifted-proskuriakova","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","name":"tf-snap-cool-niel","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:43:46.399577+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"tf-snap-condescending-meninsky","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"1f358dd1-c86a-467a-b39b-a7aff4a31a2a","modification_date":"2023-07-10T07:43:46.399577+00:00","name":"tf-image-kind-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"9bea655f-68df-4cdc-a489-e827c321927e","name":"tf-snap-youthful-fermat","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "741" + - "746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:39 GMT + - Mon, 10 Jul 2023 07:43:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2944,7 +2798,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15c46f6f-0227-4be1-9b0b-a5460bdf0d75 + - 13956b10-f786-4f21-be44-8ee0349172d9 status: 200 OK code: 200 duration: "" @@ -2955,25 +2809,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:40 GMT + - Mon, 10 Jul 2023 07:43:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2983,7 +2837,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c25332e1-8429-4afe-b668-282d23e24fa3 + - 2719788e-41fa-482c-9eab-0616fa3f3963 status: 200 OK code: 200 duration: "" @@ -2994,25 +2848,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2687" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:40 GMT + - Mon, 10 Jul 2023 07:43:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3022,7 +2876,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95fcbb10-b021-4a00-b3ea-0184cf46e92b + - cb70d41e-d621-4520-91e5-7792784a3315 status: 200 OK code: 200 duration: "" @@ -3033,20 +2887,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:40 GMT + - Mon, 10 Jul 2023 07:43:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3056,7 +2910,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d374380e-e32e-4f99-ae34-25f895b18d79 + - 02d34c12-6408-40ea-b350-bbbd771aaeb9 status: 200 OK code: 200 duration: "" @@ -3067,20 +2921,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:40 GMT + - Mon, 10 Jul 2023 07:43:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3090,7 +2944,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e84aa244-a53b-4119-8ed3-b06f4c284d5b + - a918e300-370a-4df9-9e93-354569ab1764 status: 200 OK code: 200 duration: "" @@ -3101,19 +2955,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:41:39.560258+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"tf-snap-cocky-lovelace","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"57e09081-f1a3-4f01-a70e-345fd7525dd2","modification_date":"2023-05-29T13:41:39.560258+00:00","name":"tf-image-gifted-proskuriakova","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","name":"tf-snap-cool-niel","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:43:46.399577+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"tf-snap-condescending-meninsky","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"1f358dd1-c86a-467a-b39b-a7aff4a31a2a","modification_date":"2023-07-10T07:43:46.399577+00:00","name":"tf-image-kind-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"9bea655f-68df-4cdc-a489-e827c321927e","name":"tf-snap-youthful-fermat","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "741" + - "746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:40 GMT + - Mon, 10 Jul 2023 07:43:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3123,7 +2977,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea5bc645-f979-4404-af04-27b3c1b4c534 + - 7e523238-c2e3-489a-9784-5b1c1c9bbcd6 status: 200 OK code: 200 duration: "" @@ -3134,25 +2988,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3162,7 +3016,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 991d0e2d-8bee-4340-be30-bf18901f65c5 + - bea83da8-976b-4ad8-8967-faf73993ab85 status: 200 OK code: 200 duration: "" @@ -3173,19 +3027,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: - body: '{"user_data":[]}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "17" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3195,7 +3055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1c2837fb-f32a-4be6-bca9-f233f424f2b9 + - f03864c2-ad24-40f0-ba69-9a5d4ad9ce2c status: 200 OK code: 200 duration: "" @@ -3206,22 +3066,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/user_data method: GET response: - body: '{"private_nics":[]}' + body: '{"user_data":[]}' headers: Content-Length: - - "20" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3231,9 +3088,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33de1066-6627-42c7-8dd3-3ac9a66afd74 - X-Total-Count: - - "0" + - b3f03d72-c26a-41e9-b721-1241688c73b1 status: 200 OK code: 200 duration: "" @@ -3244,20 +3099,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/user_data method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "527" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3267,7 +3121,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7784b422-3f67-4669-9105-8cadc022b828 + - 444e91ab-27c5-4e32-ae62-e3fc1803fc37 status: 200 OK code: 200 duration: "" @@ -3278,25 +3132,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/private_nics method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "2687" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:53 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3306,7 +3157,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddd7e26e-02db-494a-bdf0-1fb5e96efebe + - 43b996ba-56c7-4198-b4c2-e6395d836a27 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -3317,19 +3170,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "17" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:53 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3339,7 +3195,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4bad5319-e009-42de-b82b-3958fb3b8067 + - 528ba573-0022-4e90-ba23-c1f61a95316b + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -3350,22 +3208,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"private_nics":[]}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "20" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3375,9 +3231,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6febc565-b0a0-4128-acc6-e1990ae00bfb - X-Total-Count: - - "0" + - 1636752d-18ad-4bb9-9457-d1fb8aed6ffe status: 200 OK code: 200 duration: "" @@ -3388,20 +3242,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3411,7 +3265,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae14c93f-4985-49c1-be42-3135aa3d5409 + - a6106013-240c-4263-984a-a781d9f056f8 status: 200 OK code: 200 duration: "" @@ -3422,19 +3276,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:41:39.560258+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"tf-snap-cocky-lovelace","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"57e09081-f1a3-4f01-a70e-345fd7525dd2","modification_date":"2023-05-29T13:41:39.560258+00:00","name":"tf-image-gifted-proskuriakova","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","name":"tf-snap-cool-niel","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:43:46.399577+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"tf-snap-condescending-meninsky","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"1f358dd1-c86a-467a-b39b-a7aff4a31a2a","modification_date":"2023-07-10T07:43:46.399577+00:00","name":"tf-image-kind-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"9bea655f-68df-4cdc-a489-e827c321927e","name":"tf-snap-youthful-fermat","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "741" + - "746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:41 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3444,7 +3298,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d66c3d26-5ddc-44a5-a83c-94b00de5f50d + - 189bc252-05b2-496e-8bde-488b4ef9006f status: 200 OK code: 200 duration: "" @@ -3455,19 +3309,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:41:39.560258+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"b04f259d-96d3-43ce-835c-d1112c33700f","name":"tf-snap-cocky-lovelace","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"57e09081-f1a3-4f01-a70e-345fd7525dd2","modification_date":"2023-05-29T13:41:39.560258+00:00","name":"tf-image-gifted-proskuriakova","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","name":"tf-snap-cool-niel","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:43:46.399577+00:00","default_bootscript":null,"extra_volumes":{"1":{"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","name":"tf-snap-condescending-meninsky","size":10000000000,"volume_type":"l_ssd"}},"from_server":null,"id":"1f358dd1-c86a-467a-b39b-a7aff4a31a2a","modification_date":"2023-07-10T07:43:46.399577+00:00","name":"tf-image-kind-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"9bea655f-68df-4cdc-a489-e827c321927e","name":"tf-snap-youthful-fermat","size":15000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "741" + - "746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:42 GMT + - Mon, 10 Jul 2023 07:43:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3477,7 +3331,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6db198f-f9ce-4f27-aaed-92c3881ed8be + - 10536bc0-2149-40f2-b10c-db9cabbbd84a status: 200 OK code: 200 duration: "" @@ -3488,7 +3342,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: DELETE response: body: "" @@ -3496,7 +3350,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:43:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3506,7 +3360,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac295958-741f-474e-ae88-6912a74f8c7d + - d0fcf791-cfb4-4cf0-9158-52557cd35b03 status: 204 No Content code: 204 duration: "" @@ -3517,10 +3371,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"message":"\"57e09081-f1a3-4f01-a70e-345fd7525dd2\" not found","type":"unknown_resource"}' + body: '{"message":"\"1f358dd1-c86a-467a-b39b-a7aff4a31a2a\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3529,7 +3383,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3539,7 +3393,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b7a02b5-3791-4bae-889a-52f00290c35f + - 90344b69-0b79-403c-9f48-aa899db6cbfa status: 404 Not Found code: 404 duration: "" @@ -3550,20 +3404,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"snapshot":{"base_volume":{"id":"e325849e-dd3f-40b5-b784-2539632df4b3","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:41:04.713374+00:00","error_details":null,"id":"b04f259d-96d3-43ce-835c-d1112c33700f","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"tf-snap-cocky-lovelace","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.829068+00:00","error_details":null,"id":"9bea655f-68df-4cdc-a489-e827c321927e","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"tf-snap-youthful-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "532" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3573,7 +3427,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33670c85-04c3-4d00-a291-b25917c378a8 + - e0d1b6e0-c3e8-49f2-8739-2fd1b0f874fc status: 200 OK code: 200 duration: "" @@ -3584,20 +3438,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"snapshot":{"base_volume":{"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:17.591012+00:00","error_details":null,"id":"f9ec655e-92f3-49df-a443-b2e52a6abd30","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"tf-snap-cool-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:43:17.902573+00:00","error_details":null,"id":"1dfde753-0a04-47d9-8da3-c2301a353a4b","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"tf-snap-condescending-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "527" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3607,7 +3461,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - deb3eed6-215b-416a-a24d-81aa8b1d68f6 + - 6ca5c073-5046-43ae-8fd9-e8d7ef96680c status: 200 OK code: 200 duration: "" @@ -3618,7 +3472,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: DELETE response: body: "" @@ -3626,7 +3480,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3636,7 +3490,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31650a8b-8676-45ea-8efe-f6a288190668 + - 837a6240-09e0-46b7-804c-49a4363c19e8 status: 204 No Content code: 204 duration: "" @@ -3647,7 +3501,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: DELETE response: body: "" @@ -3655,7 +3509,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3665,7 +3519,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d141eaad-36c4-4cf6-a672-57e89ccfa0af + - bfbb169e-9ff1-43d9-9b02-166be8e3c1ee status: 204 No Content code: 204 duration: "" @@ -3676,10 +3530,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"message":"\"b04f259d-96d3-43ce-835c-d1112c33700f\" not found","type":"unknown_resource"}' + body: '{"message":"\"1dfde753-0a04-47d9-8da3-c2301a353a4b\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3688,7 +3542,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3698,7 +3552,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ecb19a5-862f-4d43-831a-2d1f1ce64e2a + - 2941541f-d1c7-443f-b1f9-21c5e1187c66 status: 404 Not Found code: 404 duration: "" @@ -3709,10 +3563,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"message":"\"f9ec655e-92f3-49df-a443-b2e52a6abd30\" not found","type":"unknown_resource"}' + body: '{"message":"\"9bea655f-68df-4cdc-a489-e827c321927e\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3721,7 +3575,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3731,7 +3585,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a309037-7c4a-4e4e-8c34-233f3098f20a + - df449caa-c0f7-4ba9-a936-8d6c143e3681 status: 404 Not Found code: 404 duration: "" @@ -3742,25 +3596,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.539355+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:42:04.890062+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2687" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3770,7 +3624,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff8f447b-1275-431f-8874-79279bc11943 + - 127f5467-869e-410e-a5f1-ced55ea1ec8c status: 200 OK code: 200 duration: "" @@ -3781,25 +3635,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:16.335178+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:43:11.391170+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3809,7 +3663,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 422a0ec7-93ec-404b-96dd-3379871edef9 + - 0cdeeeab-1096-4f54-b160-c1cd62fe24d8 status: 200 OK code: 200 duration: "" @@ -3822,10 +3676,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/04aef28a-b90d-4e06-819f-8ce490988683/action","href_result":"/servers/04aef28a-b90d-4e06-819f-8ce490988683","id":"5720f0fb-00d6-4a39-8447-78058168550c","started_at":"2023-05-29T13:41:43.867894+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/72576ec7-994c-495e-b6ed-692791d67e2e/action","href_result":"/servers/72576ec7-994c-495e-b6ed-692791d67e2e","id":"83582cd2-1de2-4b2d-8d1b-3ac83f0456f5","started_at":"2023-07-10T07:44:01.956112+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3834,9 +3688,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:43 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5720f0fb-00d6-4a39-8447-78058168550c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/83582cd2-1de2-4b2d-8d1b-3ac83f0456f5 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3846,49 +3700,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38283ab2-8917-481e-b9cb-9d4bea828527 + - ffb3c8d7-a2bf-4ca9-9d6a-7adbc36e3602 status: 202 Accepted code: 202 duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.549149+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:41:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2f4e466c-bf5e-4784-90ee-594d53b64d24 - status: 200 OK - code: 200 - duration: "" - request: body: '{"action":"poweroff"}' form: {} @@ -3898,10 +3713,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/02fd7457-73a0-4630-a36d-fce30a172957/action","href_result":"/servers/02fd7457-73a0-4630-a36d-fce30a172957","id":"92dadda8-9aea-478d-b59a-283aca8ffd22","started_at":"2023-05-29T13:41:44.324710+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/61976605-929c-49dc-b9e2-2344306a034a/action","href_result":"/servers/61976605-929c-49dc-b9e2-2344306a034a","id":"e7a53267-3aec-4640-9364-a313e366aa4a","started_at":"2023-07-10T07:44:02.028614+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3910,9 +3725,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:44 GMT + - Mon, 10 Jul 2023 07:44:02 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/92dadda8-9aea-478d-b59a-283aca8ffd22 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e7a53267-3aec-4640-9364-a313e366aa4a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3922,7 +3737,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc616af7-e81d-4266-9f3b-db7f7d4a2dfe + - a0e7f370-e31b-4d01-afab-ed19555b2d04 status: 202 Accepted code: 202 duration: "" @@ -3933,25 +3748,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:44 GMT + - Mon, 10 Jul 2023 07:44:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3961,7 +3776,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc55c9b3-2217-4151-b168-5dd796ef1edf + - 6f6eac59-758f-4e69-83b8-2f7f45e5db0e status: 200 OK code: 200 duration: "" @@ -3972,25 +3787,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.549149+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:01.646277+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:49 GMT + - Mon, 10 Jul 2023 07:44:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4000,7 +3815,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e59d200c-b573-42f0-a7d5-c1826c6a2e8b + - a52d3f15-3dce-457c-a125-e7e6bca1b28a status: 200 OK code: 200 duration: "" @@ -4011,25 +3826,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:01.646277+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:49 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4039,7 +3854,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab77d73d-2e66-4cbd-b4aa-6d49322071bc + - 296a600c-9821-49e6-b6bc-adeb72a6c2f7 status: 200 OK code: 200 duration: "" @@ -4050,25 +3865,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.549149+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:54 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4078,7 +3893,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea49ebb1-3efb-43f3-beae-50d2a1fb1517 + - ec172438-6989-4164-8434-d90d3c961636 status: 200 OK code: 200 duration: "" @@ -4089,25 +3904,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:55 GMT + - Mon, 10 Jul 2023 07:44:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4117,7 +3932,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2caf6fdd-6960-4417-8e37-34d788836c13 + - 4689d4cc-7433-4fcd-8f49-e8cc6ddb24a6 status: 200 OK code: 200 duration: "" @@ -4128,25 +3943,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.549149+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:01.646277+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:59 GMT + - Mon, 10 Jul 2023 07:44:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4156,7 +3971,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3e34b9c-ace9-40b6-b9bb-09c3696ffbeb + - 239ebb02-f707-406f-aef6-d116bcd4ba5d status: 200 OK code: 200 duration: "" @@ -4167,25 +3982,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:01.646277+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:00 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4195,7 +4010,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ffa7d44-2fca-4f01-a498-1ce23057b9c5 + - 82d6b8a4-4e4d-4ada-b310-dede0c755e1b status: 200 OK code: 200 duration: "" @@ -4206,25 +4021,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.549149+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:04 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4234,7 +4049,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4c37805-9dae-4eb8-aeb2-e882c9890db7 + - 6fbac76c-f498-4208-8483-915d40da600d status: 200 OK code: 200 duration: "" @@ -4245,25 +4060,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:05 GMT + - Mon, 10 Jul 2023 07:44:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4273,7 +4088,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3820fef6-4561-4937-9408-4d52416dc13c + - 6a3930fb-5480-4834-8b64-c628e86984e7 status: 200 OK code: 200 duration: "" @@ -4284,25 +4099,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"49","hypervisor_id":"703","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.549149+00:00","name":"tf-srv-elegant-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.52.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"62","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:01.646277+00:00","name":"tf-srv-condescending-lederberg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.123","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:10 GMT + - Mon, 10 Jul 2023 07:44:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4312,7 +4127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ba68675-e693-458b-93bf-2a6326e37b45 + - f55650d9-d51d-482a-bdb2-4564e46af904 status: 200 OK code: 200 duration: "" @@ -4323,25 +4138,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:42.008092+00:00","name":"tf-srv-condescending-lederberg","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:11 GMT + - Mon, 10 Jul 2023 07:44:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4351,7 +4166,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93d41200-c8cb-479d-82f9-5e99d19ba223 + - cf7a9981-817d-463f-9928-3c665256cb7b status: 200 OK code: 200 duration: "" @@ -4362,25 +4177,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:42:13.485841+00:00","name":"tf-srv-elegant-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:15 GMT + - Mon, 10 Jul 2023 07:44:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4390,7 +4205,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 467bcda8-e120-434b-9971-1599da8bce02 + - 85c9016a-e7e8-4ae0-b455-2862b7e6da07 status: 200 OK code: 200 duration: "" @@ -4401,25 +4216,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.827124+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elegant-wescoff","id":"04aef28a-b90d-4e06-819f-8ce490988683","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:42:13.485841+00:00","name":"tf-srv-elegant-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.827124+00:00","export_uri":null,"id":"c72353ea-7126-4755-a3f4-f72378d7b1cc","modification_date":"2023-05-29T13:40:42.356347+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"04aef28a-b90d-4e06-819f-8ce490988683","name":"tf-srv-elegant-wescoff"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:54.696541+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-condescending-lederberg","id":"61976605-929c-49dc-b9e2-2344306a034a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3f","maintenances":[],"modification_date":"2023-07-10T07:44:42.008092+00:00","name":"tf-srv-condescending-lederberg","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:54.696541+00:00","export_uri":null,"id":"e19f8828-e4f4-400d-96c8-cefc9683aeb4","modification_date":"2023-07-10T07:43:38.677104+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"61976605-929c-49dc-b9e2-2344306a034a","name":"tf-srv-condescending-lederberg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:15 GMT + - Mon, 10 Jul 2023 07:44:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4429,7 +4244,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e92922b6-b2df-4e11-b21e-312bcf210918 + - 139dd66d-cafe-46e9-a871-7c87d91c9082 status: 200 OK code: 200 duration: "" @@ -4440,7 +4255,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: DELETE response: body: "" @@ -4448,7 +4263,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:42:15 GMT + - Mon, 10 Jul 2023 07:44:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4458,7 +4273,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36352d92-5e0f-4ba9-9b65-117b60f2070c + - 0be022bb-c861-434c-8937-4ed181522e9e status: 204 No Content code: 204 duration: "" @@ -4469,10 +4284,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: - body: '{"message":"\"04aef28a-b90d-4e06-819f-8ce490988683\" not found","type":"unknown_resource"}' + body: '{"message":"\"61976605-929c-49dc-b9e2-2344306a034a\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4481,7 +4296,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:15 GMT + - Mon, 10 Jul 2023 07:44:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4491,7 +4306,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b26d78a-d26d-4cec-84b4-3a3d8f99f6b2 + - 12c79201-9240-4222-b115-d24468ed44fd status: 404 Not Found code: 404 duration: "" @@ -4502,7 +4317,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c72353ea-7126-4755-a3f4-f72378d7b1cc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e19f8828-e4f4-400d-96c8-cefc9683aeb4 method: DELETE response: body: "" @@ -4510,7 +4325,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:42:15 GMT + - Mon, 10 Jul 2023 07:44:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4520,7 +4335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e149777c-d1d6-4309-bea4-a41c404df4a4 + - 6452397e-dc35-4228-95fa-de20e6f649ae status: 204 No Content code: 204 duration: "" @@ -4531,64 +4346,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2655" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:42:16 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 142df8be-e74e-44a6-a8b4-d5e74c4f296f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"19","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:43.551971+00:00","name":"tf-srv-elated-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"50","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:01.640729+00:00","name":"tf-srv-mystifying-chandrasekhar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.99","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2655" + - "2776" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:21 GMT + - Mon, 10 Jul 2023 07:44:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4598,7 +4374,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ca6eb16-2daf-43a3-8b6f-203d86ed02f2 + - 751c6e7c-cbe1-4c25-9c6d-535597f1c0ee status: 200 OK code: 200 duration: "" @@ -4609,25 +4385,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:42:24.203732+00:00","name":"tf-srv-elated-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:52.730594+00:00","name":"tf-srv-mystifying-chandrasekhar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2655" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4637,7 +4413,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03a3b529-32a4-43c6-a3d0-81b42d3d43c2 + - 2bb77a61-8115-4384-a17e-5328dd91c952 status: 200 OK code: 200 duration: "" @@ -4648,25 +4424,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:40:46.548786+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-kare","id":"02fd7457-73a0-4630-a36d-fce30a172957","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:42:24.203732+00:00","name":"tf-srv-elated-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:40:46.548786+00:00","export_uri":null,"id":"e325849e-dd3f-40b5-b784-2539632df4b3","modification_date":"2023-05-29T13:41:32.895979+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"02fd7457-73a0-4630-a36d-fce30a172957","name":"tf-srv-elated-kare"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:50.636981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-chandrasekhar","id":"72576ec7-994c-495e-b6ed-692791d67e2e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:13","maintenances":[],"modification_date":"2023-07-10T07:44:52.730594+00:00","name":"tf-srv-mystifying-chandrasekhar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:50.636981+00:00","export_uri":null,"id":"874a5ca5-449a-4cc4-8d4b-227fe0e1fba4","modification_date":"2023-07-10T07:42:35.363419+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"72576ec7-994c-495e-b6ed-692791d67e2e","name":"tf-srv-mystifying-chandrasekhar"},"size":15000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2655" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4676,7 +4452,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c39f430-5b3e-48fc-8546-d5b5d531356e + - 78e0d14a-70d2-4a6c-a699-059e0b05e754 status: 200 OK code: 200 duration: "" @@ -4687,7 +4463,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: DELETE response: body: "" @@ -4695,7 +4471,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4705,7 +4481,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44a79229-b77f-4bef-a70e-581dd7ce10f1 + - 0eb3d410-ad07-44e8-a9f2-1b1360d3f075 status: 204 No Content code: 204 duration: "" @@ -4716,10 +4492,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: - body: '{"message":"\"02fd7457-73a0-4630-a36d-fce30a172957\" not found","type":"unknown_resource"}' + body: '{"message":"\"72576ec7-994c-495e-b6ed-692791d67e2e\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4728,7 +4504,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4738,7 +4514,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe86f2a1-42a8-420f-9582-2a580e25835e + - 1904d299-3d09-410c-9af1-5f1d727d3ea2 status: 404 Not Found code: 404 duration: "" @@ -4749,7 +4525,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e325849e-dd3f-40b5-b784-2539632df4b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/874a5ca5-449a-4cc4-8d4b-227fe0e1fba4 method: DELETE response: body: "" @@ -4757,7 +4533,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4767,7 +4543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff421f9c-5c5d-40ee-befd-70687ced9a9f + - 18575125-f4a1-45d1-99f5-aab3642941bf status: 204 No Content code: 204 duration: "" @@ -4778,10 +4554,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57e09081-f1a3-4f01-a70e-345fd7525dd2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1f358dd1-c86a-467a-b39b-a7aff4a31a2a method: GET response: - body: '{"message":"\"57e09081-f1a3-4f01-a70e-345fd7525dd2\" not found","type":"unknown_resource"}' + body: '{"message":"\"1f358dd1-c86a-467a-b39b-a7aff4a31a2a\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4790,7 +4566,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4800,7 +4576,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87ef7759-5399-45fb-8344-8f83c6864b78 + - 40dbce3f-1267-4893-b486-88f949a347b7 status: 404 Not Found code: 404 duration: "" @@ -4811,10 +4587,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/f9ec655e-92f3-49df-a443-b2e52a6abd30 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/1dfde753-0a04-47d9-8da3-c2301a353a4b method: GET response: - body: '{"message":"\"f9ec655e-92f3-49df-a443-b2e52a6abd30\" not found","type":"unknown_resource"}' + body: '{"message":"\"1dfde753-0a04-47d9-8da3-c2301a353a4b\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4823,7 +4599,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:27 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4833,7 +4609,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba9d4140-b153-497d-b466-ed6657f20a21 + - d5efd8f6-2f61-4986-87f4-0f67217bfa59 status: 404 Not Found code: 404 duration: "" @@ -4844,10 +4620,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/b04f259d-96d3-43ce-835c-d1112c33700f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/9bea655f-68df-4cdc-a489-e827c321927e method: GET response: - body: '{"message":"\"b04f259d-96d3-43ce-835c-d1112c33700f\" not found","type":"unknown_resource"}' + body: '{"message":"\"9bea655f-68df-4cdc-a489-e827c321927e\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4856,7 +4632,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:31 GMT + - Mon, 10 Jul 2023 07:44:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4866,7 +4642,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bb82d18-ebe4-4cca-880f-1cbd12625ef7 + - 40054347-9327-4c12-b4e1-f64a54185e13 status: 404 Not Found code: 404 duration: "" @@ -4877,10 +4653,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/04aef28a-b90d-4e06-819f-8ce490988683 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72576ec7-994c-495e-b6ed-692791d67e2e method: GET response: - body: '{"message":"\"04aef28a-b90d-4e06-819f-8ce490988683\" not found","type":"unknown_resource"}' + body: '{"message":"\"72576ec7-994c-495e-b6ed-692791d67e2e\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4889,7 +4665,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:31 GMT + - Mon, 10 Jul 2023 07:44:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4899,7 +4675,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1245a91-f148-4655-b2d5-fe061cefd668 + - 97aa2688-bd37-4888-9be7-1de8f610c9b4 status: 404 Not Found code: 404 duration: "" @@ -4910,10 +4686,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/02fd7457-73a0-4630-a36d-fce30a172957 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/61976605-929c-49dc-b9e2-2344306a034a method: GET response: - body: '{"message":"\"02fd7457-73a0-4630-a36d-fce30a172957\" not found","type":"unknown_resource"}' + body: '{"message":"\"61976605-929c-49dc-b9e2-2344306a034a\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4922,7 +4698,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:42:32 GMT + - Mon, 10 Jul 2023 07:44:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4932,7 +4708,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30c5062b-f738-4701-bfb6-d33f8b7cb4d6 + - 67e03034-a8f7-46d3-b6a0-969bc7357f5c status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-image-server.cassette.yaml b/scaleway/testdata/instance-image-server.cassette.yaml index c04ae51330..d2c647b903 100644 --- a/scaleway/testdata/instance-image-server.cassette.yaml +++ b/scaleway/testdata/instance-image-server.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cd5ec46b-f09b-444a-8d19-5d9b7f035bca + - 671c9a25-e8fd-4e11-9f2c-38d7838042a8 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 558e2c88-8111-4305-8ae6-65c2790412c6 + - 0ce6aae9-6a4d-4c13-9861-bf639c6d6fb1 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:49 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c3d959d-ba4c-473e-bd79-0607cecde55b + - baf7dd75-ee40-42a6-82e6-7dfb236fa01b X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-naughty-wescoff","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-interesting-keller","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.795744+00:00","name":"tf-srv-naughty-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:41:51.509075+00:00","name":"tf-srv-interesting-keller","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5444cf2b-9079-4be5-9a1e-749779195688 + - d8f2607a-b917-430c-bca9-d7113ef044ca status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.795744+00:00","name":"tf-srv-naughty-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:41:51.509075+00:00","name":"tf-srv-interesting-keller","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74f7018b-06c5-4700-ae4b-27d6215509cb + - ba04c3ec-32a1-4cb8-ba2f-dfa30ed1e09b status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:49.795744+00:00","name":"tf-srv-naughty-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:41:51.509075+00:00","name":"tf-srv-interesting-keller","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:50 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b91b7929-cedd-47a6-b8e8-4903e81b933c + - 8192a229-09f5-43bf-8f99-fa9110dcbd29 status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/action","href_result":"/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6","id":"d4945dc0-d18a-4f7c-a91e-aeafd9e2c328","started_at":"2023-05-29T13:39:51.465394+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/8e50d11a-278f-41de-b486-aa66b2d20866/action","href_result":"/servers/8e50d11a-278f-41de-b486-aa66b2d20866","id":"f8491400-583c-4372-a675-d77528bd2c1c","started_at":"2023-07-10T07:41:52.954231+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:51 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d4945dc0-d18a-4f7c-a91e-aeafd9e2c328 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f8491400-583c-4372-a675-d77528bd2c1c Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc23ddac-d1d1-4cc6-9e7f-dddee4c5ceb7 + - 435094ed-b44a-4cfc-8abc-fa10003eb07d status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:39:50.942260+00:00","name":"tf-srv-naughty-wescoff","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,"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":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:41:52.583750+00:00","name":"tf-srv-interesting-keller","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":false,"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":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2568" + - "2659" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:51 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d917ca7d-780d-4957-ad6d-2a86f76f6da9 + - 854c6b26-7597-4aa9-be35-b2b19eecaf2f status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.942260+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:41:52.583750+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:39:56 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2f2b884-b0cf-4b94-91e8-b5c42935d5ac + - 10cf0cf7-eedc-42e2-b216-02150932224e status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.942260+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:41:52.583750+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:02 GMT + - Mon, 10 Jul 2023 07:42:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 108ada51-e899-4eef-b7f7-5b9263880162 + - 19a83d1b-0f06-4010-8fae-b0a726cab261 status: 200 OK code: 200 duration: "" @@ -392,142 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.942260+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:07 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca1467b0-c620-4cc1-930e-10dc9f757c9b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.942260+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 271c682d-9708-4ad7-b300-0cc06cf21de5 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:39:50.942260+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:17 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cf043642-3005-4a74-8b9a-5358d20be05d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:22 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -537,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e036a7d2-778e-4439-8857-481612ef5495 + - e2857291-96f7-4a1c-8d2c-730753d399df status: 200 OK code: 200 duration: "" @@ -548,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:39:49.795744+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:41:51.509075+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:23 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -576,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33878aaa-57a4-464a-a9f1-d62dff808080 + - 90590748-2de1-4073-bef0-18c60cbccba9 status: 200 OK code: 200 duration: "" @@ -587,7 +470,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/user_data method: GET response: body: '{"user_data":[]}' @@ -599,7 +482,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:23 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -609,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f18ccf8-95a3-46fd-acc8-b0997b3e266c + - b5d6c72b-5c2a-4775-84d4-8df2320c0ef8 status: 200 OK code: 200 duration: "" @@ -620,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/private_nics method: GET response: body: '{"private_nics":[]}' @@ -632,9 +515,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:23 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -645,14 +528,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6ed5459-4de3-45e7-b75a-719293798ac5 + - 426709f2-0365-44b3-b7b9-f97ef2647531 X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-adoring-williamson","volume_id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-snap-hardcore-carson","volume_id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -663,17 +546,17 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_e7561fdd-ee77-44d2-b8b5-f5a0f191c317","href_from":"/snapshots","href_result":"snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317","id":"e3635e04-fbe9-49a2-be83-d7203159fece","started_at":"2023-05-29T13:40:23.759753+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:11.781876+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_8036df69-21a4-4020-a126-6b52c94894e3","href_from":"/snapshots","href_result":"snapshots/8036df69-21a4-4020-a126-6b52c94894e3","id":"0f96cafb-2c3e-45f7-885f-d050123ec821","started_at":"2023-07-10T07:42:12.304034+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "845" + - "842" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:23 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -683,7 +566,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d55c5a07-aaf3-4d47-94d1-4eb533c11704 + - 7f727774-9211-4a25-91b0-f8dffe52a2d4 status: 201 Created code: 201 duration: "" @@ -694,88 +577,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 - method: GET - response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "539" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:23 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bc92d8e2-2039-437a-a85e-62dc3efd2cd9 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 - method: GET - response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "539" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:40:28 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 12c9e871-a95d-411e-9fcf-611070544ddd - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:11.781876+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:33 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -785,7 +600,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07b359b1-5b96-438a-8467-ba66e8473003 + - e6f13ba7-5161-46b9-aa96-3db15441f448 status: 200 OK code: 200 duration: "" @@ -796,20 +611,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:11.781876+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:39 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -819,7 +634,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0628d75f-44c8-472b-a101-fcf6c39e6c9c + - c7c032ad-3fe9-43e3-9803-548feb5fa8d7 status: 200 OK code: 200 duration: "" @@ -830,20 +645,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:11.781876+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:44 GMT + - Mon, 10 Jul 2023 07:42:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -853,7 +668,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 960cc3c5-4c79-4833-82db-56106780bb12 + - ee3793b5-67e6-4ab6-86ac-7e19083db5f4 status: 200 OK code: 200 duration: "" @@ -864,20 +679,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:23.305127+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:11.781876+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "539" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:49 GMT + - Mon, 10 Jul 2023 07:42:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -887,7 +702,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9acd1e59-0174-4996-bd87-1de8be90b971 + - a9e44f25-3ad7-4287-aeba-91781c4bc885 status: 200 OK code: 200 duration: "" @@ -898,20 +713,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -921,7 +736,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27b89bf5-1c8d-45a1-b9a3-dce5aa27f23b + - 5827f2e2-3d20-40a6-8a78-6bd83a374527 status: 200 OK code: 200 duration: "" @@ -932,20 +747,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -955,12 +770,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce00d23b-83d5-4b36-9c4f-faee9761a4e1 + - a861ddca-cea2-4740-94be-36173584cbfb status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-image-vigorous-wiles","root_volume":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","arch":"x86_64","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["test_remove_tags"],"public":false}' + body: '{"name":"tf-image-goofy-elbakyan","root_volume":"8036df69-21a4-4020-a126-6b52c94894e3","arch":"x86_64","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["test_remove_tags"],"public":false}' form: {} headers: Content-Type: @@ -971,18 +786,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images method: POST response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -992,7 +807,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eaa9652f-a7fd-44ca-9a1f-a9825f74502a + - 4714520d-2f1a-469c-a596-adb4aa18ded7 status: 201 Created code: 201 duration: "" @@ -1003,19 +818,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1025,7 +840,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d65d1da4-a80d-4f32-ba86-7ea43cf910a1 + - 608fc684-a043-45bb-a083-abde31ae2e08 status: 200 OK code: 200 duration: "" @@ -1036,19 +851,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1058,7 +873,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 59d8d4a0-54c3-4d5e-ad72-32121ca805a6 + - bb07c990-bdbe-48fd-a7af-5a144a0d67da status: 200 OK code: 200 duration: "" @@ -1069,25 +884,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1097,7 +912,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4f53567-aa72-49b4-abcc-2d81c33ae74b + - 1bae1933-fe77-42eb-a268-6ab5b825a689 status: 200 OK code: 200 duration: "" @@ -1108,20 +923,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:54 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1131,7 +946,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aee09bc3-3ae1-470a-8b37-decf629d05b9 + - e80bcb35-db74-49ef-b83f-a40b52ff91a4 status: 200 OK code: 200 duration: "" @@ -1142,19 +957,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:55 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1164,7 +979,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5d43d5e-ccf8-454d-8448-0843c2bebee2 + - 9b98d0e9-83ff-42f8-bb9f-5d5e1a7aef26 status: 200 OK code: 200 duration: "" @@ -1175,25 +990,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:55 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1203,7 +1018,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b5adab7-6888-4b93-8e95-05cbda462f6b + - ae424afc-0ad4-478a-a61c-0d4e73c7b4b3 status: 200 OK code: 200 duration: "" @@ -1214,7 +1029,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/user_data method: GET response: body: '{"user_data":[]}' @@ -1226,7 +1041,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:55 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1236,7 +1051,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9eda9edd-f2e0-499d-9c3b-f5d0ec3a5f09 + - 344c8963-d0c3-44e7-a8b2-ae8259345b24 status: 200 OK code: 200 duration: "" @@ -1247,7 +1062,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1259,9 +1074,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:55 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1272,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 59481021-9f50-4dfd-9dd2-8e84b2db9d98 + - 1fbb2b44-ec05-44c4-b446-90a26859c845 X-Total-Count: - "0" status: 200 OK @@ -1285,20 +1100,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:55 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1308,7 +1123,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 297d59f7-3950-4313-b771-56892b61b9d1 + - 0f5ffe03-aa41-4bc6-a7d5-8a8a57e5da5b status: 200 OK code: 200 duration: "" @@ -1319,19 +1134,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:55 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1341,7 +1156,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6ffe640-478e-4745-a1a7-52e4fdb7f693 + - e451b74a-258c-4d11-bf61-0d9264b4a35c status: 200 OK code: 200 duration: "" @@ -1352,25 +1167,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:56 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1380,7 +1195,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbf1c4e7-728d-4b39-b958-957493ae7e8f + - 09e77244-a04a-4cc7-9d6c-4b7f7b8fdbd1 status: 200 OK code: 200 duration: "" @@ -1391,7 +1206,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/user_data method: GET response: body: '{"user_data":[]}' @@ -1403,7 +1218,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:56 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1413,7 +1228,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbce9cac-6894-431f-8447-433d48524562 + - d940eff3-658b-4730-8a2a-e3efc3dc4331 status: 200 OK code: 200 duration: "" @@ -1424,7 +1239,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1436,9 +1251,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:56 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1449,7 +1264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e9e7f58-9df0-4ebe-918f-1d89e860699e + - a8781882-6acf-44e6-a1de-d9d48c9891cc X-Total-Count: - "0" status: 200 OK @@ -1462,20 +1277,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:56 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1485,7 +1300,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed1d3bf5-fd7c-4d12-bb8a-85b737ed6d24 + - b6c80676-78d4-4211-9c0d-8f746c5e0261 status: 200 OK code: 200 duration: "" @@ -1496,19 +1311,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:56 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1518,7 +1333,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9cc772d9-8b67-47f4-ae0c-c6eacbe30dec + - 1c11ebfe-59dc-44a4-80b7-ce1a63204dce status: 200 OK code: 200 duration: "" @@ -1529,19 +1344,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:57 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1551,7 +1366,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51dff0e5-7958-475e-8437-ca85e496080f + - 779f1847-771e-40b7-8772-dfd4d9045002 status: 200 OK code: 200 duration: "" @@ -1562,19 +1377,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:54.363510+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:34.116469+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":["test_remove_tags"],"zone":"fr-par-1"}}' headers: Content-Length: - - "632" + - "629" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:57 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1584,12 +1399,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b22d5926-62f2-49c5-8e0b-d1756471d3b3 + - 4e75af59-cf89-47e1-ac9b-a597dbd0f030 status: 200 OK code: 200 duration: "" - request: - body: '{"zone":"fr-par-1","id":"bb65223b-5073-4e96-9470-28c3ab9c4519","name":"tf-image-vigorous-wiles","arch":"x86_64","creation_date":"2023-05-29T13:40:54.36351Z","modification_date":"2023-05-29T13:40:54.36351Z","extra_volumes":{},"organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[]}' + body: '{"zone":"fr-par-1","id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","name":"tf-image-goofy-elbakyan","arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469Z","modification_date":"2023-07-10T07:42:34.116469Z","extra_volumes":{},"organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[]}' form: {} headers: Content-Type: @@ -1597,19 +1412,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: PUT response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:57.455762+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:37.631546+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "614" + - "611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:57 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1619,7 +1434,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44217bf6-7376-49a3-ace1-71fa653c10c2 + - cf4d05ff-0232-46cc-aefd-613eb355db2f status: 200 OK code: 200 duration: "" @@ -1630,19 +1445,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:57.455762+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:37.631546+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "614" + - "611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:57 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1652,7 +1467,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4339fa0e-bed4-4b6e-b279-beaa4373511c + - 835cb574-6468-471d-850b-ba781a1670d5 status: 200 OK code: 200 duration: "" @@ -1663,19 +1478,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:57.455762+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:37.631546+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "614" + - "611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:57 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1685,7 +1500,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 86928a27-1dfd-4ca1-a42d-e79da38f4e07 + - dcf3a4fa-b5c9-48ef-9628-cf3d5e505202 status: 200 OK code: 200 duration: "" @@ -1696,25 +1511,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:57 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1724,7 +1539,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d348b21a-415c-40cf-a21f-93a344876eea + - ea3f3fb9-04c4-44fa-bf33-e7a155da5916 status: 200 OK code: 200 duration: "" @@ -1735,20 +1550,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1758,7 +1573,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08c69790-5862-49ec-bf3f-6c5f6c51e3ed + - 7da52eec-30a0-4dca-b93f-380aa71bed98 status: 200 OK code: 200 duration: "" @@ -1769,19 +1584,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:57.455762+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:37.631546+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "614" + - "611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1791,7 +1606,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9f44685-2ad6-490d-9495-4fa59cb8a0d0 + - 538ba0c3-c7bf-49b8-ab15-b10431b88a60 status: 200 OK code: 200 duration: "" @@ -1802,25 +1617,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1830,7 +1645,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eedbca5d-14fc-4d18-879a-2671a561acd9 + - 51052ac6-0236-4188-a3c2-e120acc6be14 status: 200 OK code: 200 duration: "" @@ -1841,7 +1656,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/user_data method: GET response: body: '{"user_data":[]}' @@ -1853,7 +1668,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1863,7 +1678,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b4a0a6d-28b1-436a-b680-34f13add8a23 + - a25968ae-c42d-4f74-84dd-36c4f90700cb status: 200 OK code: 200 duration: "" @@ -1874,7 +1689,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1886,9 +1701,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1899,7 +1714,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6f14c6a-7f2d-4b3e-891e-7a40f3331bb8 + - accbe0eb-eb89-4d7d-b38a-6c00c2702d26 X-Total-Count: - "0" status: 200 OK @@ -1912,20 +1727,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1935,7 +1750,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eea53e85-98e9-41b1-b57d-9d313dfbb87e + - 6806eea7-e9a9-44e1-b450-6730508d258a status: 200 OK code: 200 duration: "" @@ -1946,19 +1761,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:57.455762+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:37.631546+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "614" + - "611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:58 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1968,7 +1783,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02ff2e0d-2a96-4b1d-b589-4c1854650b8d + - 61cfd285-d989-403c-9508-c030e747baba status: 200 OK code: 200 duration: "" @@ -1979,19 +1794,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"image":{"arch":"x86_64","creation_date":"2023-05-29T13:40:54.363510+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb65223b-5073-4e96-9470-28c3ab9c4519","modification_date":"2023-05-29T13:40:57.455762+00:00","name":"tf-image-vigorous-wiles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","name":"tf-snap-adoring-williamson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"image":{"arch":"x86_64","creation_date":"2023-07-10T07:42:34.116469+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736","modification_date":"2023-07-10T07:42:37.631546+00:00","name":"tf-image-goofy-elbakyan","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","public":false,"root_volume":{"id":"8036df69-21a4-4020-a126-6b52c94894e3","name":"tf-snap-hardcore-carson","size":20000000000,"volume_type":"l_ssd"},"state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "614" + - "611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:59 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2001,7 +1816,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d3d8f63-e4a2-4757-b00f-a6f8885c0ac4 + - 31cec03a-82a6-4c6b-a8e0-6238ef5312af status: 200 OK code: 200 duration: "" @@ -2012,7 +1827,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: DELETE response: body: "" @@ -2020,7 +1835,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:59 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2030,7 +1845,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94b53acf-f194-42d1-be40-3a51e587fa63 + - eeb40534-0cbe-4f30-b48d-256f9cf8f959 status: 204 No Content code: 204 duration: "" @@ -2041,10 +1856,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"message":"\"bb65223b-5073-4e96-9470-28c3ab9c4519\" not found","type":"unknown_resource"}' + body: '{"message":"\"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2053,7 +1868,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:59 GMT + - Mon, 10 Jul 2023 07:42:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2063,7 +1878,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc3286c0-ef72-4041-84ce-c512c33ec142 + - b6f8263c-02f1-415a-b9dd-a91d2dcf989f status: 404 Not Found code: 404 duration: "" @@ -2074,20 +1889,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:40:23.305127+00:00","error_details":null,"id":"e7561fdd-ee77-44d2-b8b5-f5a0f191c317","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"tf-snap-adoring-williamson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:42:11.781876+00:00","error_details":null,"id":"8036df69-21a4-4020-a126-6b52c94894e3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"tf-snap-hardcore-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "536" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:59 GMT + - Mon, 10 Jul 2023 07:42:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2097,7 +1912,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6b94023-f35e-475c-be8e-3c21c5f7acda + - 387e6add-d70f-496a-85cf-00799e263a56 status: 200 OK code: 200 duration: "" @@ -2108,7 +1923,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: DELETE response: body: "" @@ -2116,7 +1931,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:40:59 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2126,7 +1941,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96d39209-0309-461d-95fc-ca4fa72b23e2 + - 07c77684-88e4-4569-a290-8ab9e1084f1f status: 204 No Content code: 204 duration: "" @@ -2137,10 +1952,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"message":"\"e7561fdd-ee77-44d2-b8b5-f5a0f191c317\" not found","type":"unknown_resource"}' + body: '{"message":"\"8036df69-21a4-4020-a126-6b52c94894e3\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2149,7 +1964,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:40:59 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2159,7 +1974,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99b8d579-21ec-4de2-960e-6f5d767cf12e + - a37dd5f3-93bb-4aec-b578-67f144e52951 status: 404 Not Found code: 404 duration: "" @@ -2170,25 +1985,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:40:19.545737+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:06.268485+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2699" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:00 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2198,7 +2013,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf450819-13d3-44a5-aed2-9a10ca404580 + - 95bc9c23-dd45-45ec-9bee-8a34fddfd3b7 status: 200 OK code: 200 duration: "" @@ -2211,10 +2026,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6/action","href_result":"/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6","id":"97d431f9-91cc-4b3f-9362-b71da14f5268","started_at":"2023-05-29T13:41:00.613664+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/8e50d11a-278f-41de-b486-aa66b2d20866/action","href_result":"/servers/8e50d11a-278f-41de-b486-aa66b2d20866","id":"0dd554bb-e810-4f45-b153-797874e18cec","started_at":"2023-07-10T07:42:52.367739+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2223,9 +2038,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:00 GMT + - Mon, 10 Jul 2023 07:42:52 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/97d431f9-91cc-4b3f-9362-b71da14f5268 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/0dd554bb-e810-4f45-b153-797874e18cec Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2235,7 +2050,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f714247d-d9bb-4692-9c94-748e6851d166 + - 5e3b5336-e3bd-4a08-97b6-225f5b74983a status: 202 Accepted code: 202 duration: "" @@ -2246,25 +2061,64 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:42:53 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 953219b9-5fae-42e4-8218-723a728d11d6 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:00 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2274,7 +2128,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 300b8d41-55f9-4a06-9871-e0e2616e5de9 + - eba2772d-5858-4a2b-815d-a3df463eeac5 status: 200 OK code: 200 duration: "" @@ -2285,25 +2139,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:06 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2313,7 +2167,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40d3f59b-01c6-4344-b5a2-44bb729eed09 + - a87b2d0a-3d07-493f-9533-cdf32babdf23 status: 200 OK code: 200 duration: "" @@ -2324,25 +2178,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:11 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2352,7 +2206,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a664d650-dee8-44ef-805b-6c0b76f59367 + - 5dcd293f-6b6c-4c94-b8e0-ae3034a9f0f7 status: 200 OK code: 200 duration: "" @@ -2363,25 +2217,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:16 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2391,7 +2245,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 016be0c3-1642-4353-b29c-8f57a72eaa33 + - 1ab22818-7b0d-4e3d-82ae-75cda4e201aa status: 200 OK code: 200 duration: "" @@ -2402,25 +2256,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:21 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2430,7 +2284,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8520e05b-f4b1-472d-8d75-a1202d0942a7 + - 6c3d1563-fa7d-47c8-ade2-ef2c833c154d status: 200 OK code: 200 duration: "" @@ -2441,25 +2295,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:27 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2469,7 +2323,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ebf2db8-8b8b-4eac-8b93-cbf5358bbf07 + - bcb65f9c-c897-4c68-9aab-f8d400c163ba status: 200 OK code: 200 duration: "" @@ -2480,25 +2334,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:41:00.281197+00:00","name":"tf-srv-naughty-wescoff","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:42:51.659074+00:00","name":"tf-srv-interesting-keller","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:32 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2508,7 +2362,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4af2f7e-e618-46cf-8bc6-6f860f764c9c + - dcaeb3aa-a1c2-4c20-899a-b6d10eaa68e5 status: 200 OK code: 200 duration: "" @@ -2519,25 +2373,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:41:32.704774+00:00","name":"tf-srv-naughty-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:43:37.035028+00:00","name":"tf-srv-interesting-keller","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2547,7 +2401,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef3a8517-26dd-4f8a-8c6c-402f57490103 + - 7d27ed45-a987-47a8-8479-c4646e533e3b status: 200 OK code: 200 duration: "" @@ -2558,25 +2412,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:39:49.795744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-naughty-wescoff","id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:41:32.704774+00:00","name":"tf-srv-naughty-wescoff","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:39:49.795744+00:00","export_uri":null,"id":"a4e86b08-7fb8-4eb6-b870-6aed0000c6e6","modification_date":"2023-05-29T13:40:50.802226+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7742dca3-16e1-42ff-bf77-e8b5821ae5b6","name":"tf-srv-naughty-wescoff"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:51.509075+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-interesting-keller","id":"8e50d11a-278f-41de-b486-aa66b2d20866","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:15","maintenances":[],"modification_date":"2023-07-10T07:43:37.035028+00:00","name":"tf-srv-interesting-keller","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:51.509075+00:00","export_uri":null,"id":"4a8655dd-0cab-47fd-a071-aaa8af9a2cd3","modification_date":"2023-07-10T07:42:30.384389+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8e50d11a-278f-41de-b486-aa66b2d20866","name":"tf-srv-interesting-keller"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2546" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2586,7 +2440,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c472cbc9-fe33-4d1e-b3a6-da039b728399 + - 7167ddf0-5c03-44cd-be23-a4e93c5500b8 status: 200 OK code: 200 duration: "" @@ -2597,7 +2451,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: DELETE response: body: "" @@ -2605,7 +2459,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2615,7 +2469,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35780d2f-2d53-4d91-83c2-01d0892c327a + - 04b4eb2e-4695-44cc-b014-b07282b877e7 status: 204 No Content code: 204 duration: "" @@ -2626,10 +2480,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: - body: '{"message":"\"7742dca3-16e1-42ff-bf77-e8b5821ae5b6\" not found","type":"unknown_resource"}' + body: '{"message":"\"8e50d11a-278f-41de-b486-aa66b2d20866\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2638,7 +2492,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2648,7 +2502,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd817e70-28cd-4d08-8f07-0e1f5bd76efe + - 3ddd4d05-b243-4eea-a1d3-884cbc21ddbc status: 404 Not Found code: 404 duration: "" @@ -2659,7 +2513,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a4e86b08-7fb8-4eb6-b870-6aed0000c6e6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4a8655dd-0cab-47fd-a071-aaa8af9a2cd3 method: DELETE response: body: "" @@ -2667,7 +2521,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:41:37 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2677,7 +2531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc2db750-3e1f-4f8d-afd7-1476aab05437 + - 9f2ab4e3-6795-43c8-a78b-7d73ca9acaea status: 204 No Content code: 204 duration: "" @@ -2688,10 +2542,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/bb65223b-5073-4e96-9470-28c3ab9c4519 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736 method: GET response: - body: '{"message":"\"bb65223b-5073-4e96-9470-28c3ab9c4519\" not found","type":"unknown_resource"}' + body: '{"message":"\"1fbb5cb5-d5b0-4cdf-92ba-fa4f0c700736\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2700,7 +2554,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2710,7 +2564,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c1a0f38-b858-462f-af9e-36a5ae37b2f3 + - f5ae6503-1b66-42f7-ba47-fcc2d3d49bc9 status: 404 Not Found code: 404 duration: "" @@ -2721,10 +2575,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/e7561fdd-ee77-44d2-b8b5-f5a0f191c317 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/8036df69-21a4-4020-a126-6b52c94894e3 method: GET response: - body: '{"message":"\"e7561fdd-ee77-44d2-b8b5-f5a0f191c317\" not found","type":"unknown_resource"}' + body: '{"message":"\"8036df69-21a4-4020-a126-6b52c94894e3\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2733,7 +2587,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2743,7 +2597,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a950fb8-cfc4-41f5-9c8f-1f9bd31159b1 + - 90a401af-d2ab-4466-a0ab-87a961871612 status: 404 Not Found code: 404 duration: "" @@ -2754,10 +2608,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7742dca3-16e1-42ff-bf77-e8b5821ae5b6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8e50d11a-278f-41de-b486-aa66b2d20866 method: GET response: - body: '{"message":"\"7742dca3-16e1-42ff-bf77-e8b5821ae5b6\" not found","type":"unknown_resource"}' + body: '{"message":"\"8e50d11a-278f-41de-b486-aa66b2d20866\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2766,7 +2620,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:41:38 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2776,7 +2630,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 100c7610-3adb-40c2-9763-a6ef7714bb32 + - c3a78c2a-1bde-473d-a418-468e4e16e79f status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-placement-group-rename.cassette.yaml b/scaleway/testdata/instance-placement-group-rename.cassette.yaml index e6d65d7992..12e177c504 100644 --- a/scaleway/testdata/instance-placement-group-rename.cassette.yaml +++ b/scaleway/testdata/instance-placement-group-rename.cassette.yaml @@ -13,7 +13,7 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups method: POST response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -22,9 +22,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:41:07 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0e0fc99-fca5-4335-ac54-07320603b972 + - 5c093688-31c2-42e4-81fe-356d9d52bf68 status: 201 Created code: 201 duration: "" @@ -45,10 +45,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -57,7 +57,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:41:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2cd7eb1f-6f88-487e-8b6b-bbb4fc43b4ee + - 264d07d8-6ea0-4c65-b9ca-c0e0c046ca0b status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:41:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92bef026-bd8c-4bad-a10d-c6c1183c4cd1 + - 20d71cd0-3b9c-4b1d-a6fc-acd28e61ec05 status: 200 OK code: 200 duration: "" @@ -114,16 +114,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:41:08 GMT Link: - ; rel="next",; rel="last" @@ -136,7 +136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37052f3e-f817-4582-93b2-4faab1c32a8d + - b74f292a-f790-4751-8cd5-ccea62b799a8 X-Total-Count: - "56" status: 200 OK @@ -152,16 +152,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -174,14 +174,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 866669ea-5e54-4390-9ed8-9d5288a47d4e + - 2d432992-2622-4c7c-9f99-9e752a7284bb X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-elated-cerf","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4"}' + body: '{"name":"tf-srv-dazzling-ardinghelli","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":"116e5b19-502f-429d-842f-1df67a8a0917"}' form: {} headers: Content-Type: @@ -194,22 +194,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.189376+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:09.649242+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2813" + - "2922" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -219,7 +219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6ec92d0-463f-4f25-9aa9-ea494ff501f7 + - eb5373ba-bb15-4643-89ee-dc243fff52a7 status: 201 Created code: 201 duration: "" @@ -230,25 +230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.189376+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:09.649242+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2813" + - "2922" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -258,7 +258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 669c3712-8b94-435f-a4f4-4de61f345970 + - c8189530-c25e-4e71-9e55-b04e9c183464 status: 200 OK code: 200 duration: "" @@ -269,25 +269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.189376+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:09.649242+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2813" + - "2922" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -297,7 +297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aeaae886-8ee7-4ec6-bd8c-823521aa69e2 + - 8b678e5e-bd20-47fe-a6e6-08418a6972d7 status: 200 OK code: 200 duration: "" @@ -310,10 +310,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/action","href_result":"/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2","id":"54f57f1a-5ec4-4620-b638-dd7a51a6855a","started_at":"2023-05-29T13:51:27.893723+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/87d46014-fcae-412c-b5af-e882e424d680/action","href_result":"/servers/87d46014-fcae-412c-b5af-e882e424d680","id":"f5a1a3d5-17e3-4b39-8f6e-291b2b2de44c","started_at":"2023-07-10T07:41:10.663510+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -322,9 +322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/54f57f1a-5ec4-4620-b638-dd7a51a6855a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f5a1a3d5-17e3-4b39-8f6e-291b2b2de44c Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -334,7 +334,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b9d1053-10bd-4df9-aa9b-811b710b84df + - aeb0a00e-9453-4c49-b50f-cf0d67e9df67 status: 202 Accepted code: 202 duration: "" @@ -345,25 +345,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:27.058099+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:10.294391+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2835" + - "2944" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -373,7 +373,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38bddb0d-e759-439a-b5ca-e23e2e72f3eb + - a9677a3f-49a1-4ffe-9773-0f771a35b888 status: 200 OK code: 200 duration: "" @@ -384,25 +384,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:27.058099+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:10.294391+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2944" + - "3053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:33 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -412,7 +412,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c46d90db-ffc5-41ab-8ad7-f25d46b36980 + - 4d42e67d-320f-42e8-b613-b23ede4bea55 status: 200 OK code: 200 duration: "" @@ -423,25 +423,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:27.058099+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:10.294391+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2944" + - "3053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:38 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -451,7 +451,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc3882d6-c302-45e0-8386-2aa98782549a + - 7480b2b0-b464-404c-b7aa-37d0decea95e status: 200 OK code: 200 duration: "" @@ -462,25 +462,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.724605+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:24.443130+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2975" + - "3084" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -490,7 +490,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43298df4-2b9e-4c9d-8b45-44c822fa0e5d + - cbd7c8d7-7185-48f7-93b5-a08edcb53d8a status: 200 OK code: 200 duration: "" @@ -501,25 +501,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.724605+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:24.443130+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2975" + - "3084" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -529,7 +529,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84059c5e-3199-4b9c-a668-d974254a4877 + - c786f61a-52f1-41a6-a8f7-41727c897329 status: 200 OK code: 200 duration: "" @@ -540,7 +540,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/user_data method: GET response: body: '{"user_data":[]}' @@ -552,7 +552,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -562,7 +562,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38655093-e79f-4726-a900-d34092b62fbc + - 5cb1ede4-ad61-43c5-915e-e826a3e1b54c status: 200 OK code: 200 duration: "" @@ -573,7 +573,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/private_nics method: GET response: body: '{"private_nics":[]}' @@ -585,9 +585,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -598,7 +598,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84c74117-72e9-48ee-a0ac-a6eae96631b0 + - 5c4dfd6a-00f4-4d36-8d41-db33e0b98817 X-Total-Count: - "0" status: 200 OK @@ -611,10 +611,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -623,7 +623,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -633,7 +633,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a23d21c-97fc-4dea-83d8-6e964cb4ed69 + - b2c783c5-e043-40d8-b048-1d3c15772494 status: 200 OK code: 200 duration: "" @@ -644,10 +644,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -656,7 +656,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:41:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -666,7 +666,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d32fa4d-f44e-4bd8-ba4f-7504099a561c + - 3296fc0a-a6c6-4656-a3e6-bae2c9e86f0e status: 200 OK code: 200 duration: "" @@ -677,25 +677,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.724605+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:24.443130+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2975" + - "3084" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -705,7 +705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38eaf590-9fe1-4395-a65e-5abb3ed583db + - e089e252-f9e2-4898-81eb-215d00b2bba1 status: 200 OK code: 200 duration: "" @@ -716,7 +716,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/user_data method: GET response: body: '{"user_data":[]}' @@ -728,7 +728,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:45 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -738,7 +738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d0eb857-5f26-4d92-8bef-b15068844d98 + - a76a1d92-a346-45ba-b69a-257b28529b89 status: 200 OK code: 200 duration: "" @@ -749,7 +749,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/private_nics method: GET response: body: '{"private_nics":[]}' @@ -761,9 +761,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:45 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -774,7 +774,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 680df3cb-4e12-4ae9-87d7-18b2418ba2ab + - 7bf66d7a-acd2-40da-8095-2fe267eb50bc X-Total-Count: - "0" status: 200 OK @@ -787,10 +787,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -799,7 +799,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:45 GMT + - Mon, 10 Jul 2023 07:41:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -809,7 +809,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 589832e3-6432-4ea9-9119-6055884ae19a + - bb4f29d2-28f0-4b84-b8bd-612ba70570a4 status: 200 OK code: 200 duration: "" @@ -820,25 +820,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.724605+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:24.443130+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"foo","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2975" + - "3084" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:45 GMT + - Mon, 10 Jul 2023 07:41:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -848,7 +848,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f9d5adf-29e0-475c-a11f-9cfbee9a894b + - 0e8ec0fc-23cd-47dd-9a94-cac69df65fe5 status: 200 OK code: 200 duration: "" @@ -859,7 +859,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/user_data method: GET response: body: '{"user_data":[]}' @@ -871,7 +871,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:45 GMT + - Mon, 10 Jul 2023 07:41:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -881,7 +881,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c3cf538-a5d5-4dc8-934c-c9c4dee30a0a + - 4fbc3fcd-a90c-4f95-b489-eb90d1d84a11 status: 200 OK code: 200 duration: "" @@ -892,7 +892,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/private_nics method: GET response: body: '{"private_nics":[]}' @@ -904,9 +904,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:45 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -917,7 +917,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5837e062-b88f-4d07-bf27-cd9472da2225 + - 5e472663-aa20-4fa7-baa0-ffeeede75796 X-Total-Count: - "0" status: 200 OK @@ -932,25 +932,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.355885+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:35.483296+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2696" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:46 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -960,7 +960,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1db1f41-6d89-4349-b23e-b97b90dcadc0 + - a5356c80-4ba2-4fb9-98a4-73421fa5cbed status: 200 OK code: 200 duration: "" @@ -971,25 +971,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.355885+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:35.483296+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2696" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:46 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -999,7 +999,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92c625ae-2757-4f57-bb0b-8e8fac949620 + - 8e6d34ba-2896-444c-bdff-b28656b1481a status: 200 OK code: 200 duration: "" @@ -1012,10 +1012,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2/action","href_result":"/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2","id":"eb0b0138-5777-40f0-88c4-0abe3d5f876e","started_at":"2023-05-29T13:51:46.965486+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/87d46014-fcae-412c-b5af-e882e424d680/action","href_result":"/servers/87d46014-fcae-412c-b5af-e882e424d680","id":"f51fa331-11ca-4b02-875d-370e29f4d10d","started_at":"2023-07-10T07:41:37.713086+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1024,9 +1024,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:47 GMT + - Mon, 10 Jul 2023 07:41:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/eb0b0138-5777-40f0-88c4-0abe3d5f876e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f51fa331-11ca-4b02-875d-370e29f4d10d Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1036,7 +1036,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94406d8e-32b0-436c-a840-22bcde2dfed6 + - 0a4fbac1-38d4-4460-9309-0225a2fb2632 status: 202 Accepted code: 202 duration: "" @@ -1047,64 +1047,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2656" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:51:47 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a9570dd2-4227-4c51-b773-2ba86b41fe4a - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2656" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:52 GMT + - Mon, 10 Jul 2023 07:41:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1114,7 +1075,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45e24a8d-30be-4358-a3a3-1c4b9738bc9f + - 2a798724-7a10-4dc1-84c1-10837596c7a6 status: 200 OK code: 200 duration: "" @@ -1125,25 +1086,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2656" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:58 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1153,7 +1114,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1be249a8-4520-46c1-af82-0718190f0ed9 + - 46f9dda6-455a-4371-a1f5-2410665cc0f9 status: 200 OK code: 200 duration: "" @@ -1164,25 +1125,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:03 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1192,7 +1153,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28ba0bb4-7c03-488e-8892-3e78ed534326 + - d41fb771-ab37-492c-a8ab-4db30f9bed08 status: 200 OK code: 200 duration: "" @@ -1203,25 +1164,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:08 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1231,7 +1192,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37fd0182-032f-4e4a-80ad-c7692737f65c + - b9119982-aed9-413f-9785-6f26dfe10c40 status: 200 OK code: 200 duration: "" @@ -1242,25 +1203,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:13 GMT + - Mon, 10 Jul 2023 07:42:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1270,7 +1231,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 903d5a02-d39b-4788-ad14-78adcd4b2581 + - cf089ed0-d306-4b10-adde-045bc1027f5e status: 200 OK code: 200 duration: "" @@ -1281,25 +1242,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:19 GMT + - Mon, 10 Jul 2023 07:42:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1309,7 +1270,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b97cf7f0-1592-47a8-b489-bbe56916a5d7 + - ba2504ef-97fd-4d90-bca5-a8ed075061b3 status: 200 OK code: 200 duration: "" @@ -1320,25 +1281,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:24 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1348,7 +1309,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d7ec1ff-dc4d-40e1-952c-c8aeb7ca56a4 + - 73521ceb-c353-4da9-b857-66fa897fc435 status: 200 OK code: 200 duration: "" @@ -1359,25 +1320,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:29 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1387,7 +1348,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b974231f-9f8d-4294-b120-ae104e5dbd5a + - 92a7d1ca-bf88-4caa-afcb-6c3ac0f25382 status: 200 OK code: 200 duration: "" @@ -1398,25 +1359,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1426,7 +1387,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8913b151-8b64-4a62-8aa9-459b18866693 + - f4a5692b-0ec3-4003-af2b-9d9831637064 status: 200 OK code: 200 duration: "" @@ -1437,25 +1398,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:46.707244+00:00","name":"tf-srv-elated-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"202","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:41:36.513845+00:00","name":"tf-srv-dazzling-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.166.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2654" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:39 GMT + - Mon, 10 Jul 2023 07:42:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1465,7 +1426,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c67f60df-0158-46f2-b6bd-d297166df967 + - 2d50c804-07ff-43a9-b59a-9d9c5b95d74a status: 200 OK code: 200 duration: "" @@ -1476,25 +1437,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:52:44.019351+00:00","name":"tf-srv-elated-cerf","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:42:30.925726+00:00","name":"tf-srv-dazzling-ardinghelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1504,7 +1465,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fd53acf-fffc-4c0c-8e76-a4be4f756f64 + - 51696ca6-e42c-4060-93b7-9f28f3f930cd status: 200 OK code: 200 duration: "" @@ -1515,25 +1476,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.189376+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elated-cerf","id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:52:44.019351+00:00","name":"tf-srv-elated-cerf","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.189376+00:00","export_uri":null,"id":"72ff898e-e1da-41e7-948c-66ec6b118961","modification_date":"2023-05-29T13:51:26.189376+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bc24594a-8052-4db5-8c8f-71a7dc61bfc2","name":"tf-srv-elated-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:09.649242+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-dazzling-ardinghelli","id":"87d46014-fcae-412c-b5af-e882e424d680","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:09","maintenances":[],"modification_date":"2023-07-10T07:42:30.925726+00:00","name":"tf-srv-dazzling-ardinghelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:09.649242+00:00","export_uri":null,"id":"04754447-f3db-4fc6-8699-5702c2ba5f3e","modification_date":"2023-07-10T07:41:09.649242+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87d46014-fcae-412c-b5af-e882e424d680","name":"tf-srv-dazzling-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1543,7 +1504,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad794f5a-764a-47b2-ac47-7ad095a6cb21 + - 58aea622-3109-4008-97d7-233b9206e039 status: 200 OK code: 200 duration: "" @@ -1554,7 +1515,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: DELETE response: body: "" @@ -1562,7 +1523,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1572,7 +1533,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80f03cde-d895-4e6b-ba79-d506fd210436 + - e18ba285-f857-4b6a-ace7-41449ed6ccf2 status: 204 No Content code: 204 duration: "" @@ -1583,10 +1544,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bc24594a-8052-4db5-8c8f-71a7dc61bfc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87d46014-fcae-412c-b5af-e882e424d680 method: GET response: - body: '{"message":"\"bc24594a-8052-4db5-8c8f-71a7dc61bfc2\" not found","type":"unknown_resource"}' + body: '{"message":"\"87d46014-fcae-412c-b5af-e882e424d680\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1595,7 +1556,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1605,7 +1566,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51a54334-eadc-448e-b32b-62e4fb7810ff + - 0fe32700-d917-4f8f-87a1-9d44988549c2 status: 404 Not Found code: 404 duration: "" @@ -1616,7 +1577,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/72ff898e-e1da-41e7-948c-66ec6b118961 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/04754447-f3db-4fc6-8699-5702c2ba5f3e method: DELETE response: body: "" @@ -1624,7 +1585,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1634,7 +1595,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 431e570b-820f-416c-94cc-1c0f7654adc2 + - 22827668-4ea0-45bd-8984-de383aa2ab91 status: 204 No Content code: 204 duration: "" @@ -1647,10 +1608,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: PATCH response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -1659,7 +1620,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1669,7 +1630,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1710cded-b426-4ae2-983a-95d153ae31f2 + - 1cdca1b6-6536-4d26-a1ae-1c0c5756a0cf status: 200 OK code: 200 duration: "" @@ -1680,10 +1641,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -1692,7 +1653,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1702,7 +1663,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ba81388-ec61-4f7e-a3e1-3bc7b4b27976 + - 11d21c5b-21d8-4705-a6dd-537509448a7c status: 200 OK code: 200 duration: "" @@ -1713,10 +1674,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -1725,7 +1686,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:46 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1735,7 +1696,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 268cfe3e-cca1-44bd-a249-28540a0357fd + - c7bdaf28-b6be-4055-9bbd-95b9e8c4a83e status: 200 OK code: 200 duration: "" @@ -1746,10 +1707,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"placement_group":{"id":"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"116e5b19-502f-429d-842f-1df67a8a0917","name":"bar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"low_latency","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "304" @@ -1758,7 +1719,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:46 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1768,7 +1729,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57e0af1a-6f81-461c-a884-e0e336adf941 + - 33a4546b-e3ab-4940-90ac-febbaff0f324 status: 200 OK code: 200 duration: "" @@ -1779,7 +1740,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: DELETE response: body: "" @@ -1787,7 +1748,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:52:47 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1797,7 +1758,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7337755-3ff0-4c73-a749-ec13fdb363bc + - 56b108a4-5f55-4014-9c78-bf2ff21967c2 status: 204 No Content code: 204 duration: "" @@ -1808,10 +1769,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/f89319eb-84a6-46a3-9bb4-e6ae91ca14b4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/116e5b19-502f-429d-842f-1df67a8a0917 method: GET response: - body: '{"message":"\"f89319eb-84a6-46a3-9bb4-e6ae91ca14b4\" not found","type":"unknown_resource"}' + body: '{"message":"\"116e5b19-502f-429d-842f-1df67a8a0917\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1820,7 +1781,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:47 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1830,7 +1791,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a23fd39f-6111-4bbe-8e70-133e64f1be9a + - e395cee4-1b54-48de-bbf0-89d44f37bce4 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-private-nic-basic.cassette.yaml b/scaleway/testdata/instance-private-nic-basic.cassette.yaml index 84e17c0131..5f87a85c97 100644 --- a/scaleway/testdata/instance-private-nic-basic.cassette.yaml +++ b/scaleway/testdata/instance-private-nic-basic.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,33 +30,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc8fa2b0-d4dd-47dc-b662-a717ec167c08 + - 7e6dea64-6f52-4235-a2c6-4567d4574195 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"TestAccScalewayInstancePrivateNIC_Basic","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + method: POST response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"created_at":"2023-07-10T07:40:09.863935Z","id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","name":"TestAccScalewayInstancePrivateNIC_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.36.0/22","fd4a:c18e:554d:9941::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.863935Z","zone":"fr-par-1"}' headers: Content-Length: - - "36881" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT - Link: - - ; rel="next",; - rel="last" + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -66,34 +65,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eea0e53d-bd2e-478e-9fa2-586daf3c7880 - X-Total-Count: - - "56" + - 6e3b38a5-d155-4f8b-9d2a-acac4da93284 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"TestAccScalewayInstancePrivateNIC_Basic","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 + method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.618788Z","id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","name":"TestAccScalewayInstancePrivateNIC_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:d3bb::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.618788Z","zone":"fr-par-1"}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "373" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT + Link: + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -103,7 +101,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8820053d-23d4-400b-9962-1da65cf9aab4 + - 00380bea-d85b-4a9b-96f2-82d3301d204d + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" @@ -114,22 +114,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/vpc/v1/zones/fr-par-1/private-networks/f905d05b-9598-4f05-aa02-5d2ab401dfd7 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"created_at":"2023-07-10T07:40:09.863935Z","id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","name":"TestAccScalewayInstancePrivateNIC_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.36.0/22","fd4a:c18e:554d:9941::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.863935Z","zone":"fr-par-1"}' headers: Content-Length: - - "4363" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -139,9 +136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94f19036-5236-459e-baa9-6a83faf998b3 - X-Total-Count: - - "56" + - f77fbd14-840e-436c-86e9-087a55d5111e status: 200 OK code: 200 duration: "" @@ -152,19 +147,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/306d6dd4-4838-4a3d-8cbf-cf77000d8311 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.618788Z","id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","name":"TestAccScalewayInstancePrivateNIC_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:d3bb::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.618788Z","zone":"fr-par-1"}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "373" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -174,12 +172,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 087c0549-b832-4a4b-939a-59ef9f8a3fbd + - 5219d636-9f00-4b29-86d3-6d333304a1c0 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-affectionate-yonath","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-recursing-cerf","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -192,22 +192,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.877248+00:00","name":"tf-srv-affectionate-yonath","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:11.905959+00:00","name":"tf-srv-recursing-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2558" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -217,7 +217,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7b26f7a-020b-4920-b9e5-f94c71206af2 + - 3b85a311-853e-432b-9b1c-616a6ed478ca status: 201 Created code: 201 duration: "" @@ -228,25 +228,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.877248+00:00","name":"tf-srv-affectionate-yonath","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:11.905959+00:00","name":"tf-srv-recursing-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2558" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -256,7 +256,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcadeb34-24d6-4d2d-8d15-0c3d1c9eaa79 + - 0595bbe7-a2e9-41ca-9e7e-c0977b56b747 status: 200 OK code: 200 duration: "" @@ -267,25 +267,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.877248+00:00","name":"tf-srv-affectionate-yonath","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:11.905959+00:00","name":"tf-srv-recursing-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2558" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -295,7 +295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8c3ca67-02f4-4ac1-9608-bb2898579bfa + - 37d6075e-dd9f-4103-934d-428bd572c022 status: 200 OK code: 200 duration: "" @@ -308,10 +308,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/action","href_result":"/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b","id":"839fd8e0-6bf3-4fb2-ac87-e7ace304517f","started_at":"2023-05-29T13:51:27.124409+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/action","href_result":"/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1","id":"a2703c19-7fac-4206-94a9-d591a7f3eb8a","started_at":"2023-07-10T07:40:13.748803+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -320,9 +320,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/839fd8e0-6bf3-4fb2-ac87-e7ace304517f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a2703c19-7fac-4206-94a9-d591a7f3eb8a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -332,7 +332,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6698e511-49a6-4c23-bf2b-04181033a23d + - b685e312-f33d-4726-ac21-0b5419d6b566 status: 202 Accepted code: 202 duration: "" @@ -343,25 +343,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.598622+00:00","name":"tf-srv-affectionate-yonath","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,"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":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:13.358083+00:00","name":"tf-srv-recursing-cerf","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":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2580" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -371,7 +371,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc7adc35-a31d-4598-8ec3-fa2d6c44b106 + - ac64c528-87b9-4501-b786-cd6c692a5fe0 status: 200 OK code: 200 duration: "" @@ -382,25 +382,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.598622+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:13.358083+00:00","name":"tf-srv-recursing-cerf","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":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2689" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -410,7 +410,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98e2a206-6384-44eb-a8ba-6b5ec14c6eaa + - db5cdc26-6235-4ecf-ad4a-f2d5ad320821 status: 200 OK code: 200 duration: "" @@ -421,25 +421,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.598622+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:13.358083+00:00","name":"tf-srv-recursing-cerf","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":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2689" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:38 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -449,7 +449,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23fb6d61-79c1-4b16-b631-47eaacce4d97 + - e2cc4c4f-9f73-4016-a150-b13c2461afd8 status: 200 OK code: 200 duration: "" @@ -460,25 +460,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.130061+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:13.358083+00:00","name":"tf-srv-recursing-cerf","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":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2720" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -488,7 +488,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8d6291d-18fa-4ea7-ade2-b471b7f72f33 + - 0c27ddb6-943b-453b-a194-c7cda133ef80 status: 200 OK code: 200 duration: "" @@ -499,25 +499,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.130061+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:13.358083+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2720" + - "2754" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -527,7 +527,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c84e86b-550c-4247-82ad-4b8dc5b0e7d6 + - af5e2f61-20d1-4117-a7fd-db0f9565d39f status: 200 OK code: 200 duration: "" @@ -538,19 +538,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: - body: '{"user_data":[]}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:13.358083+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "17" + - "2754" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:40:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -560,7 +566,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b7cd506-35b8-4d1f-b6aa-4cb24407fb23 + - ff93deb3-841b-40ff-9677-b2559a2ba887 status: 200 OK code: 200 duration: "" @@ -571,22 +577,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: - body: '{"private_nics":[]}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:43.911654+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "20" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -596,9 +605,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8db0d43f-b11c-487d-9a9f-d7e3b0729932 - X-Total-Count: - - "0" + - ccabb3c5-d9da-46c6-918f-afc7492ad824 status: 200 OK code: 200 duration: "" @@ -609,25 +616,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.130061+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:43.911654+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2720" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -637,32 +644,66 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57e963dc-a0b4-4384-9551-f8b12a12a56b + - dcaeaf82-233f-4bef-bcbd-61e350d60083 status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311"}' + body: "" form: {} headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/user_data + method: GET + response: + body: '{"user_data":[]}' + headers: + Content-Length: + - "17" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json + Date: + - Mon, 10 Jul 2023 07:40:49 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0e9b6f1c-dacd-456d-9aed-94d66da33301 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics + method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.127299+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "376" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:40:49 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -672,9 +713,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff618f06-bb15-468a-9d8d-e8bcc1753351 - status: 201 Created - code: 201 + - 0229361d-f38a-4922-878c-79ab6f6b5fc4 + X-Total-Count: + - "0" + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -683,19 +726,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.513782+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:43.911654+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "376" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:44 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -705,10 +754,45 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 538a2ae0-6f04-4964-93f8-d711fa576dfd + - be6af268-d063-4c61-8ae1-790cf23f511e status: 200 OK code: 200 duration: "" +- request: + body: '{"private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics + method: POST + response: + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.115352+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' + headers: + Content-Length: + - "376" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:50 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9f51d2e8-d20f-4627-a7fc-9dc9c217f223 + status: 201 Created + code: 201 + duration: "" - request: body: "" form: {} @@ -716,10 +800,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.784902+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.115352+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -728,7 +812,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:50 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -738,7 +822,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef45d778-5268-4319-ae9d-7237080f6354 + - 2ba75745-d99e-4ad7-bbf4-9d709ffe69fe status: 200 OK code: 200 duration: "" @@ -749,10 +833,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.784902+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.979220+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -761,7 +845,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:55 GMT + - Mon, 10 Jul 2023 07:40:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -771,7 +855,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b7d7308-cb01-4bc3-a748-9cbc403a72ce + - a6d0f1c9-1882-44b3-9f80-904a93f51e47 status: 200 OK code: 200 duration: "" @@ -782,10 +866,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.784902+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.979220+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -794,7 +878,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:41:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -804,7 +888,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15dd4af4-27da-4b7a-84e4-b6be184b81fd + - 95f2ec43-6b7f-4cc4-a9df-f5652e41bf75 status: 200 OK code: 200 duration: "" @@ -815,10 +899,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.784902+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.979220+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -827,7 +911,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:05 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -837,7 +921,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce1d50e5-9b5d-4bd0-ba5e-a1d2ee47305c + - a4debb92-a513-49bc-98f4-c95eaaf33ac0 status: 200 OK code: 200 duration: "" @@ -848,10 +932,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.784902+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.979220+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -860,7 +944,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:10 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -870,7 +954,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9ca2344-3fe9-4f5d-8b8f-53ac8d394c07 + - 8bf7eaae-3d93-4d81-b8ab-d8bbe10a1149 status: 200 OK code: 200 duration: "" @@ -881,10 +965,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:51:44.784902+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:40:50.979220+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -893,7 +977,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:15 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -903,7 +987,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0cfbb7f-165f-4a00-a9f9-298219455058 + - c44cfdf0-d57b-44d0-b2bd-8654e114129e status: 200 OK code: 200 duration: "" @@ -914,10 +998,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -926,7 +1010,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:20 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -936,7 +1020,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d867840-d3ab-42a2-b153-73132e5e2bba + - 70633e9b-8bf0-48d5-9025-c4a613848ccf status: 200 OK code: 200 duration: "" @@ -947,10 +1031,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -959,7 +1043,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:20 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -969,7 +1053,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2dfd7fc5-c46b-4123-94d1-1e1e4096525c + - 81f072be-4e4a-47fe-8df1-37b9d151ee5d status: 200 OK code: 200 duration: "" @@ -980,10 +1064,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -992,7 +1076,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:20 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1002,7 +1086,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9db68c28-a2ed-4de8-9060-e661dcf027ff + - fb73f6ee-b6f9-44b1-8c32-7887cfa1716a status: 200 OK code: 200 duration: "" @@ -1013,19 +1097,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/306d6dd4-4838-4a3d-8cbf-cf77000d8311 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/f905d05b-9598-4f05-aa02-5d2ab401dfd7 method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.618788Z","id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","name":"TestAccScalewayInstancePrivateNIC_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:d3bb::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.618788Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.863935Z","id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","name":"TestAccScalewayInstancePrivateNIC_Basic","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.36.0/22","fd4a:c18e:554d:9941::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.863935Z","zone":"fr-par-1"}' headers: Content-Length: - - "373" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:21 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1035,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87a43c0e-b1c6-47c1-bdc6-baf5ec54156f + - 723163b6-94ba-4ff9-9b04-8c58b4dfea2f status: 200 OK code: 200 duration: "" @@ -1046,25 +1130,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.130061+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:43.911654+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3073" + - "3138" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:21 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1074,7 +1158,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2eed04b-eced-45af-8226-3322dce6447f + - 76e909f9-5068-43f3-9177-076fc7d9411a status: 200 OK code: 200 duration: "" @@ -1085,7 +1169,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/user_data method: GET response: body: '{"user_data":[]}' @@ -1097,7 +1181,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:21 GMT + - Mon, 10 Jul 2023 07:41:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1107,7 +1191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df1eae1a-78d4-4d7a-af35-6aee6bcaa500 + - 3858f8ea-4ddf-425e-a65c-897fe3309c5c status: 200 OK code: 200 duration: "" @@ -1118,10 +1202,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1130,9 +1214,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:25 GMT + - Mon, 10 Jul 2023 07:41:24 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1143,7 +1227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2e879a8-7b52-4b67-93a4-ae848697f089 + - f2b46d46-0d1a-44bb-80cc-d628b7eec4a0 X-Total-Count: - "1" status: 200 OK @@ -1156,10 +1240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1168,7 +1252,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:25 GMT + - Mon, 10 Jul 2023 07:41:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1178,7 +1262,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c215dc4-822f-46da-8680-a4824d51b8c3 + - 9fd5ab88-a9a7-40f6-a7bf-c60df4a4d308 status: 200 OK code: 200 duration: "" @@ -1189,10 +1273,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:44.127299+00:00","id":"a02c19b4-e556-40b0-9943-24a0d6a0bdc3","mac_address":"02:00:00:13:01:0b","modification_date":"2023-05-29T13:52:18.756644+00:00","private_network_id":"306d6dd4-4838-4a3d-8cbf-cf77000d8311","server_id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:50.115352+00:00","id":"13080d79-11f2-4c4c-815a-7e48ca5cb488","mac_address":"02:00:00:13:57:3e","modification_date":"2023-07-10T07:41:21.910169+00:00","private_network_id":"f905d05b-9598-4f05-aa02-5d2ab401dfd7","server_id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1201,7 +1285,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:26 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1211,7 +1295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f4bf640-cde3-487c-9be8-42364837a37f + - d943de14-dbce-46b6-943e-a8aec94e7efc status: 200 OK code: 200 duration: "" @@ -1222,7 +1306,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: DELETE response: body: "" @@ -1230,7 +1314,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:52:27 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1240,7 +1324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4e65c48-7d6f-405c-9a5c-3140cc3c3c80 + - ddea96d4-6c29-4134-aa24-2cde5a4d8b96 status: 204 No Content code: 204 duration: "" @@ -1251,11 +1335,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"message":"Private Nic \"a02c19b4-e556-40b0-9943-24a0d6a0bdc3\" or server - \"5619bc32-ddc3-4f6d-87c9-98d42241b01b\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"13080d79-11f2-4c4c-815a-7e48ca5cb488\" or server + \"fa445f22-8d89-47ae-b451-5ed3c7adb7e1\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -1264,7 +1348,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:27 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1274,7 +1358,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc19ad87-1728-488c-9c32-5bdbf81158ac + - c2d40cec-5223-4640-a7f1-e4ad97bc20dc status: 404 Not Found code: 404 duration: "" @@ -1285,25 +1369,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:42.130061+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:40:43.911654+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2777" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:27 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1313,7 +1397,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bdab71c8-abba-4702-93a6-8ba03d0b6f7d + - 09adbdc0-ce68-450a-a458-df1836272d4c status: 200 OK code: 200 duration: "" @@ -1324,7 +1408,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/306d6dd4-4838-4a3d-8cbf-cf77000d8311 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/f905d05b-9598-4f05-aa02-5d2ab401dfd7 method: DELETE response: body: "" @@ -1334,7 +1418,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:27 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1344,7 +1428,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5be21038-f3f7-4444-b936-8925b98217dd + - 811bf6b2-df51-4763-85e3-023202af3e73 status: 204 No Content code: 204 duration: "" @@ -1357,10 +1441,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/action","href_result":"/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b","id":"483aec0b-306b-4380-8a2e-4f814b5f0c0e","started_at":"2023-05-29T13:52:28.641884+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/action","href_result":"/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1","id":"be26dbd5-ae21-494f-ac02-f4b5029d80db","started_at":"2023-07-10T07:41:26.921580+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1369,9 +1453,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:28 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/483aec0b-306b-4380-8a2e-4f814b5f0c0e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/be26dbd5-ae21-494f-ac02-f4b5029d80db Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1381,7 +1465,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67400e0e-3fec-42b6-8d3e-2ecaa8f0f8f7 + - 87fd9323-14e4-404f-8317-b21712e117c9 status: 202 Accepted code: 202 duration: "" @@ -1392,64 +1476,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2680" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:52:28 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 40cc2ce4-4722-4479-91e2-89fe1450f463 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1459,7 +1504,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfa3cf09-c57f-4c26-82a3-1b4bc9ed7daf + - b16f4a70-6932-4a33-bf45-10cf5490a414 status: 200 OK code: 200 duration: "" @@ -1470,25 +1515,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:39 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1498,7 +1543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e26ce92b-f674-4540-88bd-abd34b6c0d4c + - b93b0523-cd1f-4744-b506-789eb11f9103 status: 200 OK code: 200 duration: "" @@ -1509,25 +1554,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:44 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1537,7 +1582,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d2b3e1e2-3e6f-443b-8679-1c84be60a5e1 + - 2de81c92-2cd5-4c53-a315-65b22e3ca98f status: 200 OK code: 200 duration: "" @@ -1548,25 +1593,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:49 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1576,7 +1621,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93933e93-d3a6-416b-bd3c-a2846092122d + - aa54420e-5d24-4e5f-a84f-38ec43d92e15 status: 200 OK code: 200 duration: "" @@ -1587,25 +1632,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:54 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1615,7 +1660,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 670502a7-90c4-49a7-979a-623632863a94 + - 1e3cf945-a0c3-49f2-bd37-8b27b65e9713 status: 200 OK code: 200 duration: "" @@ -1626,25 +1671,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:00 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1654,7 +1699,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b00937e-aeb6-458e-b463-9797c8dd8967 + - 1e47e8d4-e648-463b-976c-814a5db0bb94 status: 200 OK code: 200 duration: "" @@ -1665,25 +1710,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:05 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1693,7 +1738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8907fb5b-f65c-45bb-a6ba-8a58c9bebf46 + - f76ff766-fdb8-4532-bba1-d32ca8b3805e status: 200 OK code: 200 duration: "" @@ -1704,25 +1749,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:27.939905+00:00","name":"tf-srv-affectionate-yonath","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"101","node_id":"37","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:41:26.543282+00:00","name":"tf-srv-recursing-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.0.73","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2680" + - "2745" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:11 GMT + - Mon, 10 Jul 2023 07:42:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1732,7 +1777,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 913d6bf9-73e2-4983-a650-b87f90e70c52 + - feb0fc61-6e8e-4836-8947-a00ecbf4593f status: 200 OK code: 200 duration: "" @@ -1743,25 +1788,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:53:13.655095+00:00","name":"tf-srv-affectionate-yonath","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:42:08.400714+00:00","name":"tf-srv-recursing-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2558" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:16 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1771,7 +1816,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - efa41dbb-cad6-40c8-aa77-445b7b3c633a + - 6758d81d-82e4-4480-8e48-e894ec217b3a status: 200 OK code: 200 duration: "" @@ -1782,25 +1827,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:25.877248+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-affectionate-yonath","id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:53:13.655095+00:00","name":"tf-srv-affectionate-yonath","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.877248+00:00","export_uri":null,"id":"65aff7db-266c-4da1-bfa9-879139837eb9","modification_date":"2023-05-29T13:51:25.877248+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5619bc32-ddc3-4f6d-87c9-98d42241b01b","name":"tf-srv-affectionate-yonath"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:11.905959+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-recursing-cerf","id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ab","maintenances":[],"modification_date":"2023-07-10T07:42:08.400714+00:00","name":"tf-srv-recursing-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:11.905959+00:00","export_uri":null,"id":"6b294d56-7d4f-48fb-9735-3aaa1751fe85","modification_date":"2023-07-10T07:40:11.905959+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa445f22-8d89-47ae-b451-5ed3c7adb7e1","name":"tf-srv-recursing-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2558" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:16 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1810,7 +1855,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed54735e-10db-4bfe-b498-f3fee5ac7a06 + - fb96174f-476f-4844-af6b-815eef64f520 status: 200 OK code: 200 duration: "" @@ -1821,7 +1866,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: DELETE response: body: "" @@ -1829,7 +1874,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:53:16 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1839,7 +1884,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5cbdcab9-0bd5-4f42-9050-0ffe6028b09e + - 558d77ee-e6fa-4ca6-bb9b-48d37388b4db status: 204 No Content code: 204 duration: "" @@ -1850,10 +1895,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1 method: GET response: - body: '{"message":"\"5619bc32-ddc3-4f6d-87c9-98d42241b01b\" not found","type":"unknown_resource"}' + body: '{"message":"\"fa445f22-8d89-47ae-b451-5ed3c7adb7e1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1862,7 +1907,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:16 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1872,7 +1917,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f7bdea8-5004-4e10-b466-f2c00eeded0a + - 55102535-a8cb-4f91-a43d-d1b7fa30949b status: 404 Not Found code: 404 duration: "" @@ -1883,7 +1928,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/65aff7db-266c-4da1-bfa9-879139837eb9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6b294d56-7d4f-48fb-9735-3aaa1751fe85 method: DELETE response: body: "" @@ -1891,7 +1936,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:53:16 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1901,7 +1946,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83658f9b-b96e-4035-ab08-c22c79a5e41e + - 62c14c27-1040-4398-ba50-9caf0cc826ec status: 204 No Content code: 204 duration: "" @@ -1912,11 +1957,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5619bc32-ddc3-4f6d-87c9-98d42241b01b/private_nics/a02c19b4-e556-40b0-9943-24a0d6a0bdc3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa445f22-8d89-47ae-b451-5ed3c7adb7e1/private_nics/13080d79-11f2-4c4c-815a-7e48ca5cb488 method: GET response: - body: '{"message":"Private Nic \"a02c19b4-e556-40b0-9943-24a0d6a0bdc3\" or server - \"5619bc32-ddc3-4f6d-87c9-98d42241b01b\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"13080d79-11f2-4c4c-815a-7e48ca5cb488\" or server + \"fa445f22-8d89-47ae-b451-5ed3c7adb7e1\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -1925,7 +1970,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:16 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1935,7 +1980,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e56b4246-25a3-4f81-b67f-535fe0383870 + - 2e1b448f-61d4-4695-804c-7b6a28a8fc8c status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-private-nic-tags.cassette.yaml b/scaleway/testdata/instance-private-nic-tags.cassette.yaml index a448142fd5..376c0919b1 100644 --- a/scaleway/testdata/instance-private-nic-tags.cassette.yaml +++ b/scaleway/testdata/instance-private-nic-tags.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"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"],"id":"ce453858-557c-4f1c-a7a9-70026e67d054","label":"ubuntu_jammy","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"83b0da88-403f-41bf-b4ce-faf16dde2d13","label":"ubuntu_jammy","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"d3b9cc2d-37a2-46e8-918e-2443e7a1caab","label":"ubuntu_jammy","type":"unknown_type","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"],"id":"915cb204-e4b8-458e-9408-967a25a86f47","label":"ubuntu_jammy","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,33 +30,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 951ea042-89cb-4170-b1b9-c4f031f34eef + - f06a47a4-8ab1-467b-bce4-b1d5d8c08c80 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"TestAccScalewayInstancePrivateNIC_Tags","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + method: POST response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "36881" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT - Link: - - ; rel="next",; - rel="last" + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -66,34 +65,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbcc7cde-5b54-47b5-a37d-a4ed10786742 - X-Total-Count: - - "56" + - 0690c7fe-4af5-4d51-b069-9a8c4ee9341d status: 200 OK code: 200 duration: "" - request: - body: '{"name":"TestAccScalewayInstancePrivateNIC_Tags","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 + method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "372" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT + Link: + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -103,7 +101,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45183b05-4603-4e29-8612-7e99e0a296f9 + - 8f727ff5-6f22-4643-8529-b69e94f5f2ef + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" @@ -114,22 +114,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "4363" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -139,9 +136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41190511-4a5e-4055-821b-ce6c5b7d904a - X-Total-Count: - - "56" + - 798661d5-e177-4b4f-9d75-036005f93fed status: 200 OK code: 200 duration: "" @@ -152,19 +147,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "372" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -174,12 +172,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7970074a-5971-438a-9ea5-e9a941e83f68 + - 37423902-09c6-45f7-a524-33b234010029 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-beautiful-niel","dynamic_ip_required":false,"commercial_type":"PLAY2-PICO","image":"ce453858-557c-4f1c-a7a9-70026e67d054","volumes":{"0":{"volume_type":"b_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-vibrant-bhaskara","dynamic_ip_required":false,"commercial_type":"PLAY2-PICO","image":"915cb204-e4b8-458e-9408-967a25a86f47","volumes":{"0":{"boot":false,"volume_type":"b_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -192,22 +192,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -217,7 +217,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55b02c7d-a810-4f76-9785-b6051f768615 + - 1f893281-df49-4486-b2fe-a41e1f980b2a status: 201 Created code: 201 duration: "" @@ -228,25 +228,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -256,7 +256,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e78a1e8b-30b4-4cb1-ba83-e0f9956af318 + - 360b265d-bd5e-4062-942f-6656400b08ef status: 200 OK code: 200 duration: "" @@ -267,25 +267,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -295,7 +295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8d65dd1-0e49-4b4c-a73f-76d157b41434 + - 17064c5f-1d1e-4d7a-b783-0468ef22a569 status: 200 OK code: 200 duration: "" @@ -306,25 +306,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -334,7 +334,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51ddd940-53f4-4dd2-9dd3-99c19a51d2cd + - b2f4c499-284c-444a-81e5-2aa2e2622e84 status: 200 OK code: 200 duration: "" @@ -345,7 +345,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/user_data method: GET response: body: '{"user_data":[]}' @@ -357,7 +357,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -367,7 +367,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcc8af25-6a96-4c63-abd4-60b1871e5c53 + - b20c44a7-41c4-43fe-a7b0-20179cbcbf4f status: 200 OK code: 200 duration: "" @@ -378,7 +378,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: GET response: body: '{"private_nics":[]}' @@ -390,9 +390,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -403,7 +403,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7b2d683-cf2e-49cc-beaf-662ea5a72fbe + - b7f8916d-ace9-461f-a5bb-19dcdd8ba799 X-Total-Count: - "0" status: 200 OK @@ -416,25 +416,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -444,12 +444,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b42f64fc-28a9-4709-8316-8d50160bf66f + - 024228ce-fcf3-44b7-b50d-a96b6b3852ec status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24"}' + body: '{"private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e"}' form: {} headers: Content-Type: @@ -457,10 +457,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:26.925272+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -469,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -479,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1ef842e-77a9-49bc-86bc-619a4ed56c08 + - daf24304-62c9-40c7-bc09-b0dd050b5636 status: 201 Created code: 201 duration: "" @@ -490,10 +490,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:26.925272+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -502,7 +502,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -512,7 +512,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a9321a2f-e533-48bf-8375-8d2fd7676999 + - 91542b5a-19d5-448d-ad6c-c7d7ac1af959 status: 200 OK code: 200 duration: "" @@ -523,10 +523,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:26.925272+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -535,7 +535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -545,7 +545,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47d7c215-bb06-4f34-893e-6c35db4c6736 + - eb5e33ad-9f39-4fbc-94e9-2ad027ebac47 status: 200 OK code: 200 duration: "" @@ -556,10 +556,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:26.925272+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -568,7 +568,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -578,7 +578,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f61d37f-aa05-4897-a5c7-dc264669ab8a + - dc5e0b65-7e26-4f89-9fca-ac92e6347360 status: 200 OK code: 200 duration: "" @@ -589,19 +589,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "372" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -611,7 +611,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5438393-943b-4101-b835-4a4a160bf03c + - 06b82522-763e-4eb4-8915-4ab58360a3b8 status: 200 OK code: 200 duration: "" @@ -622,25 +622,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:27.664465+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2920" + - "3008" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -650,7 +650,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2d444ef-ebba-4a91-9789-10a64a13b5dc + - 2c3fba12-b975-4609-8585-f6cd0aeb4960 status: 200 OK code: 200 duration: "" @@ -661,7 +661,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/user_data method: GET response: body: '{"user_data":[]}' @@ -673,7 +673,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -683,7 +683,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b0e08e2-c90b-4ffa-a650-95ce8c1caef8 + - e82bb3b7-d378-4466-bc04-6cc606cf1c22 status: 200 OK code: 200 duration: "" @@ -694,10 +694,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:27.664465+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -706,9 +706,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -719,7 +719,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84c037fb-4f6f-4083-83a5-24fd481e3027 + - ed822902-b090-4f2a-90ff-e286619bc3a8 X-Total-Count: - "1" status: 200 OK @@ -732,10 +732,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:27.664465+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:13.468253+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -744,7 +744,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -754,7 +754,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4fa0fe61-e77f-4d0d-865d-5af6e2b811b9 + - d0b8f07d-fba7-4e67-9bdc-e850726e1ac3 status: 200 OK code: 200 duration: "" @@ -765,19 +765,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "372" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -787,7 +787,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e946c8c0-5a32-442a-aa75-00a7f06b5a32 + - 8ebce426-c878-40d4-b29d-937960da1341 status: 200 OK code: 200 duration: "" @@ -798,25 +798,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:27.664465+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:15.065026+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2920" + - "3008" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -826,7 +826,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0e3a6a5-7a10-40ab-94b0-7b148029d341 + - 1431652c-8fbf-4be4-9b60-0096c2e33a0b status: 200 OK code: 200 duration: "" @@ -837,7 +837,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/user_data method: GET response: body: '{"user_data":[]}' @@ -849,7 +849,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -859,7 +859,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3b53e27-a589-4789-b212-ed3a2796d735 + - ca090809-9867-4a4a-8d3b-7c2d4bc7c64f status: 200 OK code: 200 duration: "" @@ -870,10 +870,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:27.664465+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:15.065026+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -882,9 +882,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:28 GMT + - Mon, 10 Jul 2023 07:40:15 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -895,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a555005-9638-4ada-a13b-dde570531e18 + - 757164d9-67c1-4535-9a86-58a3b916d0c1 X-Total-Count: - "1" status: 200 OK @@ -908,10 +908,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:27.664465+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:15.065026+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -920,7 +920,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:29 GMT + - Mon, 10 Jul 2023 07:40:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -930,7 +930,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e7fee86-734f-4223-bcc8-783d4449e0e6 + - 92dc6c27-13fb-48ad-b144-0991717cecef status: 200 OK code: 200 duration: "" @@ -943,10 +943,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: PATCH response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' headers: Content-Length: - "392" @@ -955,7 +955,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:29 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -965,7 +965,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f36c1ad1-efb5-4944-9a55-75815c219422 + - 2bcab441-b711-4885-8a88-81694c66938e status: 200 OK code: 200 duration: "" @@ -976,10 +976,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' headers: Content-Length: - "392" @@ -988,7 +988,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:29 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -998,7 +998,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e4f7c63-88b1-4ba6-b542-4de573bc22ff + - 587c6c48-6b40-4e75-9174-cc3f2e2fa7dd status: 200 OK code: 200 duration: "" @@ -1009,10 +1009,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' headers: Content-Length: - "392" @@ -1021,7 +1021,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:29 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1031,7 +1031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbb8a2fa-e363-4e09-89c9-d3c38fea7401 + - 8bb14059-faa6-4e68-a070-882d7d18fcf3 status: 200 OK code: 200 duration: "" @@ -1042,19 +1042,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "372" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:30 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1064,7 +1064,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1744ba41-5147-4150-8131-bbf312dd1f1a + - 92086718-949b-4923-a29c-ba929435b1fb status: 200 OK code: 200 duration: "" @@ -1075,25 +1075,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2934" + - "3022" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:30 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1103,7 +1103,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddfd6357-797c-4a33-871b-0d025cf6e151 + - 0778861d-f1f2-4368-9889-628d6d5ec662 status: 200 OK code: 200 duration: "" @@ -1114,7 +1114,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/user_data method: GET response: body: '{"user_data":[]}' @@ -1126,7 +1126,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:30 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1136,7 +1136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a574e5c8-fa5a-43ee-af1e-0350e24da8de + - 14e54f93-67ca-4b2c-a1b4-a2d27c563b9a status: 200 OK code: 200 duration: "" @@ -1147,10 +1147,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}]}' headers: Content-Length: - "395" @@ -1159,9 +1159,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:30 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1172,7 +1172,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e93db6c6-961a-4db5-a2ab-99f46c53b7e3 + - 3020f908-1d5b-44ff-b6d8-3a5cc32e92a1 X-Total-Count: - "1" status: 200 OK @@ -1185,10 +1185,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' headers: Content-Length: - "392" @@ -1197,7 +1197,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:30 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1207,7 +1207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bfb54f3-4cf3-43b0-a2a4-e81a3b8dda80 + - f3911a76-907e-48f6-861f-81f4646ea8d9 status: 200 OK code: 200 duration: "" @@ -1218,19 +1218,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "372" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:30 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1240,7 +1240,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0c1e877-2adf-4553-b174-296c3ca709a1 + - 0fe4dd5a-711c-4400-9f4f-6c21841044b3 status: 200 OK code: 200 duration: "" @@ -1251,25 +1251,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2934" + - "3022" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:31 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1279,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12a736e8-551d-45af-8e46-5ebdedc0736a + - 765769e8-f228-4b04-91de-c25783fd97ce status: 200 OK code: 200 duration: "" @@ -1290,7 +1290,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/user_data method: GET response: body: '{"user_data":[]}' @@ -1302,7 +1302,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:31 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1312,7 +1312,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 082c8794-6895-435c-8e2f-908afd7dac58 + - dd95c8ef-8b53-47bb-8b40-cd941d7f0e92 status: 200 OK code: 200 duration: "" @@ -1323,10 +1323,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}]}' headers: Content-Length: - "395" @@ -1335,9 +1335,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:31 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1348,7 +1348,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d50cd83e-a814-47de-b310-f32be9d356ca + - 696755e4-f7c1-40a8-a05e-d177c519994b X-Total-Count: - "1" status: 200 OK @@ -1361,10 +1361,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:29.565796+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:16.454318+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":["tag1","tag2"],"zone":"fr-par-1"}}' headers: Content-Length: - "392" @@ -1373,7 +1373,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:31 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1383,7 +1383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f363507d-7907-414d-ad8d-10bd75f8f739 + - b44e0571-ea7e-455a-af17-3dfa3db1f57b status: 200 OK code: 200 duration: "" @@ -1396,10 +1396,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: PATCH response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1408,7 +1408,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:31 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1418,7 +1418,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 883befc6-5d2c-4414-851b-1f87a307b1da + - c50d0a61-0199-4496-a26c-4a80bb85052b status: 200 OK code: 200 duration: "" @@ -1429,10 +1429,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1441,7 +1441,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:31 GMT + - Mon, 10 Jul 2023 07:40:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1451,7 +1451,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 506d90ee-14b3-42de-b5c9-c40592a20a6a + - f6d5180b-493a-46db-a0f0-e516e96389bd status: 200 OK code: 200 duration: "" @@ -1462,10 +1462,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1474,7 +1474,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1484,7 +1484,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54d0edeb-1651-45bc-a7b3-597e71bfb87b + - e5ffce2d-0f34-4aee-8d56-61a7c3ffc53b status: 200 OK code: 200 duration: "" @@ -1495,19 +1495,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e method: GET response: - body: '{"created_at":"2023-05-29T13:51:25.560112Z","id":"e68f6185-c947-47fa-89f1-c54051a37a24","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:df40::/64"],"tags":[],"updated_at":"2023-05-29T13:51:25.560112Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.634569Z","id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","name":"TestAccScalewayInstancePrivateNIC_Tags","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.32.0/22","fd4a:c18e:554d:fffe::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.634569Z","zone":"fr-par-1"}' headers: Content-Length: - - "372" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1517,7 +1517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c80bad8-4f59-45d4-965b-3918d531dc3a + - aa959d69-fbff-4cac-9146-45b780f4b893 status: 200 OK code: 200 duration: "" @@ -1528,25 +1528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2920" + - "3008" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1556,7 +1556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a325a70-d4ae-48a2-a551-c7838d1e118b + - 5ed66197-2461-4939-85d8-03495c165f3d status: 200 OK code: 200 duration: "" @@ -1567,7 +1567,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/user_data method: GET response: body: '{"user_data":[]}' @@ -1579,7 +1579,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1589,7 +1589,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f773aa0-4b95-4a33-a4d2-a05fc8dc2575 + - e6b560e7-ccfa-469b-8922-6e494a444f90 status: 200 OK code: 200 duration: "" @@ -1600,10 +1600,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1612,9 +1612,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:23 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1625,7 +1625,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 275b1243-189d-4363-8aa9-fe96cf3661a3 + - 26719d1a-a720-417e-9402-c36e91110d64 X-Total-Count: - "1" status: 200 OK @@ -1638,10 +1638,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1650,7 +1650,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:33 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1660,7 +1660,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a20417f8-d93e-4fc5-8f40-f2c0b944bf9a + - 750f9bd5-2225-4477-b558-4f8d2b72fc53 status: 200 OK code: 200 duration: "" @@ -1671,10 +1671,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T13:51:26.925272+00:00","id":"b124cf09-dbe2-4c72-89f6-b09c95baad12","mac_address":"02:00:00:13:01:09","modification_date":"2023-05-29T13:51:31.752597+00:00","private_network_id":"e68f6185-c947-47fa-89f1-c54051a37a24","server_id":"375453f8-9c3c-48b0-a841-ad50ea051771","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:13.468253+00:00","id":"8e96fd46-1366-4806-b259-f2a9f402f8ae","mac_address":"02:00:00:13:57:34","modification_date":"2023-07-10T07:40:20.789087+00:00","private_network_id":"8e86fb55-952d-4d3d-a67e-f15c9f59b24e","server_id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1683,7 +1683,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:33 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1693,7 +1693,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6f44984-0c1a-4b92-8d6a-3a39b68a3b06 + - df8d9e38-1499-418f-9be6-65d52e30175d status: 200 OK code: 200 duration: "" @@ -1704,7 +1704,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: DELETE response: body: "" @@ -1712,7 +1712,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:51:33 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1722,7 +1722,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d9d2e6e-cc10-4c67-a7a2-3d87e689af0c + - 3ebaf8c3-552d-4f0b-a94c-f444fb8e5651 status: 204 No Content code: 204 duration: "" @@ -1733,11 +1733,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"message":"Private Nic \"b124cf09-dbe2-4c72-89f6-b09c95baad12\" or server - \"375453f8-9c3c-48b0-a841-ad50ea051771\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"8e96fd46-1366-4806-b259-f2a9f402f8ae\" or server + \"79011a7e-a65f-4d0f-b96c-43429dfb0481\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -1746,7 +1746,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:33 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1756,7 +1756,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c15b6b46-5491-4d96-b143-350a4ee12d51 + - 40ec5d75-6869-485e-8b4a-89834b8a315f status: 404 Not Found code: 404 duration: "" @@ -1767,25 +1767,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2559" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:33 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1795,7 +1795,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68f845c6-9e04-409b-b683-d6e50447ade0 + - 6077491d-003f-4b06-9022-0b5fecdd775a status: 200 OK code: 200 duration: "" @@ -1806,17 +1806,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/e68f6185-c947-47fa-89f1-c54051a37a24 - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 + method: GET response: - body: "" + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-07-10T07:40:12.135388+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-bhaskara","id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:af","maintenances":[],"modification_date":"2023-07-10T07:40:12.135388+00:00","name":"tf-srv-vibrant-bhaskara","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.135388+00:00","export_uri":null,"id":"7e09b535-3153-46bc-a1cf-8fc69f9a1ddc","modification_date":"2023-07-10T07:40:12.135388+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"79011a7e-a65f-4d0f-b96c-43429dfb0481","name":"tf-srv-vibrant-bhaskara"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: + Content-Length: + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:34 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1826,9 +1834,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4078e876-663f-429d-9f6d-cfcee04fd57d - status: 204 No Content - code: 204 + - 6c2f477f-66e4-46c2-b8e5-0446a3ce1a20 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -1837,25 +1845,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/8e86fb55-952d-4d3d-a67e-f15c9f59b24e + method: DELETE response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"PLAY2-PICO","creation_date":"2023-05-29T13:51:25.864597+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-niel","id":"375453f8-9c3c-48b0-a841-ad50ea051771","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:25.864597+00:00","name":"tf-srv-beautiful-niel","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:25.864597+00:00","export_uri":null,"id":"8f66ffb8-c15c-4723-947d-b0c510965f91","modification_date":"2023-05-29T13:51:25.864597+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"375453f8-9c3c-48b0-a841-ad50ea051771","name":"tf-srv-beautiful-niel"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: "" headers: - Content-Length: - - "2559" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:34 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1865,9 +1865,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff2b750a-fe0d-4120-999a-3b27226fc4e6 - status: 200 OK - code: 200 + - df5d816e-3cbc-4583-a83a-3a365009247f + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -1876,7 +1876,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: DELETE response: body: "" @@ -1884,7 +1884,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:51:34 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1894,7 +1894,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68b57313-4009-4367-8deb-e3030dcbb904 + - e49af6e1-35d7-4b20-9581-a84a9634cbc7 status: 204 No Content code: 204 duration: "" @@ -1905,10 +1905,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481 method: GET response: - body: '{"message":"\"375453f8-9c3c-48b0-a841-ad50ea051771\" not found","type":"unknown_resource"}' + body: '{"message":"\"79011a7e-a65f-4d0f-b96c-43429dfb0481\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1917,7 +1917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:34 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1927,7 +1927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14b348b2-613c-4da8-b859-82bd1f14e1db + - 029ee3b4-05ca-4185-8401-858b049f7b4a status: 404 Not Found code: 404 duration: "" @@ -1938,7 +1938,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/8f66ffb8-c15c-4723-947d-b0c510965f91 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7e09b535-3153-46bc-a1cf-8fc69f9a1ddc method: DELETE response: body: "" @@ -1946,7 +1946,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:51:34 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1956,7 +1956,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6505be27-2a52-4a8d-81fb-a4490cc54099 + - c7943f83-7d6b-40ac-8a84-0f6db6f06f24 status: 204 No Content code: 204 duration: "" @@ -1967,11 +1967,11 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/375453f8-9c3c-48b0-a841-ad50ea051771/private_nics/b124cf09-dbe2-4c72-89f6-b09c95baad12 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/79011a7e-a65f-4d0f-b96c-43429dfb0481/private_nics/8e96fd46-1366-4806-b259-f2a9f402f8ae method: GET response: - body: '{"message":"Private Nic \"b124cf09-dbe2-4c72-89f6-b09c95baad12\" or server - \"375453f8-9c3c-48b0-a841-ad50ea051771\" not found","type":"unknown_resource"}' + body: '{"message":"Private Nic \"8e96fd46-1366-4806-b259-f2a9f402f8ae\" or server + \"79011a7e-a65f-4d0f-b96c-43429dfb0481\" not found","type":"unknown_resource"}' headers: Content-Length: - "156" @@ -1980,7 +1980,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:34 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1990,7 +1990,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bccaa8ad-ac4a-4088-bf18-ac3e393a0b24 + - ea393d43-b52e-4a64-ac35-3dc87102b382 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-additional-volumes-detach.cassette.yaml b/scaleway/testdata/instance-server-additional-volumes-detach.cassette.yaml index 27f0a63b08..94dd62d018 100644 --- a/scaleway/testdata/instance-server-additional-volumes-detach.cassette.yaml +++ b/scaleway/testdata/instance-server-additional-volumes-detach.cassette.yaml @@ -13,7 +13,7 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.242543+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:15.909012+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "427" @@ -22,9 +22,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0eb3e19d-0c68-47f2-9aa7-8d97b9c101fd + - 40759b78-3818-4791-be88-c463624f71ce status: 201 Created code: 201 duration: "" @@ -45,10 +45,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.242543+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:15.909012+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "427" @@ -57,7 +57,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c6eb6b2-c08d-433e-abdd-1451b98831a8 + - 1327f45f-901d-4245-88fa-40f459dcae7c status: 200 OK code: 200 duration: "" @@ -78,10 +78,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.242543+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:15.909012+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "427" @@ -90,7 +90,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3635017a-261f-43c7-9ce2-89af25dfabb3 + - 5368b5b8-1d58-4d12-9b5a-31d4a7cc17e9 status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50b15218-0e5c-4d3e-a9d2-85ce7ba5d007 + - da308d98-ef19-45f3-8600-59758b0b5f40 status: 200 OK code: 200 duration: "" @@ -147,16 +147,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Link: - ; rel="next",; rel="last" @@ -169,7 +169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 483f51fc-2848-4a01-be48-f3572e94f0fd + - ae545f22-a989-43b5-818e-de1bedd0ea9b X-Total-Count: - "56" status: 200 OK @@ -185,16 +185,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37820c45-d0a7-4408-bf00-a7f1c83dbc51 + - ebbe65a2-329a-4a00-9a1c-df49cbebb394 X-Total-Count: - "56" status: 200 OK @@ -220,10 +220,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.242543+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:15.909012+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "427" @@ -232,7 +232,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -242,12 +242,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7809e8b-863f-4b0d-bf09-78e270357aaa + - d4657809-4ceb-4643-8d61-cf530ea1aeb2 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"foobar","dynamic_ip_required":true,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"},"1":{"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","name":"foobar"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"foobar","dynamic_ip_required":true,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"},"1":{"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","name":"foobar"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -260,22 +260,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2994" + - "3076" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -285,7 +285,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6e5c74e-b683-462c-bd8e-240491c3b013 + - 8d49aa9f-6981-4a4c-a057-75fda49f1476 status: 201 Created code: 201 duration: "" @@ -296,25 +296,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2994" + - "3076" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -324,7 +324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 79e6db14-c419-4cf6-ad65-209786ff6fbb + - d4b7123f-f4c1-489d-bbe8-825f515390e7 status: 200 OK code: 200 duration: "" @@ -335,25 +335,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2994" + - "3076" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -363,7 +363,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 605523aa-1388-419b-a4d4-c5d017bc076d + - 330e9b14-b0f7-4a5a-ac3c-fb7ae29c2a61 status: 200 OK code: 200 duration: "" @@ -376,10 +376,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/action","href_result":"/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9","id":"e8a92d40-ba59-4148-9669-861ca85a6286","started_at":"2023-05-29T12:12:39.909145+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/action","href_result":"/servers/47caf149-00d7-4a6b-9481-debe6735a3e3","id":"fbd4d34d-6c96-4677-89ad-6554a465a986","started_at":"2023-07-10T07:42:18.473632+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -388,9 +388,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:18 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e8a92d40-ba59-4148-9669-861ca85a6286 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/fbd4d34d-6c96-4677-89ad-6554a465a986 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -400,7 +400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a36b8f8-c9db-41f7-a490-7ed9bb7a3be5 + - 415daf71-9012-4526-8fc0-3b5d63838c3c status: 202 Accepted code: 202 duration: "" @@ -411,25 +411,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.544386+00:00","name":"foobar","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,"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:18.149226+00:00","name":"foobar","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":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3016" + - "3098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -439,7 +439,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20336bd1-70a2-4c6f-873b-ce3d1c60ab6b + - d755d669-90c7-4d21-bf25-5cc12d310fe0 status: 200 OK code: 200 duration: "" @@ -450,25 +450,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.544386+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:18.149226+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3211" + - "3548" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -478,7 +478,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 970dc07a-8cd8-453a-aa31-cba2b6bfa015 + - 513f910b-4e2b-447e-9545-7483f27d5f3c status: 200 OK code: 200 duration: "" @@ -489,25 +489,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.544386+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:18.149226+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3211" + - "3548" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -517,7 +517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9eac5da-d712-40db-8831-c16e2803f692 + - bd23ad40-a6a8-4913-b655-73ccc0cff846 status: 200 OK code: 200 duration: "" @@ -528,64 +528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.544386+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3211" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4834660d-8cd0-4673-8cf8-951400f6d2e1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3242" + - "3579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -595,7 +556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8f89fb4-dd9a-4765-80ab-36be4cfae8f3 + - 01ca34c1-0ea9-4e72-8ade-c912e389074b status: 200 OK code: 200 duration: "" @@ -606,25 +567,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3242" + - "3579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -634,7 +595,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5a6bc63-3466-47b6-8123-8a347f90024d + - 6677d612-42a9-473f-8704-34ee0f7789c8 status: 200 OK code: 200 duration: "" @@ -645,7 +606,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/user_data method: GET response: body: '{"user_data":[]}' @@ -657,7 +618,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -667,7 +628,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 269cb910-9b39-4f51-9a49-f4290a7e0fcc + - bea2c301-38cf-4ea1-83c5-a4c952eb034a status: 200 OK code: 200 duration: "" @@ -678,7 +639,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/private_nics method: GET response: body: '{"private_nics":[]}' @@ -690,9 +651,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -703,7 +664,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40839d48-0b77-4c74-85cf-4eff62b79c14 + - e2900145-5442-47ac-bb19-61ba6930a282 X-Total-Count: - "0" status: 200 OK @@ -716,10 +677,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "487" @@ -728,7 +689,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -738,7 +699,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7632c255-da5a-431d-b197-3a3df6d27a64 + - 5470b54a-91ec-4a0a-aa3c-abaca7af2d82 status: 200 OK code: 200 duration: "" @@ -749,25 +710,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3242" + - "3579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -777,7 +738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 438d4bf1-f7da-4576-8221-8d951bfb293a + - f733f1e1-fa68-44c9-a5ef-696d1de6ad73 status: 200 OK code: 200 duration: "" @@ -788,7 +749,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/user_data method: GET response: body: '{"user_data":[]}' @@ -800,7 +761,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -810,7 +771,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61ad183c-9627-40d5-ae10-67f70a1c89b7 + - 892a8f15-8626-46ba-8ce7-e90fa4d7b1b5 status: 200 OK code: 200 duration: "" @@ -821,7 +782,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/private_nics method: GET response: body: '{"private_nics":[]}' @@ -833,9 +794,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -846,7 +807,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75cbc863-3c48-483d-becd-56aa1b61b15b + - a04dc60f-55ae-47e6-a257-e5bef0243a71 X-Total-Count: - "0" status: 200 OK @@ -859,10 +820,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "487" @@ -871,7 +832,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -881,7 +842,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db592813-aecc-4cef-b1e5-18c99af715a7 + - cf0386f5-d14d-408a-9244-a658c71bc3c5 status: 200 OK code: 200 duration: "" @@ -892,25 +853,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3242" + - "3579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -920,7 +881,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c249359b-9bac-474c-8fa9-a506d3908139 + - e2a84959-2d5c-4b93-b939-70d18615aff2 status: 200 OK code: 200 duration: "" @@ -931,7 +892,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/user_data method: GET response: body: '{"user_data":[]}' @@ -943,7 +904,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -953,7 +914,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04a61372-853d-4238-8c2c-6cf25caa371e + - 80fd46cb-666f-4524-8034-e7b55572e6b8 status: 200 OK code: 200 duration: "" @@ -964,7 +925,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/private_nics method: GET response: body: '{"private_nics":[]}' @@ -976,9 +937,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -989,7 +950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b3463c9-d186-4beb-8480-aabd36a2da94 + - 3d5187e7-7b62-473c-a40d-e27d1557f8e2 X-Total-Count: - "0" status: 200 OK @@ -1002,25 +963,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3242" + - "3579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1030,12 +991,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b34fc8f0-bf97-4166-9576-e85b701a4c55 + - 632b3583-f41c-46d2-9b67-8433de046db9 status: 200 OK code: 200 duration: "" - request: - body: '{"volumes":{"0":{"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","name":"tf-vol-nervous-galois"}}}' + body: '{"volumes":{"0":{"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","boot":false,"name":"tf-vol-nostalgic-agnesi"}}}' form: {} headers: Content-Type: @@ -1043,25 +1004,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2745" + - "3082" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1071,7 +1032,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bbdc7a7-35d9-4b27-9ab3-e9a4686c058e + - 9bcc561b-ee68-4cb7-ace5-6b438aa16774 status: 200 OK code: 200 duration: "" @@ -1082,25 +1043,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2745" + - "3082" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1110,7 +1071,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68e5c6e8-cd6c-42d4-8a37-be1051566cf1 + - 194ad3d2-dc3a-4388-b931-61e54000217d status: 200 OK code: 200 duration: "" @@ -1121,25 +1082,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"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":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2745" + - "3082" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1149,7 +1110,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 198c7388-8557-4493-b44b-9abda724b2c7 + - fe36597f-1917-4aaf-9f4d-24045170a43f status: 200 OK code: 200 duration: "" @@ -1160,7 +1121,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/user_data method: GET response: body: '{"user_data":[]}' @@ -1172,7 +1133,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1182,7 +1143,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be98416d-fa33-489f-a5ad-c6dbf39bb0d2 + - 44f6c78d-7de5-4e63-8992-5058666c10b3 status: 200 OK code: 200 duration: "" @@ -1193,7 +1154,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1205,9 +1166,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1218,7 +1179,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74171ada-6585-4919-bcec-830a60016e16 + - 239bf5cb-25b7-4ea6-a7e8-3348ed0d469d X-Total-Count: - "0" status: 200 OK @@ -1231,10 +1192,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:39.936728+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "428" @@ -1243,7 +1204,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1253,7 +1214,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c541fc3d-0f74-44a4-ba03-ef66477da063 + - 7bcdffd6-fc79-400b-922c-570eb72611ed status: 200 OK code: 200 duration: "" @@ -1264,10 +1225,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:39.936728+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "428" @@ -1276,7 +1237,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1286,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30567c58-d8b3-4ca4-887c-005d1eb20263 + - 949e1a29-b7b0-4ec5-b663-f96e456a030c status: 200 OK code: 200 duration: "" @@ -1297,25 +1258,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2745" + - "3074" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1325,7 +1286,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 441caca5-479c-4c3d-9e25-44f8868aa402 + - 7e1bd2f6-0655-4882-8563-761ad2bd8eb6 status: 200 OK code: 200 duration: "" @@ -1336,7 +1297,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/user_data method: GET response: body: '{"user_data":[]}' @@ -1348,7 +1309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1358,7 +1319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9561da95-f04c-4712-95b4-764e4908b0d1 + - 9a86aaf3-3296-433f-9c69-c014e3e2486b status: 200 OK code: 200 duration: "" @@ -1369,7 +1330,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1381,9 +1342,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1394,7 +1355,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bdfa18f6-a6bd-4ed0-b711-154828cecd81 + - 978f1b3e-870e-4764-bea5-210a0190d38b X-Total-Count: - "0" status: 200 OK @@ -1407,10 +1368,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:39.936728+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "428" @@ -1419,7 +1380,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1429,7 +1390,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe490c6c-97a2-4724-881f-6741b4562844 + - 15677e02-377e-44da-a9d9-6240201be3db status: 200 OK code: 200 duration: "" @@ -1440,25 +1401,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:00.372735+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.214.148","dynamic":true,"id":"647be9ab-3627-4f02-b205-2ae3fe896c5d"},"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":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:33.333071+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.203","dynamic":true,"family":"inet","gateway":null,"id":"df89185b-76d9-4e08-8611-fecb302d8e05","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2745" + - "3074" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1468,7 +1429,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 535b5ea6-2104-4c07-8924-d2a307046f16 + - 4b107611-6eea-4334-89bd-09a6c5ff2b7c status: 200 OK code: 200 duration: "" @@ -1481,10 +1442,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9/action","href_result":"/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9","id":"b877c517-46df-428e-aa13-65c46d97dcca","started_at":"2023-05-29T12:13:06.488858+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/47caf149-00d7-4a6b-9481-debe6735a3e3/action","href_result":"/servers/47caf149-00d7-4a6b-9481-debe6735a3e3","id":"548c3459-6ce6-4850-9e1d-9c4ec5acf012","started_at":"2023-07-10T07:42:53.880376+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1493,9 +1454,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b877c517-46df-428e-aa13-65c46d97dcca + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/548c3459-6ce6-4850-9e1d-9c4ec5acf012 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1505,7 +1466,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48f7d03c-57d3-4284-9251-78f0662aa315 + - 969ad3cf-7c8d-4c9f-93cc-4647d0f647e4 status: 202 Accepted code: 202 duration: "" @@ -1516,385 +1477,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ffb7026-9663-49bc-81c5-8c1ae06138dc - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 121da9e0-20fd-445f-843c-c7ede7b199ee - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6ea2d294-7f13-42de-b3f9-8253433d795a - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:16 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 16560ee9-e233-41fb-a2a4-d47b37242d52 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:17 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a8992b1a-a6af-4257-ae59-1aa97c816b5e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:21 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f46d83e7-3968-47ea-b0d7-baaa287b0656 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2618" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:22 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 43b4e68a-e71f-4308-afcb-7ca0cea44a84 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:26 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dda7d735-710b-4fb5-abd6-6e7e67f59ead - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:27 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 02a2bd88-4132-4753-84b9-8627afa97941 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "428" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:31 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 27c8131f-72fe-4e01-92c4-ed9e655e8e66 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:53.539756+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2616" + - "2702" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:42:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1904,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af9bff89-24fb-493e-8009-1cff85c729d2 + - 818634a9-6942-4599-9a6a-82f51c175222 status: 200 OK code: 200 duration: "" @@ -1915,10 +1516,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:03.208119+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:42:39.936728+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "428" @@ -1927,7 +1528,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:36 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1937,7 +1538,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64610f6b-a9ea-4b39-bfe6-42b835d5ce23 + - 6cca4f0b-dc7f-4e67-8dcb-f777eff7a8e8 status: 200 OK code: 200 duration: "" @@ -1948,25 +1549,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:53.539756+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2616" + - "2702" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1976,7 +1577,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a7f3830-fb2e-475a-8ec7-1341af2cb1fc + - b48c3863-3c4f-4cae-87c2-27634bc3f92c status: 200 OK code: 200 duration: "" @@ -1987,10 +1588,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.242543+00:00","export_uri":null,"id":"86df0c89-5d7b-4828-af6f-f06fc720f9b8","modification_date":"2023-05-29T12:13:38.262388+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.909012+00:00","export_uri":null,"id":"6dd57e7a-d77d-485f-9afa-cf908c343582","modification_date":"2023-07-10T07:43:01.101804+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "427" @@ -1999,7 +1600,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:41 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2009,7 +1610,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c170de7-55a6-4b4e-a2fa-7ce076f47ac9 + - 650140f2-ab8c-4a98-bbb0-7728deab0031 status: 200 OK code: 200 duration: "" @@ -2020,7 +1621,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: DELETE response: body: "" @@ -2028,7 +1629,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:43 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2038,7 +1639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 057a9df9-abfc-4b9a-8575-75a97036e800 + - 43526590-4737-45f7-ad38-f9a3cc25dc2c status: 204 No Content code: 204 duration: "" @@ -2049,25 +1650,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:53.539756+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2616" + - "2702" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:43 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2077,7 +1678,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a40143cb-66b9-4c7d-96ea-6791552808f1 + - 0d17d45f-262d-4cb8-8e36-1fb920d45730 status: 200 OK code: 200 duration: "" @@ -2088,25 +1689,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:53.539756+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2616" + - "2702" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2116,7 +1717,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 254ec33f-365c-4987-b3f3-5d480544842b + - 42e72a45-883d-4755-9523-f67fbe895b75 status: 200 OK code: 200 duration: "" @@ -2127,25 +1728,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"401","node_id":"43","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.132148+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.12.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"601","node_id":"65","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:42:53.539756+00:00","name":"foobar","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.104.129","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2616" + - "2702" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2155,7 +1756,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d904950-43e8-4e1f-a12e-df3fd8726b5f + - d7032302-7379-4685-96b3-f03301d2cd9f status: 200 OK code: 200 duration: "" @@ -2166,25 +1767,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:01.054113+00:00","name":"foobar","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:43:20.674400+00:00","name":"foobar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2497" + - "2579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2194,7 +1795,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c406ab00-3fa8-4367-ad34-4172ce0d2409 + - 48606564-ea4f-4a22-99ee-7b7737744962 status: 200 OK code: 200 duration: "" @@ -2205,25 +1806,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.808785+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:01.054113+00:00","name":"foobar","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.808785+00:00","export_uri":null,"id":"4893d7de-060c-4cd7-bcb9-0823a16332d1","modification_date":"2023-05-29T12:12:38.808785+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f9abb1de-ca9a-4403-bd91-9f80d19be7e9","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:17.318970+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"foobar","id":"47caf149-00d7-4a6b-9481-debe6735a3e3","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:2b","maintenances":[],"modification_date":"2023-07-10T07:43:20.674400+00:00","name":"foobar","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:17.318970+00:00","export_uri":null,"id":"c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9","modification_date":"2023-07-10T07:42:17.318970+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47caf149-00d7-4a6b-9481-debe6735a3e3","name":"foobar"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2497" + - "2579" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2233,7 +1834,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad2fbbed-3c99-4786-b131-ff32c786e8c8 + - ca571a36-be02-40ed-a3de-9f0fd60913ee status: 200 OK code: 200 duration: "" @@ -2244,7 +1845,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: DELETE response: body: "" @@ -2252,7 +1853,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2262,7 +1863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 288834ac-366d-4033-af13-f38330a0bad5 + - 80579072-0fab-497a-9d8c-42e46214a97b status: 204 No Content code: 204 duration: "" @@ -2273,10 +1874,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: - body: '{"message":"\"f9abb1de-ca9a-4403-bd91-9f80d19be7e9\" not found","type":"unknown_resource"}' + body: '{"message":"\"47caf149-00d7-4a6b-9481-debe6735a3e3\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2285,7 +1886,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2295,7 +1896,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d990f5c-d0e7-4237-9c2f-72952eb721af + - d95ae581-aea4-46d7-a56f-35446333b7ef status: 404 Not Found code: 404 duration: "" @@ -2306,7 +1907,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4893d7de-060c-4cd7-bcb9-0823a16332d1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c8af8bf2-89ce-4a0b-a2fc-4484a7a7d0a9 method: DELETE response: body: "" @@ -2314,7 +1915,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:02 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2324,7 +1925,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ccb3d473-5dd5-4e2b-98b6-cdf0196304cf + - aa1f021f-72ae-43a9-b9db-9bc19107a66d status: 204 No Content code: 204 duration: "" @@ -2335,10 +1936,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/86df0c89-5d7b-4828-af6f-f06fc720f9b8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6dd57e7a-d77d-485f-9afa-cf908c343582 method: GET response: - body: '{"message":"Volume ''86df0c89-5d7b-4828-af6f-f06fc720f9b8'' not found.","type":"unknown_resource"}' + body: '{"message":"Volume ''6dd57e7a-d77d-485f-9afa-cf908c343582'' not found.","type":"unknown_resource"}' headers: Content-Length: - "99" @@ -2347,7 +1948,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:02 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2357,7 +1958,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f367e2dd-ee5a-44da-83c0-fd83c35961ed + - 8d62286b-019b-4fb6-9881-960b9cd6419c status: 404 Not Found code: 404 duration: "" @@ -2368,10 +1969,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f9abb1de-ca9a-4403-bd91-9f80d19be7e9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47caf149-00d7-4a6b-9481-debe6735a3e3 method: GET response: - body: '{"message":"\"f9abb1de-ca9a-4403-bd91-9f80d19be7e9\" not found","type":"unknown_resource"}' + body: '{"message":"\"47caf149-00d7-4a6b-9481-debe6735a3e3\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2380,7 +1981,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:02 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2390,7 +1991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76d8d816-69f0-4583-b3d7-dd897876ec91 + - c364458b-07ed-47a2-9f0f-c24cabc909f4 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-additional-volumes.cassette.yaml b/scaleway/testdata/instance-server-additional-volumes.cassette.yaml index 5ecf19c57d..01f461b50d 100644 --- a/scaleway/testdata/instance-server-additional-volumes.cassette.yaml +++ b/scaleway/testdata/instance-server-additional-volumes.cassette.yaml @@ -2,7 +2,7 @@ version: 1 interactions: - request: - body: '{"name":"tf-vol-elastic-bartik","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"l_ssd","size":10000000000}' + body: '{"name":"tf-vol-heuristic-babbage","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"l_ssd","size":10000000000}' form: {} headers: Content-Type: @@ -13,18 +13,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.185091+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:21.327396+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 009065ea-a035-4b1d-bd78-a1fffbc4c4d4 + - 9286931b-87f1-4189-a41a-fd7491593085 status: 201 Created code: 201 duration: "" @@ -45,19 +45,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.185091+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:21.327396+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8323f6f2-a77a-42f8-aa29-52f36c20dac0 + - 63c7aa4a-e8e1-467e-9e54-02bbb1621e2b status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.185091+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:21.327396+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4aecd0a-9332-4fea-b8bd-8842dda1b113 + - c86372c8-7b12-4ebf-81cf-ce0c98cc3b76 status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0c7c6fb-1475-4728-91d9-e737b32e9da1 + - 20d1bc55-881c-4101-bb00-52903b1211b8 status: 200 OK code: 200 duration: "" @@ -147,16 +147,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Link: - ; rel="next",; rel="last" @@ -169,7 +169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b6ab846-1929-4150-adbe-5dc1cfbda347 + - 7f6947d0-65a3-44f1-af07-1959bb01a0bd X-Total-Count: - "56" status: 200 OK @@ -185,16 +185,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:22 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8902940f-11ea-4f72-8794-e241eaa2c241 + - 42327a47-3472-4fd4-8405-5f003b0f74e0 X-Total-Count: - "56" status: 200 OK @@ -220,19 +220,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.185091+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:21.327396+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:43:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -242,12 +242,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 457c660b-7869-417a-9a12-2e3837fb807e + - 56abbd8c-e2ff-4e33-9732-576b83e3a753 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-determined-borg","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":10000000000,"volume_type":"l_ssd"},"1":{"id":"40461a0a-ce36-4580-b816-5682b9035dce","name":"tf-vol-elastic-bartik"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"]}' + body: '{"name":"tf-srv-angry-poitras","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":10000000000,"volume_type":"l_ssd"},"1":{"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","name":"tf-vol-heuristic-babbage"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"]}' form: {} headers: Content-Type: @@ -260,22 +260,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-srv-determined-borg","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-srv-angry-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3144" + - "3221" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -285,7 +285,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4753307a-d604-42a4-a174-aab030ef8cf5 + - 0e5fe7ef-d70f-4e74-a9c8-8a5805ba08c0 status: 201 Created code: 201 duration: "" @@ -296,25 +296,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-srv-determined-borg","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-srv-angry-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3144" + - "3221" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -324,7 +324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7704406-4a89-40c9-b5f3-6580b1828f0f + - 5d421202-3ec9-422a-8da8-36b64f5a0b95 status: 200 OK code: 200 duration: "" @@ -335,25 +335,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-srv-determined-borg","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-srv-angry-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3144" + - "3221" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -363,7 +363,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49ef969e-ce35-4f86-a403-15d15c59b732 + - 8e710ff4-396d-4d57-94be-ca44e31c4836 status: 200 OK code: 200 duration: "" @@ -376,10 +376,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/action","href_result":"/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1","id":"aeeaf2d6-2cc2-4911-abad-f049c596ee4d","started_at":"2023-05-29T12:12:39.811807+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/action","href_result":"/servers/35273d6e-5d63-4697-acae-a1d81d501ff6","id":"c40b14e3-6d8f-470a-be1e-5ebed4017200","started_at":"2023-07-10T07:43:24.943946+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -388,9 +388,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/aeeaf2d6-2cc2-4911-abad-f049c596ee4d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c40b14e3-6d8f-470a-be1e-5ebed4017200 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -400,7 +400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1588d039-1019-449d-b70f-27264aa161d9 + - a502b7a6-b226-4d95-a721-665a6cb7693e status: 202 Accepted code: 202 duration: "" @@ -411,25 +411,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.499498+00:00","name":"tf-srv-determined-borg","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:24.520643+00:00","name":"tf-srv-angry-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3166" + - "3243" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -439,7 +439,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbd8cb9b-7712-4a74-bc15-63def2358841 + - e9606f56-f171-4f87-8fc9-6892de9ccbd6 status: 200 OK code: 200 duration: "" @@ -450,25 +450,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.499498+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:24.520643+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3275" + - "3352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -478,7 +478,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 654b1c09-da9c-41a1-a87e-3b8b9c454503 + - 5b46f92b-581c-4c87-ab11-33711bbe9809 status: 200 OK code: 200 duration: "" @@ -489,25 +489,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.499498+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:24.520643+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3275" + - "3352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:43:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -517,7 +517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3fec4bb-36c0-4b0d-b5c3-2f93acff0d6c + - 32f42531-4d72-425e-8e71-9aae99100733 status: 200 OK code: 200 duration: "" @@ -528,25 +528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.499498+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:24.520643+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3275" + - "3352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:55 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -556,7 +556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0fe94e8f-c2a5-43dc-b80d-7a414e0d089f + - 8660dfb9-0a39-4cfc-a0cf-2b585b9e60f9 status: 200 OK code: 200 duration: "" @@ -567,25 +567,64 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:24.520643+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "3352" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:43:48 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1c6b0800-bdb0-41f8-bdf4-fc87dbc3c615 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3306" + - "3383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -595,7 +634,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e150f432-615d-40fa-933a-19f9ba775f1b + - 1f054f19-a48d-47d1-81f8-f5eb7a6f0204 status: 200 OK code: 200 duration: "" @@ -606,25 +645,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3306" + - "3383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -634,7 +673,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5d43e4e-c2f8-422d-a164-edfa7aac27c1 + - 38c7011b-5022-4ab9-a3a6-47290bc55c2b status: 200 OK code: 200 duration: "" @@ -645,7 +684,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/user_data method: GET response: body: '{"user_data":[]}' @@ -657,7 +696,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:43:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -667,7 +706,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac81bf07-05bb-4d90-a13a-ac0a680dcc3f + - 6327f9a5-d935-4bf4-9c33-96574fd8161a status: 200 OK code: 200 duration: "" @@ -678,7 +717,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/private_nics method: GET response: body: '{"private_nics":[]}' @@ -690,9 +729,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:43:55 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -703,7 +742,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15a6e3b4-a663-4433-9f2f-b40df0584c2f + - c9ae622e-a561-4d1b-bafa-cf7fbb275a18 X-Total-Count: - "0" status: 200 OK @@ -716,25 +755,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3306" + - "3383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:43:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -744,7 +783,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31876a33-12f0-4c65-946d-83279fe2f6f3 + - fed63111-6ae8-41c1-847c-e424430e71da status: 200 OK code: 200 duration: "" @@ -755,19 +794,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "519" + - "520" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -777,7 +816,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15f20b2f-2e1e-494c-8dde-4aa9ab2a358e + - 6e9c5a1c-c7c1-4422-9778-8d8dc706fdc5 status: 200 OK code: 200 duration: "" @@ -788,25 +827,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3306" + - "3383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -816,7 +855,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78048442-8763-4160-9bb7-3d2761d4c5e9 + - 5e750cfe-48c0-4db1-95ae-ec53cf7acd7c status: 200 OK code: 200 duration: "" @@ -827,7 +866,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/user_data method: GET response: body: '{"user_data":[]}' @@ -839,7 +878,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -849,7 +888,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c42211da-7ee3-4711-82a8-d3d98b6764d3 + - 3d6cd986-f133-48ce-97f9-1ec639457221 status: 200 OK code: 200 duration: "" @@ -860,7 +899,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/private_nics method: GET response: body: '{"private_nics":[]}' @@ -872,9 +911,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:01 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -885,7 +924,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f0880bb-7990-4e19-ba68-3b03e7a5b15f + - 4037e3aa-f14f-4824-8673-e755a894ffc1 X-Total-Count: - "0" status: 200 OK @@ -898,19 +937,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "519" + - "520" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -920,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c54ec0b2-6c32-4d72-96dc-e23441af085b + - 4414b400-e922-4897-862d-0dee3b273782 status: 200 OK code: 200 duration: "" @@ -931,25 +970,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3306" + - "3383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -959,7 +998,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 913f0733-7714-4d5c-8125-ba75c4f3ccfa + - 7edbca66-b2b7-4d72-8a5b-1dc0737dacf7 status: 200 OK code: 200 duration: "" @@ -970,7 +1009,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/user_data method: GET response: body: '{"user_data":[]}' @@ -982,7 +1021,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -992,7 +1031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac1cb886-f85a-4b90-a816-ca9f3d1de3cb + - 8b17e06e-2f61-4eff-a16b-0ccd4c4a4b76 status: 200 OK code: 200 duration: "" @@ -1003,7 +1042,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1015,9 +1054,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:44:04 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1028,14 +1067,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08a38526-0407-4a04-8fe1-b69015144e72 + - ee3f356d-d5ce-4268-8446-8ff074b95f78 X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-vol-quizzical-boyd","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":10000000000}' + body: '{"name":"tf-vol-upbeat-chebyshev","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":10000000000}' form: {} headers: Content-Type: @@ -1046,18 +1085,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.406867+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:05.743366+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:44:05 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1067,7 +1106,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02660cd8-bc16-4d9d-a452-1cca120a3760 + - 169ef0b3-cb6b-4910-bdc6-21ffd1ff4922 status: 201 Created code: 201 duration: "" @@ -1078,19 +1117,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.406867+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:05.743366+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:44:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1100,7 +1139,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c441969-42c9-4cbf-a604-e41b3eca1ef2 + - 1e5a1cef-3690-4edd-8970-177893bdb368 status: 200 OK code: 200 duration: "" @@ -1111,19 +1150,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.406867+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:05.743366+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1133,7 +1172,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05245a99-05a4-4530-9b2a-2aba1221494c + - a281ad32-2b8a-4283-ac1f-bab081582eee status: 200 OK code: 200 duration: "" @@ -1144,25 +1183,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3306" + - "3375" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1172,7 +1211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5cec3a01-c0ef-4a2d-88e4-18f8260a8869 + - 830008ea-e56f-4139-be68-7d5a1da56c88 status: 200 OK code: 200 duration: "" @@ -1183,19 +1222,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.406867+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:05.743366+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1205,12 +1244,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa2dd2c7-2152-414d-a77f-b308681404ba + - 11f43e78-4c9a-4c27-8b35-bb91a8f744ac status: 200 OK code: 200 duration: "" - request: - body: '{"volumes":{"0":{"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","name":"tf-vol-stupefied-payne"},"1":{"id":"40461a0a-ce36-4580-b816-5682b9035dce","name":"tf-vol-cocky-tesla"},"2":{"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","name":"tf-vol-trusting-turing"}}}' + body: '{"volumes":{"0":{"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","boot":false,"name":"tf-vol-keen-dirac"},"1":{"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","name":"tf-vol-friendly-cori"},"2":{"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","name":"tf-vol-sweet-euler"}}}' form: {} headers: Content-Type: @@ -1218,25 +1257,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: PATCH response: body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:09.937708+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3776" + - "3845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:44:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1246,7 +1285,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d42f600-9a43-4ad2-9110-81a65b10196e + - 2eeb263e-93f8-4b67-8f76-f086c6bcd49c status: 200 OK code: 200 duration: "" @@ -1257,25 +1296,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:09.937708+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3776" + - "3845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:44:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1285,7 +1324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1c70e08-292f-4344-9846-6abd126d9fc4 + - 62483173-a6e9-4f90-bf9a-92874d7be365 status: 200 OK code: 200 duration: "" @@ -1296,25 +1335,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:09.937708+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3776" + - "3845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:44:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1324,7 +1363,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 367a9e1d-aa2e-4eaf-a951-ea7ff83babca + - e0df35df-8589-48ef-b549-040b79535e0e status: 200 OK code: 200 duration: "" @@ -1335,7 +1374,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/user_data method: GET response: body: '{"user_data":[]}' @@ -1347,7 +1386,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1357,7 +1396,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3a8d4e9-83b7-4051-a686-17cc699e13cd + - 0b15560c-38cb-4ca7-8a7f-282a68b47e31 status: 200 OK code: 200 duration: "" @@ -1368,7 +1407,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1380,9 +1419,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1393,7 +1432,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11381b12-bb8c-4961-9e17-90c797251b7a + - 8a01b381-f4d7-4cc0-82ec-14bcc10d0b97 X-Total-Count: - "0" status: 200 OK @@ -1406,19 +1445,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "520" + - "519" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1428,7 +1467,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9593709-1ff9-4b43-857b-f51d3857b540 + - 6ab38040-19a8-41b6-b879-5769d7f5bae5 status: 200 OK code: 200 duration: "" @@ -1439,25 +1478,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3776" + - "3904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1467,7 +1506,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 796d2afd-961d-469b-8055-91e8726486a9 + - 7fc6808f-c25d-4c24-94e5-ea7c525aaaea status: 200 OK code: 200 duration: "" @@ -1478,19 +1517,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "520" + - "519" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:44:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1500,7 +1539,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64933f46-9034-4f7e-a447-10e09f522e4c + - 72dc4410-6e41-4772-b05e-7b5f096c3a0a status: 200 OK code: 200 duration: "" @@ -1511,19 +1550,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "519" + - "520" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:44:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1533,7 +1572,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92a6b0d1-405c-43ad-a087-75a1766423da + - c289e76c-30e7-4cc1-8ff3-3484c2e01204 status: 200 OK code: 200 duration: "" @@ -1544,25 +1583,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3776" + - "3904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:44:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1572,7 +1611,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 702f1bdc-bf1f-420d-9279-feba552d0e25 + - ba150975-4d26-4c42-9edb-1604165fbbdc status: 200 OK code: 200 duration: "" @@ -1583,7 +1622,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/user_data method: GET response: body: '{"user_data":[]}' @@ -1595,7 +1634,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1605,7 +1644,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd9917e5-3b6c-4baf-8aa8-c14fd4d90a4c + - cc5a0961-6fc7-4fba-a12d-cfe161d8cee0 status: 200 OK code: 200 duration: "" @@ -1616,7 +1655,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1628,9 +1667,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1641,7 +1680,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 53ef0baf-65b8-46e1-a94c-7267583a1621 + - ec6bb0d4-1136-4c01-bc82-0b66094cfa01 X-Total-Count: - "0" status: 200 OK @@ -1654,124 +1693,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.171243+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3776" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2f14dcb4-adb0-41ff-b208-894ae1fd29ae - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "520" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b02a8c88-0648-499f-b7cf-ae4a3ebdda32 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "520" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4393b84e-36f4-4d31-879d-e105bf5709f7 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:43:49.077585+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "520" + - "3904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:16 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1781,73 +1721,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 950c7534-3c9a-48bb-a903-86b761001870 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:03.879926+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"hotsyncing","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "520" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:21 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ad27c992-44c7-4c5d-aa22-e61a4a8d5378 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 - method: GET - response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' - headers: - Content-Length: - - "519" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:26 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ed15ae52-1bdf-4eaf-a6c7-d5468c1bc92e + - 3efb2156-8c39-4119-9931-5a6ed801b39f status: 200 OK code: 200 duration: "" @@ -1860,10 +1734,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1/action","href_result":"/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1","id":"6288ad48-cf1d-4de4-9d7e-1513f6e79cd6","started_at":"2023-05-29T12:13:27.125884+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/35273d6e-5d63-4697-acae-a1d81d501ff6/action","href_result":"/servers/35273d6e-5d63-4697-acae-a1d81d501ff6","id":"8803856c-bd5d-4bf0-9952-11b9b75caeea","started_at":"2023-07-10T07:44:42.136469+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1872,9 +1746,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6288ad48-cf1d-4de4-9d7e-1513f6e79cd6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8803856c-bd5d-4bf0-9952-11b9b75caeea Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1884,7 +1758,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9cf2f8a-d729-4770-bbd1-b0ba06678ae1 + - 3983863b-00b8-4f76-9340-28ca6095a7d7 status: 202 Accepted code: 202 duration: "" @@ -1895,181 +1769,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3795" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:27 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3228d8ef-7570-4293-9810-07ce22310dff - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3795" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:32 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9c5fcce4-65ba-4482-9242-dff346b21b5c - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3795" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce5480a2-ba9c-4e45-b9bd-1edb7161d09e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3795" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:43 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 32f5e798-caba-4fb9-a713-e59de6509d9d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:50 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2079,7 +1797,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c298b9b9-3f60-4678-90d4-350f95cc7a79 + - 6fb66fab-f1bb-4597-a441-f1a33df0343b status: 200 OK code: 200 duration: "" @@ -2090,25 +1808,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:55 GMT + - Mon, 10 Jul 2023 07:44:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2118,7 +1836,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72fd6766-ff56-41fc-b3a8-87402e76c940 + - dd4be983-04f6-4f05-ab5f-b5469a033c95 status: 200 OK code: 200 duration: "" @@ -2129,25 +1847,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:00 GMT + - Mon, 10 Jul 2023 07:44:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2157,7 +1875,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d73a780c-bcdc-4a17-a25a-353163e42750 + - 875abe62-6e24-448b-8cad-1160f855ccc9 status: 200 OK code: 200 duration: "" @@ -2168,25 +1886,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:06 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2196,7 +1914,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e43b96d-02d3-430a-bef5-2a96f652e1e6 + - 06d98103-c46c-42bc-8363-32fabc7c387e status: 200 OK code: 200 duration: "" @@ -2207,25 +1925,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:11 GMT + - Mon, 10 Jul 2023 07:45:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2235,7 +1953,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 662dfff4-6ac9-4caf-ace1-43f7c6e41fe7 + - 17053ae4-975a-4687-b3c5-5ac31ea59be7 status: 200 OK code: 200 duration: "" @@ -2246,25 +1964,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:16 GMT + - Mon, 10 Jul 2023 07:45:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2274,7 +1992,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b792d8e0-7955-471b-be2a-f186d0e63005 + - 11e709ce-e68e-4635-bdba-6d2bcc879753 status: 200 OK code: 200 duration: "" @@ -2285,25 +2003,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:45:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2313,7 +2031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93e1818a-1dc6-4f97-a183-c2b4156deca1 + - 26befe72-d497-4e69-a425-761104439215 status: 200 OK code: 200 duration: "" @@ -2324,25 +2042,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:27 GMT + - Mon, 10 Jul 2023 07:45:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2352,7 +2070,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 675dafd3-e1ed-4534-8ac8-fcf518c0f8e4 + - 24eb6148-8dc5-4fe6-91b5-97b77d96f29b status: 200 OK code: 200 duration: "" @@ -2363,25 +2081,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"701","node_id":"16","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:26.792148+00:00","name":"tf-srv-determined-borg","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.112.31","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"404","node_id":"54","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:44:41.775995+00:00","name":"tf-srv-angry-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.94.107","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3795" + - "3872" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:45:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2391,7 +2109,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb4388ef-5b1f-4a8f-b2d6-f5d2a11c4ecd + - 724554b6-96e6-448e-8d1b-a2f8a26c4c06 status: 200 OK code: 200 duration: "" @@ -2402,25 +2120,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:36.479832+00:00","name":"tf-srv-determined-borg","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:45:26.607065+00:00","name":"tf-srv-angry-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3673" + - "3750" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:37 GMT + - Mon, 10 Jul 2023 07:45:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2430,7 +2148,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a3275d4-7bd1-45c0-b529-1da897b1ed2e + - 12aba5ed-dc8b-41c1-88be-309522869e91 status: 200 OK code: 200 duration: "" @@ -2441,25 +2159,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.809612+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-determined-borg","id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:36.479832+00:00","name":"tf-srv-determined-borg","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.809612+00:00","export_uri":null,"id":"db680bba-7a8a-48b1-ba5d-e3fef1264f74","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:12:38.809612+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:13:25.912795+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"15212c6f-1801-4e0d-9aa5-f0da839d4cf1","name":"tf-srv-determined-borg"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:43:23.189547+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-angry-poitras","id":"35273d6e-5d63-4697-acae-a1d81d501ff6","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:43","maintenances":[],"modification_date":"2023-07-10T07:45:26.607065+00:00","name":"tf-srv-angry-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","additional_volume_ids"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:43:23.189547+00:00","export_uri":null,"id":"67c832e6-021e-49c3-9ae9-91fca90826a3","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:43:23.189547+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"2":{"boot":false,"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:44:22.338051+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"35273d6e-5d63-4697-acae-a1d81d501ff6","name":"tf-srv-angry-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3673" + - "3750" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:37 GMT + - Mon, 10 Jul 2023 07:45:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2469,7 +2187,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61c579d1-baaa-42dd-94ea-21983dbc8c70 + - 6611db9f-f16a-439d-bd3d-c2256fa72cc0 status: 200 OK code: 200 duration: "" @@ -2480,7 +2198,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: DELETE response: body: "" @@ -2488,7 +2206,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2498,7 +2216,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff7b9589-7ac8-484f-91f4-15d1edd8e6b4 + - 985bd02f-53eb-4b34-afba-1d069114d227 status: 204 No Content code: 204 duration: "" @@ -2509,10 +2227,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: - body: '{"message":"\"15212c6f-1801-4e0d-9aa5-f0da839d4cf1\" not found","type":"unknown_resource"}' + body: '{"message":"\"35273d6e-5d63-4697-acae-a1d81d501ff6\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2521,7 +2239,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2531,7 +2249,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55e2b8ce-fab5-4a1b-a878-110b534af2ca + - 5221ed00-524d-4a54-9d6f-b7cd12433bb4 status: 404 Not Found code: 404 duration: "" @@ -2542,7 +2260,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/db680bba-7a8a-48b1-ba5d-e3fef1264f74 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/67c832e6-021e-49c3-9ae9-91fca90826a3 method: DELETE response: body: "" @@ -2550,7 +2268,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2560,7 +2278,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03382e75-d37e-4d16-89dc-2cf0b86ed9c1 + - e0a57c54-45fc-4759-948c-7f57eba589dc status: 204 No Content code: 204 duration: "" @@ -2571,19 +2289,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.185091+00:00","export_uri":null,"id":"40461a0a-ce36-4580-b816-5682b9035dce","modification_date":"2023-05-29T12:14:38.005980+00:00","name":"tf-vol-elastic-bartik","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:44:05.743366+00:00","export_uri":null,"id":"d3614c45-240d-433d-b66b-7dc5fe69d103","modification_date":"2023-07-10T07:45:31.105042+00:00","name":"tf-vol-upbeat-chebyshev","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2593,7 +2311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c3fcdf0-acf7-4e68-a884-1a1f6b55016b + - ab3c9060-35da-410a-bcfa-553dc6a45adb status: 200 OK code: 200 duration: "" @@ -2604,19 +2322,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:13:03.406867+00:00","export_uri":null,"id":"83eed090-c0f7-462c-bef6-d3bf0265f436","modification_date":"2023-05-29T12:14:38.005980+00:00","name":"tf-vol-quizzical-boyd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:43:21.327396+00:00","export_uri":null,"id":"bf53ff10-6479-4d07-a30d-32711a19cb97","modification_date":"2023-07-10T07:45:31.105042+00:00","name":"tf-vol-heuristic-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2626,7 +2344,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3124c301-078b-4fd4-8079-3d950d010f45 + - 409011d5-8007-4c3b-8e99-1a78aa4b7ddd status: 200 OK code: 200 duration: "" @@ -2637,7 +2355,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40461a0a-ce36-4580-b816-5682b9035dce + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/d3614c45-240d-433d-b66b-7dc5fe69d103 method: DELETE response: body: "" @@ -2645,7 +2363,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2655,7 +2373,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33c874ee-35ed-4a6d-a4a5-71befa285467 + - eea2ab74-6518-415d-a450-608d4edfd55b status: 204 No Content code: 204 duration: "" @@ -2666,7 +2384,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83eed090-c0f7-462c-bef6-d3bf0265f436 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bf53ff10-6479-4d07-a30d-32711a19cb97 method: DELETE response: body: "" @@ -2674,7 +2392,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2684,7 +2402,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50dcbdb5-3bb6-433a-8a18-d37a6f8b67cf + - a52727e7-e950-411e-88b6-3e05dbbd4820 status: 204 No Content code: 204 duration: "" @@ -2695,10 +2413,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15212c6f-1801-4e0d-9aa5-f0da839d4cf1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/35273d6e-5d63-4697-acae-a1d81d501ff6 method: GET response: - body: '{"message":"\"15212c6f-1801-4e0d-9aa5-f0da839d4cf1\" not found","type":"unknown_resource"}' + body: '{"message":"\"35273d6e-5d63-4697-acae-a1d81d501ff6\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2707,7 +2425,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:45:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2717,7 +2435,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d12ad8e8-2a9d-4bc1-87e0-a819cf0508a4 + - 6d11672d-e357-45e4-a505-97fbe81c62ea status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-alter-tags.cassette.yaml b/scaleway/testdata/instance-server-alter-tags.cassette.yaml index 7944a53d17..188c1fea09 100644 --- a/scaleway/testdata/instance-server-alter-tags.cassette.yaml +++ b/scaleway/testdata/instance-server-alter-tags.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49c84e4d-ede2-4f35-8062-03a28afa6bc3 + - 03423a4e-fbeb-47e8-801d-3598a2f0b8cb status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57c390f3-d015-4af9-84a8-64c5b095631c + - eb2f3dd6-03e0-4276-8c94-9d5a05ff3a2b X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b047e977-64fe-4514-959b-7a0187bf9d2a + - 9ecf8195-8af4-4f90-94bc-3274dbc603c6 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-happy-wright","dynamic_ip_required":false,"commercial_type":"DEV1-L","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":80000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["front","web"]}' + body: '{"name":"tf-srv-zealous-robinson","dynamic_ip_required":false,"commercial_type":"DEV1-L","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":80000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["front","web"]}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 984ca70d-046e-4ed9-8070-5dcdba80d032 + - 62b2d333-8fb7-42a7-824d-77e4ae1b0a6b status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1030eb58-efa9-4c5b-961b-c52b1c649c00 + - 27c0d8ed-a87a-4ca7-ad6d-5b09574f367c status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2599529b-a108-4e36-9ad4-743151a86b45 + - 676919a5-56cd-4925-858f-6ee08b8a610d status: 200 OK code: 200 duration: "" @@ -238,25 +238,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -266,7 +266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db886a0f-3b54-4393-b7f1-08cf830faa3e + - 4e4783c8-7d90-4e5a-a682-3977e529bd5d status: 200 OK code: 200 duration: "" @@ -277,7 +277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/user_data method: GET response: body: '{"user_data":[]}' @@ -289,7 +289,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -299,7 +299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d4577bb-9012-4130-9ea9-75653b261428 + - c9320228-2621-47b8-bf24-ffa79355f266 status: 200 OK code: 200 duration: "" @@ -310,7 +310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/private_nics method: GET response: body: '{"private_nics":[]}' @@ -322,9 +322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -335,7 +335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b54f7273-f6f5-469b-97bb-0fb94c58d0dc + - 2ecacae8-9aca-443a-942a-281ed2d7e513 X-Total-Count: - "0" status: 200 OK @@ -348,25 +348,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -376,7 +376,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b88b738-5f10-4c2d-8b44-023efc17f4d7 + - c40af22b-1ae9-4561-9b54-0aeedddcbd89 status: 200 OK code: 200 duration: "" @@ -387,25 +387,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -415,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4cc2cd4-cde6-4fd9-865e-d88a65ff08cb + - bb04360e-efc8-4f21-95b0-8c75076d97d4 status: 200 OK code: 200 duration: "" @@ -426,7 +426,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/user_data method: GET response: body: '{"user_data":[]}' @@ -438,7 +438,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -448,7 +448,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15e88748-51bd-4ebc-b2b8-ccd749be940e + - 4d8d7fa1-0440-4ead-970d-b645c7e71b2d status: 200 OK code: 200 duration: "" @@ -459,7 +459,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/private_nics method: GET response: body: '{"private_nics":[]}' @@ -471,9 +471,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -484,7 +484,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ec73ade-c4ac-4a57-a03a-80137d24b853 + - 39106d64-3463-497b-b5cc-2783c9f979f9 X-Total-Count: - "0" status: 200 OK @@ -497,25 +497,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -525,7 +525,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5881130a-7bd8-47d7-90f7-46cbd5fae533 + - b50fe358-0e14-4a75-8d44-122ef887ec12 status: 200 OK code: 200 duration: "" @@ -536,7 +536,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/user_data method: GET response: body: '{"user_data":[]}' @@ -548,7 +548,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -558,7 +558,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0715b393-e845-45ba-bc12-fa6a3c50d86e + - d3afec70-e12e-480b-896b-adb14b213bbd status: 200 OK code: 200 duration: "" @@ -569,7 +569,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/private_nics method: GET response: body: '{"private_nics":[]}' @@ -581,9 +581,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -594,7 +594,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 173efdf1-f131-49cf-beeb-de2b7aeabf68 + - fad338d9-516b-4ed5-a961-807fe5282381 X-Total-Count: - "0" status: 200 OK @@ -607,25 +607,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.403981+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:41:58.016505+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front","web"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2551" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -635,7 +635,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4fab5f64-c028-464d-a0e1-981c05a732de + - 297ed0cd-5a79-49a5-bb26-24d3ae72ed64 status: 200 OK code: 200 duration: "" @@ -648,25 +648,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: PATCH response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -676,7 +676,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bdcbf30e-e6c0-4435-9f98-4060dc943f07 + - 34770433-cf46-4f94-ab72-6b498a04f2d4 status: 200 OK code: 200 duration: "" @@ -687,25 +687,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:42:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -715,7 +715,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cf046d6-7d6c-4478-9621-77821ba10c6a + - 5e851a2e-48ab-4c59-9a64-37495adfd686 status: 200 OK code: 200 duration: "" @@ -726,25 +726,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -754,7 +754,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8458bb9a-f0af-48e2-925c-471296abdc79 + - 072fc3fb-f93c-490e-a208-8d0b147928d1 status: 200 OK code: 200 duration: "" @@ -765,7 +765,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/user_data method: GET response: body: '{"user_data":[]}' @@ -777,7 +777,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -787,7 +787,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f05e061-42f5-40b3-a13e-ff1e84ff255b + - 01987377-e31e-4c18-8949-1b9ee659dea3 status: 200 OK code: 200 duration: "" @@ -798,7 +798,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/private_nics method: GET response: body: '{"private_nics":[]}' @@ -810,9 +810,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -823,7 +823,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e468e744-960a-4ec7-8fd8-b27ffa44ff29 + - 74e17808-5da4-4a17-be2a-dc0c6027c86d X-Total-Count: - "0" status: 200 OK @@ -836,25 +836,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -864,7 +864,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d3cb77f-517a-4863-94a6-c8dfaf12936f + - 4de6127f-069f-454a-b6d5-a4bd2c2b0ce9 status: 200 OK code: 200 duration: "" @@ -875,25 +875,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -903,7 +903,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 63309b55-8e3c-4206-8641-7622c48c9689 + - 97f578f7-d53a-4fb4-b012-6a2503feb96c status: 200 OK code: 200 duration: "" @@ -914,7 +914,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/user_data method: GET response: body: '{"user_data":[]}' @@ -926,7 +926,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -936,7 +936,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b52e838e-f0d5-4df3-8ff1-e7435971a856 + - e6e28e56-b051-4aca-bda6-7b6a11f0bd05 status: 200 OK code: 200 duration: "" @@ -947,7 +947,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7/private_nics method: GET response: body: '{"private_nics":[]}' @@ -959,9 +959,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -972,7 +972,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87d5aad4-8764-44ca-957f-e98269a186e9 + - f38a59ce-c280-4a94-a273-cb705c8c5bba X-Total-Count: - "0" status: 200 OK @@ -985,25 +985,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1013,7 +1013,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddb444df-694b-41a4-83fd-b5d1b3728915 + - 76a5ce05-635b-4810-b598-3f29ecd43b5e status: 200 OK code: 200 duration: "" @@ -1024,25 +1024,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-05-29T12:12:38.403981+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-happy-wright","id":"cfe03d85-8616-4fc6-8932-95a7252f7447","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.439954+00:00","name":"tf-srv-happy-wright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.403981+00:00","export_uri":null,"id":"5d1e981d-c183-4779-b327-c130429248d0","modification_date":"2023-05-29T12:12:38.403981+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cfe03d85-8616-4fc6-8932-95a7252f7447","name":"tf-srv-happy-wright"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-L","creation_date":"2023-07-10T07:41:58.016505+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-robinson","id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1f","maintenances":[],"modification_date":"2023-07-10T07:42:02.240791+00:00","name":"tf-srv-zealous-robinson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["front"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.016505+00:00","export_uri":null,"id":"11d592ff-5a58-4386-b602-d64b9147f1a5","modification_date":"2023-07-10T07:41:58.016505+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a358b28a-27e6-4696-96d7-ae92f3afa8b7","name":"tf-srv-zealous-robinson"},"size":80000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2544" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1052,7 +1052,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1374006-e5c9-4481-8d57-9cd07611eecc + - 31f91ec4-c325-41fb-ae2d-8ee8674f5659 status: 200 OK code: 200 duration: "" @@ -1063,7 +1063,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: DELETE response: body: "" @@ -1071,7 +1071,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1081,7 +1081,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61d0a246-492e-47b8-946b-787c08381d03 + - 4e18bdc9-41a7-4ad8-be10-b6a798b7d9d3 status: 204 No Content code: 204 duration: "" @@ -1092,10 +1092,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: - body: '{"message":"\"cfe03d85-8616-4fc6-8932-95a7252f7447\" not found","type":"unknown_resource"}' + body: '{"message":"\"a358b28a-27e6-4696-96d7-ae92f3afa8b7\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1104,7 +1104,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1114,7 +1114,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2bdb929b-21cb-4bb4-9461-28776c19bc9d + - f02a77f6-490d-4fae-b8a7-7ffb2fc77330 status: 404 Not Found code: 404 duration: "" @@ -1125,7 +1125,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/5d1e981d-c183-4779-b327-c130429248d0 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/11d592ff-5a58-4386-b602-d64b9147f1a5 method: DELETE response: body: "" @@ -1133,7 +1133,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1143,7 +1143,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49e93d61-8397-491d-9416-f7cfcb7a06d1 + - 3a6395ca-a968-4fde-a692-330c95036b0f status: 204 No Content code: 204 duration: "" @@ -1154,10 +1154,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cfe03d85-8616-4fc6-8932-95a7252f7447 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a358b28a-27e6-4696-96d7-ae92f3afa8b7 method: GET response: - body: '{"message":"\"cfe03d85-8616-4fc6-8932-95a7252f7447\" not found","type":"unknown_resource"}' + body: '{"message":"\"a358b28a-27e6-4696-96d7-ae92f3afa8b7\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1166,7 +1166,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1176,7 +1176,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72295d8a-ff9f-4a5c-ab01-287c7bbe8ce3 + - 1aa520cd-1613-446b-91c2-b51f49660bbe status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-basic.cassette.yaml b/scaleway/testdata/instance-server-basic.cassette.yaml index 7bcbe74604..d8ad8cc48e 100644 --- a/scaleway/testdata/instance-server-basic.cassette.yaml +++ b/scaleway/testdata/instance-server-basic.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:40:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c87df595-f479-436f-bb09-0f3d6940a690 + - a94aa7fe-88c0-4b6d-ac13-387aa8ae05de status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:40:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0207ae7d-2e9a-407f-befe-d21cc0fc7fbb + - b6d5b0b3-5b2f-4889-9b64-f92bc01e08ee status: 200 OK code: 200 duration: "" @@ -77,16 +77,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:23 GMT Link: - ; rel="next",; rel="last" @@ -99,7 +99,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfbe088d-4ea4-4ad1-b80d-322d5350f3f8 + - d8de434f-1a64-488b-af19-fd8eae794e16 X-Total-Count: - "56" status: 200 OK @@ -115,16 +115,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:23 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -137,14 +137,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 099fdd82-58e0-47c8-962b-e5deadcb6646 + - 26d1c565-c409-49a5-a964-1bd1d2af4acf X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"test","dynamic_ip_required":false,"commercial_type":"DEV1-M","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":40000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","basic"]}' + body: '{"name":"test","dynamic_ip_required":false,"commercial_type":"DEV1-M","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":40000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","basic"]}' form: {} headers: Content-Type: @@ -157,22 +157,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.565887+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:24.660134+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -182,7 +182,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9bcce4bc-312f-4536-a7cc-eed8da9a1ebb + - 0b8704ca-a79f-43ea-a19c-e52f18eb6279 status: 201 Created code: 201 duration: "" @@ -193,25 +193,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.565887+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:24.660134+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -221,7 +221,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2acda75-3192-4bbd-af67-9097ccfe2b72 + - d2545c87-e9e8-4b04-97db-ef4260509732 status: 200 OK code: 200 duration: "" @@ -232,25 +232,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.565887+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:24.660134+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -260,7 +260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67f2ab78-ddf1-49a3-b3ee-365194eecc3e + - d9d88700-2a28-41ad-aa6e-2c6b042174bd status: 200 OK code: 200 duration: "" @@ -273,10 +273,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/action","href_result":"/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5","id":"87fa1214-dfd5-4491-9704-b8a7323cdb6b","started_at":"2023-05-29T12:12:39.713552+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/5c170171-a4f3-4eea-9104-feb06b522162/action","href_result":"/servers/5c170171-a4f3-4eea-9104-feb06b522162","id":"7590b5ef-9524-4627-a698-5e79b235eee2","started_at":"2023-07-10T07:40:27.562369+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -285,9 +285,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/87fa1214-dfd5-4491-9704-b8a7323cdb6b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7590b5ef-9524-4627-a698-5e79b235eee2 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -297,7 +297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27e55384-ff8e-4527-b4c7-251ca2fc67a3 + - ff9f0e94-e083-4ea0-abf7-05be779d3be4 status: 202 Accepted code: 202 duration: "" @@ -308,25 +308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.099699+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:27.212661+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2567" + - "2649" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -336,7 +336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4cd412b-716d-45af-8544-2e40e96e9063 + - b1ea4e92-f31f-4a4a-805c-732adc71296d status: 200 OK code: 200 duration: "" @@ -347,25 +347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.099699+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:27.212661+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2567" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -375,7 +375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 957fb805-3cac-4302-945f-cacb2ef6100c + - a4f45cd8-6973-489c-8d23-14ee6c37fc21 status: 200 OK code: 200 duration: "" @@ -386,25 +386,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.099699+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:27.212661+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2567" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -414,7 +414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d54c0c0-77f8-499a-a7e3-35deb0d66452 + - 3d60376a-641f-48ea-91c9-419285e87a1b status: 200 OK code: 200 duration: "" @@ -425,142 +425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.099699+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2675" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 79f46718-b111-4ea9-b13b-19c02ad44a7b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.099699+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2675" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:00 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1e9903e6-7eb8-4fd1-82f0-d570c3c135de - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.099699+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2675" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 86c5da3a-1373-46d3-b047-cb58e0ee0fde - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.952612+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:43.601290+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2706" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -570,7 +453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d6abb37-2764-42c9-90b5-bc6f519f6f0a + - 6852113a-6031-43f4-ab41-d26967dd29e8 status: 200 OK code: 200 duration: "" @@ -581,25 +464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.952612+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:43.601290+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2706" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -609,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6192fa7-6198-4e5d-b56b-4d8a82d75496 + - ad90047a-070f-4e78-8001-09f8f724ff48 status: 200 OK code: 200 duration: "" @@ -620,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/user_data method: GET response: body: '{"user_data":[]}' @@ -632,7 +515,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -642,7 +525,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 974ce730-f1b2-451b-8570-40225259baa4 + - e3bb8d14-2071-43e4-8180-2b5c2756f7c8 status: 200 OK code: 200 duration: "" @@ -653,7 +536,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/private_nics method: GET response: body: '{"private_nics":[]}' @@ -665,9 +548,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -678,7 +561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c6c246b-87c6-4d10-acd9-fbb96e619f56 + - ccb1602a-6ca8-4d97-8cfe-51afd6322f70 X-Total-Count: - "0" status: 200 OK @@ -691,25 +574,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.952612+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:43.601290+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2706" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -719,7 +602,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58fda17e-24ce-442d-80b6-0eddb1c859aa + - 30bb22bd-0056-4f5c-bbf1-c5231b4c6ee4 status: 200 OK code: 200 duration: "" @@ -730,19 +613,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -752,7 +635,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b959bb84-c3ae-4ed6-a652-284db60caa8a + - 7f70f6b8-45fb-4b00-a855-4744bc018d4a status: 200 OK code: 200 duration: "" @@ -763,19 +646,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -785,7 +668,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c4e5ae5-b7ff-40a0-8367-2324e747fe33 + - b365b945-89bb-41cc-8f33-f54951a69421 status: 200 OK code: 200 duration: "" @@ -796,25 +679,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.952612+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:43.601290+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2706" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -824,7 +707,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d13f58a-2553-4f5f-8db0-a5b7b4a10b73 + - 148119a3-bcbb-4af6-a364-a7909d9c90fa status: 200 OK code: 200 duration: "" @@ -835,7 +718,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/user_data method: GET response: body: '{"user_data":[]}' @@ -847,7 +730,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -857,7 +740,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0638c544-20d6-4158-a8cd-cd6765228b6e + - 0343141f-2630-4923-a5c4-52aa7cb4095c status: 200 OK code: 200 duration: "" @@ -868,7 +751,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/private_nics method: GET response: body: '{"private_nics":[]}' @@ -880,9 +763,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -893,7 +776,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5b40de1-4393-4a26-bbe9-60501aeb2d4f + - 2a860855-f50d-4e8e-a553-50d30cd9af10 X-Total-Count: - "0" status: 200 OK @@ -906,19 +789,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:13 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -928,7 +811,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ade7cb3-a86e-47b8-a0f1-99d682389da3 + - b153ca42-9093-4d7e-9f52-7f0259f0997c status: 200 OK code: 200 duration: "" @@ -939,19 +822,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:13 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -961,7 +844,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 208ae0f9-4d16-404d-9928-bac9c0935650 + - 24fed616-1bf0-4806-9004-2a81fa1a2f54 status: 200 OK code: 200 duration: "" @@ -972,25 +855,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.952612+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:43.601290+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2706" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:13 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1000,7 +883,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 227f7d5b-6646-49ae-a975-a27d7cc7421d + - 03131721-ea49-43bc-a012-ca254a95313d status: 200 OK code: 200 duration: "" @@ -1011,7 +894,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/user_data method: GET response: body: '{"user_data":[]}' @@ -1023,7 +906,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:13 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1033,7 +916,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 044b9535-40e3-4a6e-88df-a69c5c10b47a + - 187c5d0e-bc67-4599-b5b9-2b64c350ae62 status: 200 OK code: 200 duration: "" @@ -1044,7 +927,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1056,9 +939,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:14 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1069,7 +952,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2598f2c-1429-4476-afb8-e9e6fc789a37 + - 789c07f3-8adb-46cf-8ee2-5237c000098d X-Total-Count: - "0" status: 200 OK @@ -1082,19 +965,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:14 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1104,7 +987,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1dacef59-7cb5-47ba-af33-9dbfa4896207 + - 292cf1d1-351e-4b52-988d-deb6cbed703f status: 200 OK code: 200 duration: "" @@ -1115,25 +998,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.952612+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:43.601290+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2706" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:14 GMT + - Mon, 10 Jul 2023 07:40:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1143,7 +1026,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0ac4315-4a73-477e-9139-20e7f6ec93fe + - d0388b0e-3b0d-404b-851d-be34751f97c8 status: 200 OK code: 200 duration: "" @@ -1156,10 +1039,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5/action","href_result":"/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5","id":"16753f35-1a21-4b84-95da-a54ba7fc8517","started_at":"2023-05-29T12:13:15.047263+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/5c170171-a4f3-4eea-9104-feb06b522162/action","href_result":"/servers/5c170171-a4f3-4eea-9104-feb06b522162","id":"ea5194a6-c286-4150-8c0f-7b7e8ad31dc3","started_at":"2023-07-10T07:40:51.693063+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1168,9 +1051,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:15 GMT + - Mon, 10 Jul 2023 07:40:51 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/16753f35-1a21-4b84-95da-a54ba7fc8517 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/ea5194a6-c286-4150-8c0f-7b7e8ad31dc3 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1180,7 +1063,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4df5a9c8-2c30-4b18-b717-084cb2985cc4 + - 91619843-8a01-41d0-b440-71d7d3f0c289 status: 202 Accepted code: 202 duration: "" @@ -1191,25 +1074,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"launching poweroff task","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2681" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:15 GMT + - Mon, 10 Jul 2023 07:40:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1219,7 +1102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 411ac11b-bd72-425a-8a75-959b2c96418c + - 91bcfd07-e012-4b01-a3f1-858933a4d090 status: 200 OK code: 200 duration: "" @@ -1230,25 +1113,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2666" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:21 GMT + - Mon, 10 Jul 2023 07:40:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1258,7 +1141,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ace3a652-972c-4923-b479-ec9ebf6cb54c + - d8ac9290-2ad8-47b6-8c30-760881449c65 status: 200 OK code: 200 duration: "" @@ -1269,25 +1152,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:26 GMT + - Mon, 10 Jul 2023 07:41:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1297,7 +1180,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97b4c8c3-709a-467e-9f81-8bb7b829f549 + - 6f5b5fc7-ac3c-432e-9b99-c6181912ab7f status: 200 OK code: 200 duration: "" @@ -1308,25 +1191,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1336,7 +1219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7447a45c-6de0-45a2-b2cf-9d0905d5f7ba + - 2c38e922-c997-4bdb-ad58-5f93b2db7e73 status: 200 OK code: 200 duration: "" @@ -1347,25 +1230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:36 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1375,7 +1258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d29132f4-d043-4b8d-9654-6846287260ef + - 3e399f25-4f9a-497b-b47f-ed53cade006c status: 200 OK code: 200 duration: "" @@ -1386,25 +1269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:42 GMT + - Mon, 10 Jul 2023 07:41:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1414,7 +1297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11b5ec0e-e880-42ab-935c-82b5d2887ce4 + - 5eb08f27-cef1-48f3-ad18-09a28818622f status: 200 OK code: 200 duration: "" @@ -1425,25 +1308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:49 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1453,7 +1336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36959916-acdd-4125-9564-12056d169a5a + - e3aacbee-c51d-4737-81d8-e1ec882ca0ad status: 200 OK code: 200 duration: "" @@ -1464,25 +1347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1492,7 +1375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34537f9a-cf29-45dd-b341-eefaf21c60c0 + - 442d65aa-10c9-4d42-bfe3-273f738d4343 status: 200 OK code: 200 duration: "" @@ -1503,25 +1386,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:00 GMT + - Mon, 10 Jul 2023 07:41:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1531,7 +1414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cff9fd29-25fd-438f-8b01-d4a7180b97cd + - bfd3c00d-04f0-4ef0-9925-64e3a6e13036 status: 200 OK code: 200 duration: "" @@ -1542,25 +1425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"604","node_id":"5","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:14.740512+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.162.9","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:40:51.376459+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:05 GMT + - Mon, 10 Jul 2023 07:41:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1570,7 +1453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4267ef6a-4fd7-4530-a02f-0e789c56547e + - e6e5a2c0-6262-46c1-9a57-b4f9b38ac3ee status: 200 OK code: 200 duration: "" @@ -1581,25 +1464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:08.853599+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:41:41.688197+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1609,7 +1492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 442faf92-0d81-4d5c-b412-2786681493bd + - 480d85fd-5a19-4256-930f-a86c49ecb90b status: 200 OK code: 200 duration: "" @@ -1620,25 +1503,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-05-29T12:12:38.565887+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:08.853599+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.565887+00:00","export_uri":null,"id":"0d5bc677-a170-4bd3-86d8-ec6b453ad9d7","modification_date":"2023-05-29T12:12:38.565887+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5b7a6898-ab7c-436f-b9bd-0c125b0450a5","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-M","creation_date":"2023-07-10T07:40:24.660134+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"5c170171-a4f3-4eea-9104-feb06b522162","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:d1","maintenances":[],"modification_date":"2023-07-10T07:41:41.688197+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:24.660134+00:00","export_uri":null,"id":"c64e7035-b250-45e6-8a60-4b661a4b3444","modification_date":"2023-07-10T07:40:24.660134+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5c170171-a4f3-4eea-9104-feb06b522162","name":"test"},"size":40000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:41:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1648,7 +1531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff033309-01a4-477e-94e3-ca061491e68e + - b5ddf541-7c97-4dad-87b0-6eeb93549b3c status: 200 OK code: 200 duration: "" @@ -1659,7 +1542,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: DELETE response: body: "" @@ -1667,7 +1550,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1677,7 +1560,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 016e6400-104a-4087-a096-6cfc791bd92f + - 2b77f1f4-6f7d-4028-9c4b-7db1f4a2e8df status: 204 No Content code: 204 duration: "" @@ -1688,10 +1571,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5b7a6898-ab7c-436f-b9bd-0c125b0450a5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5c170171-a4f3-4eea-9104-feb06b522162 method: GET response: - body: '{"message":"\"5b7a6898-ab7c-436f-b9bd-0c125b0450a5\" not found","type":"unknown_resource"}' + body: '{"message":"\"5c170171-a4f3-4eea-9104-feb06b522162\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1700,7 +1583,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1710,7 +1593,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2cac5f3-bf27-40ba-8047-071cd19d7689 + - e0e2b3b2-2c6d-455e-9444-19c06089c4b9 status: 404 Not Found code: 404 duration: "" @@ -1721,7 +1604,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0d5bc677-a170-4bd3-86d8-ec6b453ad9d7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c64e7035-b250-45e6-8a60-4b661a4b3444 method: DELETE response: body: "" @@ -1729,7 +1612,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:13 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1739,7 +1622,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 69d21959-c3c3-40e8-a8c4-4ee9eda1b4e9 + - cd13c39c-d39d-4b1a-bd96-c5bcae355473 status: 204 No Content code: 204 duration: "" @@ -1753,16 +1636,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:13 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Link: - ; rel="next",; rel="last" @@ -1775,7 +1658,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b31faa50-2d6c-4927-a800-5135d4271957 + - ed6e96c9-0d53-428e-9509-51c6f4f559fb X-Total-Count: - "56" status: 200 OK @@ -1791,16 +1674,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:13 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -1813,14 +1696,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9e420cb-cba3-4a18-97a0-42e167dc6397 + - 735b2184-be5e-4f9a-b35a-c31d8ddad9e1 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"test","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","basic"]}' + body: '{"name":"test","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","basic"]}' form: {} headers: Content-Type: @@ -1833,22 +1716,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:14.171169+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:41:48.784831+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:14 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1858,7 +1741,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8fe643b9-dd79-4f49-b4bd-40adb13df167 + - d07ea054-1b4c-4a69-a510-7e768a59a000 status: 201 Created code: 201 duration: "" @@ -1869,25 +1752,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:14.171169+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:41:48.784831+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:14 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1897,7 +1780,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92c574a6-5abf-4c44-bc74-4865fd9ec7b1 + - ac497fb6-14d5-41dc-b674-6a2026a667f0 status: 200 OK code: 200 duration: "" @@ -1908,25 +1791,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:14.171169+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:41:48.784831+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1936,7 +1819,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e3525c3-f416-49f6-9f3b-8d36f23d50b4 + - b17bea3d-cfee-4fc8-aeae-adc152bf0f8a status: 200 OK code: 200 duration: "" @@ -1949,10 +1832,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/action","href_result":"/servers/54714043-e85d-4bb9-8fbb-2a7385a63741","id":"74ad84ae-1a85-4342-997a-da562a60da2e","started_at":"2023-05-29T12:14:15.908017+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/action","href_result":"/servers/47ff5b4c-1396-41b9-9f9a-620072fef108","id":"9b2330bf-fea4-4967-b3ff-8240c9defc70","started_at":"2023-07-10T07:41:50.960397+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -1961,9 +1844,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/74ad84ae-1a85-4342-997a-da562a60da2e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9b2330bf-fea4-4967-b3ff-8240c9defc70 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1973,7 +1856,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22042227-4437-488f-b20a-4a21d6e5f595 + - f08c329a-51de-4aa4-9001-a9d4c74ca337 status: 202 Accepted code: 202 duration: "" @@ -1984,25 +1867,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:15.597188+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:41:50.416891+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2567" + - "2649" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:16 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2012,7 +1895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28e64e25-cd39-41ce-af50-556a79054069 + - aa28f612-e634-44e5-88cc-218f2e763b3a status: 200 OK code: 200 duration: "" @@ -2023,25 +1906,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.597188+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:41:50.416891+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2051,7 +1934,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddf84d04-4d73-4efc-813d-f2a9ded6805d + - 73e62ef9-baf5-4864-bfb7-0782650efb45 status: 200 OK code: 200 duration: "" @@ -2062,25 +1945,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.597188+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:41:50.416891+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2676" + - "2757" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:26 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2090,7 +1973,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 628c7582-2777-4869-b7db-01078b5953dc + - c82e77d9-02f4-45d7-bf79-d5032ce9d000 status: 200 OK code: 200 duration: "" @@ -2101,25 +1984,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:31.379519+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:04.116160+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:42:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2129,7 +2012,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 145e790d-19e4-4a7a-9de2-2a1c7b6c745a + - 23d0f515-d204-4b2e-abc6-7c80d385fa6c status: 200 OK code: 200 duration: "" @@ -2140,25 +2023,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:31.379519+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:04.116160+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:42:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2168,7 +2051,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c6aa4d0-3a8e-408b-8bf0-e88122268261 + - f90ac274-9d72-40f8-a1b6-24c97a39ec74 status: 200 OK code: 200 duration: "" @@ -2179,7 +2062,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/user_data method: GET response: body: '{"user_data":[]}' @@ -2191,7 +2074,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:42:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2201,7 +2084,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c87bf878-b45a-4fcc-bd76-afc22cd70214 + - dbaf8265-f740-4431-96df-245131a0910e status: 200 OK code: 200 duration: "" @@ -2212,7 +2095,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2224,9 +2107,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2237,7 +2120,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c1142fa-ff26-4565-890e-4268490d778f + - 1e07e497-d791-4dd5-a6a7-2769fedff186 X-Total-Count: - "0" status: 200 OK @@ -2250,25 +2133,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:31.379519+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:04.116160+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2278,7 +2161,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b8aeff6-46eb-42ea-83ab-50b048c5baad + - 77769106-0b7c-48a2-a7ab-6e8ee9dc4609 status: 200 OK code: 200 duration: "" @@ -2289,19 +2172,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2311,7 +2194,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 637b6e8b-7cbc-454e-9bce-810f23b24273 + - 50c55e0c-88ba-494a-b2aa-1adda606498b status: 200 OK code: 200 duration: "" @@ -2322,19 +2205,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2344,7 +2227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37fa2cba-46e8-4177-8a90-4a88a1ead646 + - 7bdd5d38-22c7-4990-b760-ab3bc84a376e status: 200 OK code: 200 duration: "" @@ -2355,25 +2238,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:31.379519+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:04.116160+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2383,7 +2266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 244dc564-e8b9-420e-b6cb-123856968c5f + - 97e6b4d4-18b3-4390-9a2f-b863c8f9d41e status: 200 OK code: 200 duration: "" @@ -2394,7 +2277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/user_data method: GET response: body: '{"user_data":[]}' @@ -2406,7 +2289,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2416,7 +2299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 527eed0f-b2a7-4caf-8224-8ee37081fbef + - 3cfa905a-9ee7-41bb-aafc-0309c7d65fd8 status: 200 OK code: 200 duration: "" @@ -2427,7 +2310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2439,9 +2322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2452,7 +2335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - abef616b-ce35-4aaf-954c-6b15d7d11791 + - 415142ca-8baa-44af-bf9b-fcc8ee6898e1 X-Total-Count: - "0" status: 200 OK @@ -2465,19 +2348,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2487,7 +2370,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dac70068-2eab-487c-82f8-fd3b85423652 + - 0a3ae27f-bf2b-4283-a8af-c8b8e968910b status: 200 OK code: 200 duration: "" @@ -2498,25 +2381,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:31.379519+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:04.116160+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2707" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:34 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2526,7 +2409,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 69778a29-216f-4c6b-88e6-dc5bc07bd412 + - e961516d-f700-41b7-aad5-259b41013892 status: 200 OK code: 200 duration: "" @@ -2539,10 +2422,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/54714043-e85d-4bb9-8fbb-2a7385a63741/action","href_result":"/servers/54714043-e85d-4bb9-8fbb-2a7385a63741","id":"775ff890-0992-455e-9cd3-d5fd722cd208","started_at":"2023-05-29T12:14:34.362982+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/47ff5b4c-1396-41b9-9f9a-620072fef108/action","href_result":"/servers/47ff5b4c-1396-41b9-9f9a-620072fef108","id":"9654a6e7-d421-4b3d-b60f-651eb363174d","started_at":"2023-07-10T07:42:13.964385+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2551,9 +2434,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:34 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/775ff890-0992-455e-9cd3-d5fd722cd208 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9654a6e7-d421-4b3d-b60f-651eb363174d Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2563,7 +2446,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77397f7d-e362-4f5c-9edb-e1b5cf1ec927 + - 0ba7786f-738d-4215-a7ce-cb28f3c13931 status: 202 Accepted code: 202 duration: "" @@ -2574,103 +2457,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:34 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 04ed38eb-a564-4e19-bbf3-a2d51b6559c6 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2667" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:39 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2c70e4e5-8b61-4fcc-a482-0bcb77296f85 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2748" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:44 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2680,7 +2485,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5997256-7e44-4472-b39a-d0478c3ec8b9 + - 1fae5127-7724-4cb5-8f9f-4a3f7e935b39 status: 200 OK code: 200 duration: "" @@ -2691,25 +2496,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2748" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:50 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2719,7 +2524,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b70f4ef-6f0e-4b0e-a146-90bce5dd6e00 + - 1f7d31df-a737-4e70-861f-9836ecf794e0 status: 200 OK code: 200 duration: "" @@ -2730,25 +2535,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2667" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:55 GMT + - Mon, 10 Jul 2023 07:42:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2758,7 +2563,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - baf1f0d8-1af7-4b50-afd1-e2218128bc02 + - b8e6bd84-ff1b-47df-a470-29526cebdbcf status: 200 OK code: 200 duration: "" @@ -2769,25 +2574,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:00 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2797,7 +2602,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d33c146-8e9a-4262-8d03-7b02a8960550 + - 96578765-1da6-4046-b33e-5b4861579e46 status: 200 OK code: 200 duration: "" @@ -2808,25 +2613,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:05 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2836,7 +2641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b301003-63b4-4a74-8aac-0175cd7d7c15 + - 8791869b-6daa-4be6-9282-84d74ac94cbe status: 200 OK code: 200 duration: "" @@ -2847,25 +2652,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:10 GMT + - Mon, 10 Jul 2023 07:42:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2875,7 +2680,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb6cded4-fc61-48f8-b7ab-1dc5b68c621a + - 951f314b-9fe8-4a94-bdcd-682c585cc8cc status: 200 OK code: 200 duration: "" @@ -2886,25 +2691,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:16 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2914,7 +2719,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e359e88d-be0c-46c1-9584-9169d6bb932b + - e10150a2-00dd-4f30-9fc6-d1addafc042b status: 200 OK code: 200 duration: "" @@ -2925,25 +2730,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2953,7 +2758,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c7748e1-f276-4c48-84a3-751248bb118d + - 86a618f1-9ce9-4b60-8f23-0b495a75fc2c status: 200 OK code: 200 duration: "" @@ -2964,25 +2769,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"36","hypervisor_id":"901","node_id":"28","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:34.030847+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.112.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"804","node_id":"38","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:42:13.615868+00:00","name":"test","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.62.75","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:26 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2992,7 +2797,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ade411c-40b7-4e57-85e3-7d90269bc2c2 + - 68c9b2bb-55c6-468a-88e0-daafa8cc83db status: 200 OK code: 200 duration: "" @@ -3003,25 +2808,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:31.432957+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:43:07.096191+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:31 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3031,7 +2836,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb1871cf-aa16-4c9b-9afe-b24af57eea2f + - 70f48390-fa41-4d20-b8e4-026d57cb173a status: 200 OK code: 200 duration: "" @@ -3042,25 +2847,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:14.171169+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"54714043-e85d-4bb9-8fbb-2a7385a63741","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:31.432957+00:00","name":"test","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:14.171169+00:00","export_uri":null,"id":"b3ca9b91-db06-4f23-b287-ac7c654a7581","modification_date":"2023-05-29T12:14:14.171169+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"54714043-e85d-4bb9-8fbb-2a7385a63741","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:48.784831+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"test","id":"47ff5b4c-1396-41b9-9f9a-620072fef108","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0f","maintenances":[],"modification_date":"2023-07-10T07:43:07.096191+00:00","name":"test","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","basic"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:48.784831+00:00","export_uri":null,"id":"7d163b3b-2d55-437d-bb80-785943657fb2","modification_date":"2023-07-10T07:41:48.784831+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"47ff5b4c-1396-41b9-9f9a-620072fef108","name":"test"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2545" + - "2627" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3070,7 +2875,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 241aa8df-6906-475e-b788-4345f401f3c4 + - 0e2e8023-261e-4020-9f3d-dce3b5c4e8bd status: 200 OK code: 200 duration: "" @@ -3081,7 +2886,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: DELETE response: body: "" @@ -3089,7 +2894,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3099,7 +2904,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f31b557-c535-467f-85d1-02725ab3660c + - 3d97e18e-c518-4c5a-939b-0478afc6fa66 status: 204 No Content code: 204 duration: "" @@ -3110,10 +2915,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: - body: '{"message":"\"54714043-e85d-4bb9-8fbb-2a7385a63741\" not found","type":"unknown_resource"}' + body: '{"message":"\"47ff5b4c-1396-41b9-9f9a-620072fef108\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3122,7 +2927,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3132,7 +2937,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c06a1b2-36e2-48da-87df-8445312ab5c2 + - bdc2f69b-dd71-4af4-b9dd-12bc399760e8 status: 404 Not Found code: 404 duration: "" @@ -3143,7 +2948,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b3ca9b91-db06-4f23-b287-ac7c654a7581 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7d163b3b-2d55-437d-bb80-785943657fb2 method: DELETE response: body: "" @@ -3151,7 +2956,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3161,7 +2966,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6715bc8d-4ece-437e-9027-37703b3bbab1 + - ac7d138f-c46e-4148-b263-88408583a1a3 status: 204 No Content code: 204 duration: "" @@ -3172,10 +2977,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54714043-e85d-4bb9-8fbb-2a7385a63741 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/47ff5b4c-1396-41b9-9f9a-620072fef108 method: GET response: - body: '{"message":"\"54714043-e85d-4bb9-8fbb-2a7385a63741\" not found","type":"unknown_resource"}' + body: '{"message":"\"47ff5b4c-1396-41b9-9f9a-620072fef108\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3184,7 +2989,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3194,7 +2999,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 999c2480-d7be-4b77-b8b0-e7b210d59ab3 + - 8851d888-a7aa-4470-a3e9-7cd17291ae32 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-basic2.cassette.yaml b/scaleway/testdata/instance-server-basic2.cassette.yaml index 2ddface9fb..b504de3836 100644 --- a/scaleway/testdata/instance-server-basic2.cassette.yaml +++ b/scaleway/testdata/instance-server-basic2.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ea9ef4f-3902-4904-9e42-35f232ff138d + - 517f9181-1d66-4763-a454-c7084545a96a status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8f71563-2f90-4113-af4e-fce66d06ddd0 + - 0a180b25-e7fd-481b-b8ff-77afce2adf86 status: 200 OK code: 200 duration: "" @@ -77,16 +77,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Link: - ; rel="next",; rel="last" @@ -99,7 +99,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 648bab71-bee6-4515-b05e-1c4eee5a38c2 + - 0935fbf4-04b4-4264-895e-2cd754498791 X-Total-Count: - "56" status: 200 OK @@ -115,16 +115,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -137,14 +137,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98783d5c-7b2d-4d30-911a-9a602d330c53 + - eaf9c0e1-2a08-4442-ac1d-0a1ed07a14c0 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-charming-ellis","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-brave-payne","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -157,22 +157,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -182,7 +182,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2130944-0c7e-442f-8b6d-51ef659c36d4 + - eabea73a-b930-47f2-9ee7-a06a86d12671 status: 201 Created code: 201 duration: "" @@ -193,25 +193,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -221,7 +221,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 565c2554-d814-4c22-8131-fe2e9a2b3591 + - 1ac38349-765b-4664-8881-7456a548f733 status: 200 OK code: 200 duration: "" @@ -232,25 +232,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -260,7 +260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e9ff786-7b42-46c5-863e-08e5de2208a4 + - 09fd6b7e-a97d-40e0-91e6-ff1c4f2fe97f status: 200 OK code: 200 duration: "" @@ -271,25 +271,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -299,7 +299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb9e8321-c651-49e2-9d5b-cd997865e51e + - 883bb5ce-db73-4cc1-9942-f5eae8592358 status: 200 OK code: 200 duration: "" @@ -310,7 +310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116/user_data method: GET response: body: '{"user_data":[]}' @@ -322,7 +322,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -332,7 +332,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c241bec-576d-43a6-a12a-12a713a80488 + - 737b396f-92a6-4637-a079-40c0b69c303a status: 200 OK code: 200 duration: "" @@ -343,7 +343,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116/private_nics method: GET response: body: '{"private_nics":[]}' @@ -355,9 +355,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -368,7 +368,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5ef984a-714e-4f17-9714-5eeaed91b029 + - a0606f8c-922a-4259-8f0f-3f529753887e X-Total-Count: - "0" status: 200 OK @@ -381,19 +381,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -403,7 +403,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 034fabe8-19fa-4ed6-b010-99d37e8f64d6 + - dab9143a-9543-4560-8852-72fa7b832ef2 status: 200 OK code: 200 duration: "" @@ -414,19 +414,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -436,7 +436,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9569a5d6-7269-4ff4-bfb1-9d496b6f0cf1 + - d2589f60-0141-46f2-8ba2-f0981ec14c58 status: 200 OK code: 200 duration: "" @@ -447,25 +447,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -475,7 +475,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11e67c10-b6a5-4370-90d9-4ffe130721ad + - 93407835-7c37-4660-9e82-0b655846033a status: 200 OK code: 200 duration: "" @@ -486,7 +486,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116/user_data method: GET response: body: '{"user_data":[]}' @@ -498,7 +498,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -508,7 +508,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3580173-f5ee-419a-ba0b-eb3143dd1564 + - f83cb4be-5dd4-42d4-bfa1-eec2bfb36957 status: 200 OK code: 200 duration: "" @@ -519,7 +519,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116/private_nics method: GET response: body: '{"private_nics":[]}' @@ -531,9 +531,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:54 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -544,7 +544,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb7ae2c0-d4e4-408e-b81a-835181e57383 + - 7e5e858d-5076-4175-9ff7-0ae17d907691 X-Total-Count: - "0" status: 200 OK @@ -557,19 +557,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -579,7 +579,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7614659-a8ee-4fc5-bcb7-48f9307c5f92 + - 1cdb1ab7-8081-4071-b5cc-4c0620efe574 status: 200 OK code: 200 duration: "" @@ -590,19 +590,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -612,7 +612,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 937bfa57-4fe2-4496-97d5-47c2e25a41a2 + - 56940c20-e962-4d9f-945d-6c7467d28b58 status: 200 OK code: 200 duration: "" @@ -623,25 +623,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -651,7 +651,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2be059c-d376-4153-83f1-204b09818c2e + - bd7cf4f7-b60f-45c6-8092-242568cb7b5b status: 200 OK code: 200 duration: "" @@ -662,7 +662,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116/user_data method: GET response: body: '{"user_data":[]}' @@ -674,7 +674,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -684,7 +684,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13b95fa1-a693-4c6c-8692-e9271809b20b + - 3cdd43f1-f431-4488-a598-28b7e38fb4f4 status: 200 OK code: 200 duration: "" @@ -695,7 +695,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116/private_nics method: GET response: body: '{"private_nics":[]}' @@ -707,9 +707,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -720,7 +720,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cda97c48-8fbc-4bba-bfe9-38e9f81c3f17 + - 7118df0a-252b-4ae5-bfa1-fd57adae27b7 X-Total-Count: - "0" status: 200 OK @@ -733,25 +733,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -761,7 +761,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd4d0d7a-431e-4ee1-bfb8-4d7d1e5be30c + - 7f87b4c8-163a-4a75-97d4-6513f1de4a7c status: 200 OK code: 200 duration: "" @@ -772,25 +772,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.868159+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-charming-ellis","id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.868159+00:00","name":"tf-srv-charming-ellis","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.868159+00:00","export_uri":null,"id":"6bbec0d6-0fe0-4fca-8d72-71b938b8f241","modification_date":"2023-05-29T12:12:38.868159+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3ac628ba-c83a-4666-95ab-428ba3a536f3","name":"tf-srv-charming-ellis"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.380307+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-brave-payne","id":"66d8f323-779e-4e04-9c02-9f4a85f82116","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:17","maintenances":[],"modification_date":"2023-07-10T07:41:52.380307+00:00","name":"tf-srv-brave-payne","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.380307+00:00","export_uri":null,"id":"8729f9fb-5d62-45ff-828d-4bb6fe1cf076","modification_date":"2023-07-10T07:41:52.380307+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"66d8f323-779e-4e04-9c02-9f4a85f82116","name":"tf-srv-brave-payne"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2543" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -800,7 +800,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9956ff12-9798-4d59-8d53-3222d0e6c7e6 + - 19f60906-d738-4569-a07b-f44716f1a021 status: 200 OK code: 200 duration: "" @@ -811,7 +811,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: DELETE response: body: "" @@ -819,7 +819,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -829,7 +829,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 79a305e9-6656-46b7-a93d-f5cfce7a95a7 + - ad103594-a5f7-46df-8370-d761174edd29 status: 204 No Content code: 204 duration: "" @@ -840,10 +840,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: - body: '{"message":"\"3ac628ba-c83a-4666-95ab-428ba3a536f3\" not found","type":"unknown_resource"}' + body: '{"message":"\"66d8f323-779e-4e04-9c02-9f4a85f82116\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -852,7 +852,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -862,7 +862,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aea1beda-1fcd-45d5-983c-615148869ce0 + - 52390bb0-9524-406a-838a-8480b41c22ec status: 404 Not Found code: 404 duration: "" @@ -873,7 +873,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6bbec0d6-0fe0-4fca-8d72-71b938b8f241 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/8729f9fb-5d62-45ff-828d-4bb6fe1cf076 method: DELETE response: body: "" @@ -881,7 +881,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -891,7 +891,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4be4b350-c2fb-4553-b803-b21155d4647b + - 9c36d924-34a9-45c1-8411-28a9cc6eaebe status: 204 No Content code: 204 duration: "" @@ -902,10 +902,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ac628ba-c83a-4666-95ab-428ba3a536f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d8f323-779e-4e04-9c02-9f4a85f82116 method: GET response: - body: '{"message":"\"3ac628ba-c83a-4666-95ab-428ba3a536f3\" not found","type":"unknown_resource"}' + body: '{"message":"\"66d8f323-779e-4e04-9c02-9f4a85f82116\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -914,7 +914,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -924,7 +924,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42ca7b86-0ac3-4ea3-b737-e9eaf7743475 + - 01a61730-9138-4d41-8cbf-aa7f5419c1f1 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-bootscript.cassette.yaml b/scaleway/testdata/instance-server-bootscript.cassette.yaml index acac3b67eb..32e6bf9bba 100644 --- a/scaleway/testdata/instance-server-bootscript.cassette.yaml +++ b/scaleway/testdata/instance-server-bootscript.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2913742d-95b5-4f21-b620-9922d42a2337 + - e9430f99-b326-412a-a8c8-f8e3a8c1f720 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 205fde0a-9fb2-4cd7-a8a0-4dd5343cfd25 + - bafd0868-6d70-4f9d-bc72-8d84a722a129 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20109a35-a723-405c-bbea-469648be3348 + - abec912e-42d0-4103-b13c-dc73dcbd7557 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-cool-kalam","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"bootscript","bootscript":"7decf961-d3e9-4711-93c7-b16c254e99b9","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-quizzical-heyrovsky","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"bootscript","bootscript":"7decf961-d3e9-4711-93c7-b16c254e99b9","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.708294+00:00","name":"tf-srv-cool-kalam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:14.480828+00:00","name":"tf-srv-quizzical-heyrovsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2516" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25e8148d-2df4-4d61-911c-4dec7143ab81 + - e60492b8-7cce-4358-a0b9-cad44645e1fe status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.708294+00:00","name":"tf-srv-cool-kalam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:14.480828+00:00","name":"tf-srv-quizzical-heyrovsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2516" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd00360a-45ed-4999-b5cf-3c2a29eb6472 + - 1332e840-8c2d-49aa-9ef4-49fa732e2ab2 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.708294+00:00","name":"tf-srv-cool-kalam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:14.480828+00:00","name":"tf-srv-quizzical-heyrovsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2516" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1b307d5-125b-4c52-89ae-caf4bfff6a36 + - 830406d7-74c3-44bb-b564-45ca8a726e8e status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/4e4fac78-428b-4455-a675-54d1fc665e13/action","href_result":"/servers/4e4fac78-428b-4455-a675-54d1fc665e13","id":"a8fb3203-fc6d-49da-8b81-bdd37ad9441a","started_at":"2023-05-29T12:12:40.193584+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/0692a0e3-4769-45a0-9189-8498e6165920/action","href_result":"/servers/0692a0e3-4769-45a0-9189-8498e6165920","id":"b5b1f5c5-bd54-4287-bc3e-877b45fc164b","started_at":"2023-07-10T07:42:15.759794+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a8fb3203-fc6d-49da-8b81-bdd37ad9441a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b5b1f5c5-bd54-4287-bc3e-877b45fc164b Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4caf9e1c-75bc-4a8a-85b4-2faf0bcf19c1 + - 9879cb5f-a19f-4e54-b567-0cf6c21785fc status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.884685+00:00","name":"tf-srv-cool-kalam","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,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:15.303396+00:00","name":"tf-srv-quizzical-heyrovsky","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":false,"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":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2538" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd01026e-0f62-4a70-afca-94c7a4cda142 + - 0455ebee-2dd2-4eb3-9980-c7b9c21d4396 status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.884685+00:00","name":"tf-srv-cool-kalam","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,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:15.303396+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2538" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84298ec7-4b18-49fa-8eb3-bec798531abd + - 5935a15d-792a-4050-b260-bf6dafdfbd5f status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.884685+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:15.303396+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2646" + - "2755" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3e7737a-4052-4131-a3e0-7d22e63c8e2f + - 584b5167-0ede-45f0-9b16-ffc97d1117fe status: 200 OK code: 200 duration: "" @@ -392,64 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.884685+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2646" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b28f3109-9658-4406-92f4-4be6e20016c1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:59.886572+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:29.176301+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2786" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10c95ba7-0ba5-4d5f-9a5f-1a5b3aa3e058 + - 13977ab7-8760-4ea3-9f9b-b607c0801981 status: 200 OK code: 200 duration: "" @@ -470,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:59.886572+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:29.176301+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2786" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -498,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3805deef-424a-4ffc-8d74-4d462645164c + - 2e6693ae-9301-404d-b070-d9d50d6af5cb status: 200 OK code: 200 duration: "" @@ -509,7 +470,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920/user_data method: GET response: body: '{"user_data":[]}' @@ -521,7 +482,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -531,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d3f103e-6458-4b91-b379-ffef16721cb4 + - 79fca632-96ce-42ba-91d0-9f94838781df status: 200 OK code: 200 duration: "" @@ -542,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920/private_nics method: GET response: body: '{"private_nics":[]}' @@ -554,9 +515,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -567,7 +528,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9da67056-ffd2-4be4-95e9-c0544558a675 + - e0f4d65d-9430-4e68-82f3-9520368dc0bf X-Total-Count: - "0" status: 200 OK @@ -580,25 +541,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:59.886572+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:29.176301+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2786" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92a29c6f-8a7c-4213-a4c8-f614e344b38c + - 45d5cca2-4824-498d-97a3-13e4d870b05a status: 200 OK code: 200 duration: "" @@ -619,25 +580,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:59.886572+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:29.176301+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2786" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -647,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f91175da-81da-4d6c-87e1-4db39f43387d + - 77c67c7c-99aa-4a68-9e83-ac1ddd9748e4 status: 200 OK code: 200 duration: "" @@ -658,7 +619,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920/user_data method: GET response: body: '{"user_data":[]}' @@ -670,7 +631,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -680,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe68aa10-15d5-4b16-9bd0-baa190041daa + - aad866a3-0b1c-469c-b7eb-6da8a3614c91 status: 200 OK code: 200 duration: "" @@ -691,7 +652,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920/private_nics method: GET response: body: '{"private_nics":[]}' @@ -703,9 +664,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -716,7 +677,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7150318-97e4-4f10-9734-3e4909587fc2 + - a9cd179d-9cb8-4645-927d-2a0579a5c2d5 X-Total-Count: - "0" status: 200 OK @@ -729,25 +690,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:59.886572+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:29.176301+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2786" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -757,7 +718,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0179185c-cda2-4638-a169-f74407df21ef + - 428851d0-edc6-4cd7-8656-948dbfe91c05 status: 200 OK code: 200 duration: "" @@ -770,10 +731,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/4e4fac78-428b-4455-a675-54d1fc665e13/action","href_result":"/servers/4e4fac78-428b-4455-a675-54d1fc665e13","id":"b422afaf-295d-488c-8862-ae2ec087fb7f","started_at":"2023-05-29T12:13:03.161264+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/0692a0e3-4769-45a0-9189-8498e6165920/action","href_result":"/servers/0692a0e3-4769-45a0-9189-8498e6165920","id":"b52c30f2-b7fa-45bd-b8e2-3777e9cd32a4","started_at":"2023-07-10T07:42:36.520142+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -782,9 +743,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b422afaf-295d-488c-8862-ae2ec087fb7f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b52c30f2-b7fa-45bd-b8e2-3777e9cd32a4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -794,7 +755,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b58f83b1-7872-4688-bf85-b3075fe88e7f + - f897983a-4ee7-42e4-85c9-2bd3cce2589c status: 202 Accepted code: 202 duration: "" @@ -805,103 +766,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:03 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 129100c8-2ce4-4564-b0a4-cd5cb5eeb870 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2637" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:08 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6062437a-6445-4035-b549-ae99f17651ab - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2637" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:13 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -911,7 +794,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7dcb376d-009f-47f0-9b44-39af3f297837 + - 152d7c6d-fe87-446f-be01-ec56f29aa658 status: 200 OK code: 200 duration: "" @@ -922,25 +805,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2637" + - "2746" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:18 GMT + - Mon, 10 Jul 2023 07:42:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -950,7 +833,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2fbde577-67c2-4d39-84d7-9d990fd7e9ec + - a6a60f10-8487-4770-b68c-c96d6bf74535 status: 200 OK code: 200 duration: "" @@ -961,25 +844,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2635" + - "2744" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:24 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -989,7 +872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 349f79fb-4b6e-4da9-8fdb-b7a9bda2f993 + - f256a668-92f0-4739-b5d2-853ce38ba939 status: 200 OK code: 200 duration: "" @@ -1000,25 +883,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2635" + - "2744" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1028,7 +911,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2ebf8f99-b72f-4937-8ea7-d4fc3ac6fab2 + - 0b33d608-48f8-4155-a687-63a738cb6f5c status: 200 OK code: 200 duration: "" @@ -1039,25 +922,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2635" + - "2744" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:34 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1067,7 +950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 277d3d07-7d2d-4642-bd69-c1d5a5899d66 + - 376aaaa4-7079-448c-a136-0ad57a3ab028 status: 200 OK code: 200 duration: "" @@ -1078,25 +961,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2635" + - "2744" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1106,7 +989,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8f455be-3402-4b4a-9dca-50000176fb23 + - 233d5de1-efe9-4b22-a7d3-6e42fb9b293e status: 200 OK code: 200 duration: "" @@ -1117,25 +1000,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2635" + - "2744" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:45 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1145,7 +1028,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - caa1dedd-a4a5-48f6-9a91-0278114f02ec + - 39edaffb-9e64-4116-85e7-6ec9ffbed848 status: 200 OK code: 200 duration: "" @@ -1156,25 +1039,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"203","node_id":"33","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.879101+00:00","name":"tf-srv-cool-kalam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.76.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"502","node_id":"27","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:42:35.812754+00:00","name":"tf-srv-quizzical-heyrovsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.34.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2635" + - "2744" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1184,7 +1067,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 431a5787-10c6-4d8f-94bd-129c0c09a5da + - 9cf4ad70-8c59-4f62-b8ed-2bfd91a6c5bd status: 200 OK code: 200 duration: "" @@ -1195,25 +1078,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:55.519944+00:00","name":"tf-srv-cool-kalam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:43:28.841659+00:00","name":"tf-srv-quizzical-heyrovsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2516" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1223,7 +1106,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0947f48-bb7e-4a3c-96e7-bf881e496a8b + - 4df9bea2-a19c-4878-9b36-ec8bb60ddd3e status: 200 OK code: 200 duration: "" @@ -1234,25 +1117,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"bootscript","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":false,"dtb":"","id":"7decf961-d3e9-4711-93c7-b16c254e99b9","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-latest-latest/vmlinuz","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.708294+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-kalam","id":"4e4fac78-428b-4455-a675-54d1fc665e13","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:55.519944+00:00","name":"tf-srv-cool-kalam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.708294+00:00","export_uri":null,"id":"20b3c262-0e2e-49d4-823c-ef0792f176d4","modification_date":"2023-05-29T12:12:38.708294+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4e4fac78-428b-4455-a675-54d1fc665e13","name":"tf-srv-cool-kalam"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline latest","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.480828+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-heyrovsky","id":"0692a0e3-4769-45a0-9189-8498e6165920","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:29","maintenances":[],"modification_date":"2023-07-10T07:43:28.841659+00:00","name":"tf-srv-quizzical-heyrovsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.480828+00:00","export_uri":null,"id":"ba37ff84-3ccf-4f75-97d0-56bd3069efef","modification_date":"2023-07-10T07:42:14.480828+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0692a0e3-4769-45a0-9189-8498e6165920","name":"tf-srv-quizzical-heyrovsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2516" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1262,7 +1145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a7424ce-9610-4161-b180-a951466a1457 + - 1bef1e99-be71-4250-8ef1-cf990e2d2dc4 status: 200 OK code: 200 duration: "" @@ -1273,7 +1156,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: DELETE response: body: "" @@ -1281,7 +1164,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1291,7 +1174,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e474d517-d452-4634-a183-7f71bb2e8bde + - adf75e90-0f2c-4cd5-b099-66b0c4dda44e status: 204 No Content code: 204 duration: "" @@ -1302,10 +1185,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: - body: '{"message":"\"4e4fac78-428b-4455-a675-54d1fc665e13\" not found","type":"unknown_resource"}' + body: '{"message":"\"0692a0e3-4769-45a0-9189-8498e6165920\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1314,7 +1197,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1324,7 +1207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f2200f2-69ea-473d-9039-309a720f0c24 + - 66e0ee62-4126-44f7-bd90-f00d346fc2f5 status: 404 Not Found code: 404 duration: "" @@ -1335,7 +1218,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/20b3c262-0e2e-49d4-823c-ef0792f176d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/ba37ff84-3ccf-4f75-97d0-56bd3069efef method: DELETE response: body: "" @@ -1343,7 +1226,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1353,7 +1236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 412308a7-b1e8-4ec1-8149-f0e951d0b3cb + - 0b558b21-7c73-4671-a18f-b69bf7b44731 status: 204 No Content code: 204 duration: "" @@ -1364,10 +1247,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4e4fac78-428b-4455-a675-54d1fc665e13 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0692a0e3-4769-45a0-9189-8498e6165920 method: GET response: - body: '{"message":"\"4e4fac78-428b-4455-a675-54d1fc665e13\" not found","type":"unknown_resource"}' + body: '{"message":"\"0692a0e3-4769-45a0-9189-8498e6165920\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1376,7 +1259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1386,7 +1269,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89ab4b77-22b1-4934-a73c-f170202cd612 + - 58a4858e-3033-4b75-83db-a7cdf772f21f status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-enterprise.cassette.yaml b/scaleway/testdata/instance-server-enterprise.cassette.yaml index 94977d6248..16fec1f082 100644 --- a/scaleway/testdata/instance-server-enterprise.cassette.yaml +++ b/scaleway/testdata/instance-server-enterprise.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-2 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-2 method: GET response: - body: '{"local_images":[{"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","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"],"id":"7c748e78-971e-40ab-83f6-461e20a56c68","label":"ubuntu_focal","zone":"fr-par-2"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"57e89f65-ec39-4847-aed5-942629dff0ad","label":"ubuntu_focal","zone":"fr-par-2"}],"total_count":2}' + body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"82a3876e-72b9-40bc-bc12-24e3f861d013","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-2"},{"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","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"],"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-2"}],"total_count":2}' headers: Content-Length: - - "1034" + - "1149" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a88a4d5c-a28e-45ce-8295-6954ab2c7f3b + - 7ad62a0b-a665-42bc-a5e2-473b30c28547 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-2/products/servers?page=1 method: GET response: - body: '{"servers":{"AMP2-C1":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.005007,"monthly_price":3.6,"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":1879048192,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C12":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.039752,"monthly_price":28.62,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":1200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1200000000}],"ipv6_support":true,"sum_internal_bandwidth":1200000000,"sum_internet_bandwidth":1200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":25501368320,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C2":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.008165,"monthly_price":5.88,"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":4026531840,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C24":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.077657,"monthly_price":55.91,"ncpus":24,"network":{"interfaces":[{"internal_bandwidth":2400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2400000000}],"ipv6_support":true,"sum_internal_bandwidth":2400000000,"sum_internet_bandwidth":2400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":51271172096,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C4":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014483,"monthly_price":10.43,"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":8321499136,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C48":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.153466,"monthly_price":110.5,"ncpus":48,"network":{"interfaces":[{"internal_bandwidth":4800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":4800000000}],"ipv6_support":true,"sum_internal_bandwidth":4800000000,"sum_internet_bandwidth":4800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":102810779648,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C60":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.19137,"monthly_price":137.79,"ncpus":60,"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":128580583424,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C8":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027118,"monthly_price":19.52,"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":16911433728,"volumes_constraint":{"max_size":0,"min_size":0}},"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"GPU-3070-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":0.98,"monthly_price":715.4,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":2500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2500000000}],"ipv6_support":true,"sum_internal_bandwidth":2500000000,"sum_internet_bandwidth":2500000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}}}}' + body: '{"servers":{"AMP2-C1":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.005007,"mig_profile":null,"monthly_price":3.6,"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":1879048192,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C12":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.039752,"mig_profile":null,"monthly_price":28.62,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":1200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1200000000}],"ipv6_support":true,"sum_internal_bandwidth":1200000000,"sum_internet_bandwidth":1200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":25501368320,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C2":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.008165,"mig_profile":null,"monthly_price":5.88,"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":4026531840,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C24":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.077657,"mig_profile":null,"monthly_price":55.91,"ncpus":24,"network":{"interfaces":[{"internal_bandwidth":2400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2400000000}],"ipv6_support":true,"sum_internal_bandwidth":2400000000,"sum_internet_bandwidth":2400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":51271172096,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C4":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014483,"mig_profile":null,"monthly_price":10.43,"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":8321499136,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C48":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.153466,"mig_profile":null,"monthly_price":110.5,"ncpus":48,"network":{"interfaces":[{"internal_bandwidth":4800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":4800000000}],"ipv6_support":true,"sum_internal_bandwidth":4800000000,"sum_internet_bandwidth":4800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":102810779648,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C60":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.19137,"mig_profile":null,"monthly_price":137.79,"ncpus":60,"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":128580583424,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C8":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027118,"mig_profile":null,"monthly_price":19.52,"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":16911433728,"volumes_constraint":{"max_size":0,"min_size":0}},"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"GPU-3070-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":0.98,"mig_profile":null,"monthly_price":715.4,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":2500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2500000000}],"ipv6_support":true,"sum_internal_bandwidth":2500000000,"sum_internet_bandwidth":2500000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}}}}' headers: Content-Length: - - "36797" + - "37847" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8ddcb5e-946a-4025-8687-cc18d9acaf56 + - 0ca41de0-0905-4a4a-921e-24768ac7ee14 X-Total-Count: - "52" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-2/products/servers?page=2 method: GET response: - body: '{"servers":{"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}}}}' + body: '{"servers":{"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}}}}' headers: Content-Length: - - "1494" + - "1536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2431de3-5813-4d53-8ec2-46d4704d44e4 + - 57812b06-6cc8-4644-988a-cdaee4c3a2b6 X-Total-Count: - "52" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-vibrant-babbage","dynamic_ip_required":false,"commercial_type":"ENT1-S","image":"7c748e78-971e-40ab-83f6-461e20a56c68","volumes":{"0":{"volume_type":"b_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-suspicious-blackburn","dynamic_ip_required":false,"commercial_type":"ENT1-S","image":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","volumes":{"0":{"boot":false,"volume_type":"b_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:45.210759+00:00","name":"tf-srv-vibrant-babbage","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:12.150416+00:00","name":"tf-srv-suspicious-blackburn","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2546" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + - https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb0f40db-b415-4e01-b5e6-eb506c8376c5 + - 78e47621-fdb0-4796-9276-89b5ae56b49e status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:45.210759+00:00","name":"tf-srv-vibrant-babbage","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:12.150416+00:00","name":"tf-srv-suspicious-blackburn","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2546" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8e4d439-0aab-4f34-9ec3-aa93baf5fe8b + - 124a2555-7b38-481a-91b5-49bbcf6f439a status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:45.210759+00:00","name":"tf-srv-vibrant-babbage","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:12.150416+00:00","name":"tf-srv-suspicious-blackburn","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2546" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5913c6f9-b398-4bce-9a6f-527be4ea87c5 + - 51587bb7-6821-48d1-8a01-7a829b765f30 status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/081aa010-1356-4602-9909-96b85b6dd016/action","href_result":"/servers/081aa010-1356-4602-9909-96b85b6dd016","id":"22af87e5-a0d3-42ba-b2cf-22e1635b9b83","started_at":"2023-05-29T12:12:45.957467+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/2650e51d-d231-4f8c-90a8-120774a4c452/action","href_result":"/servers/2650e51d-d231-4f8c-90a8-120774a4c452","id":"4ec69bc0-9638-4731-80d1-b7efd8650677","started_at":"2023-07-10T07:40:13.801540+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/22af87e5-a0d3-42ba-b2cf-22e1635b9b83 + - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/4ec69bc0-9638-4731-80d1-b7efd8650677 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5bca77ca-fdeb-46de-ab5d-28df5d7c4fa7 + - 6246014a-ba2c-4a4a-833e-5771efaacbc6 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:45.663970+00:00","name":"tf-srv-vibrant-babbage","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:13.439641+00:00","name":"tf-srv-suspicious-blackburn","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2568" + - "2665" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09fed628-e57c-4143-8b26-b1265e79cf90 + - e4868992-29a3-462f-88b2-afc160a1018f status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:45.663970+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:13.439641+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2682" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:51 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da16d187-00c3-4ecb-94ac-f2b72a12e38a + - 3630d8b9-e07c-41c6-af30-4f2e9f6153fb status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:53.467078+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:20.682564+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2713" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca3cabc3-f3cd-4d0d-9dcf-6fa73ab699e5 + - fe7bfc02-e0be-4e78-87cf-7d0eaf446d38 status: 200 OK code: 200 duration: "" @@ -392,25 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:53.467078+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:20.682564+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2713" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:40:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f80028b-5951-45fe-b10a-a5bdc142e824 + - ae52fc3b-c988-45e1-8777-f9e496969301 status: 200 OK code: 200 duration: "" @@ -431,7 +431,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452/user_data method: GET response: body: '{"user_data":[]}' @@ -443,7 +443,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -453,7 +453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0b9704c-d186-45f4-894b-c6b3f3213e0a + - a039de31-bd0f-4452-a63d-603f4ecf648f status: 200 OK code: 200 duration: "" @@ -464,7 +464,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452/private_nics method: GET response: body: '{"private_nics":[]}' @@ -476,9 +476,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -489,7 +489,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48a2142e-2ea9-4b73-87e0-44e4ebd5ff95 + - 09103292-96a7-4eaa-ab7d-cd6d38627839 X-Total-Count: - "0" status: 200 OK @@ -502,25 +502,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:53.467078+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:20.682564+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2713" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -530,7 +530,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a0c5f1b-306a-4192-b15f-af7c86bf969d + - 86441068-01e2-4c6c-8bfe-f0ab86af0aea status: 200 OK code: 200 duration: "" @@ -541,25 +541,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:53.467078+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:20.682564+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2713" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:40:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -569,7 +569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80f630dd-400b-4727-9ace-ab3750218af6 + - 808984ba-cc03-4fb8-a2d1-83c28f69b4ae status: 200 OK code: 200 duration: "" @@ -580,7 +580,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452/user_data method: GET response: body: '{"user_data":[]}' @@ -592,7 +592,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -602,7 +602,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd675b95-10e6-49e0-bcc4-ed92224db9e4 + - 694c4f6e-9124-4030-b31d-984e2d8db6b1 status: 200 OK code: 200 duration: "" @@ -613,7 +613,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452/private_nics method: GET response: body: '{"private_nics":[]}' @@ -625,9 +625,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -638,7 +638,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 307830ef-9d39-4511-9dd6-a45f0721a2c6 + - 41390b07-592e-4e78-aefc-1597fb97b84b X-Total-Count: - "0" status: 200 OK @@ -651,25 +651,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:53.467078+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:20.682564+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2713" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -679,7 +679,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b279fb29-5090-49c9-a1a1-dc8446e950ec + - d651de80-a074-40ed-97bc-24c44ee674c7 status: 200 OK code: 200 duration: "" @@ -692,10 +692,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/081aa010-1356-4602-9909-96b85b6dd016/action","href_result":"/servers/081aa010-1356-4602-9909-96b85b6dd016","id":"ee94ae88-a636-4429-baeb-526559d2da6d","started_at":"2023-05-29T12:12:59.017681+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/2650e51d-d231-4f8c-90a8-120774a4c452/action","href_result":"/servers/2650e51d-d231-4f8c-90a8-120774a4c452","id":"67f807cb-9832-4ae1-8981-039341534945","started_at":"2023-07-10T07:40:29.715978+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -704,9 +704,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/ee94ae88-a636-4429-baeb-526559d2da6d + - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/67f807cb-9832-4ae1-8981-039341534945 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -716,7 +716,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfe1278a-fd27-4837-bc41-48f227e7b0cc + - 5b4fead1-2078-4717-9dca-d28e754023da status: 202 Accepted code: 202 duration: "" @@ -727,25 +727,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.750153+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:29.384090+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2673" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -755,7 +755,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f680e30e-e14a-46d3-bafd-d2b185abfc37 + - 6c05126d-e36a-4b31-8096-3e66bd119977 status: 200 OK code: 200 duration: "" @@ -766,25 +766,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.750153+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:29.384090+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2673" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -794,7 +794,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce9ff4cf-762a-4446-900b-c89550ef1512 + - 97871b74-ecb6-48f3-86f5-9c56d6d58e48 status: 200 OK code: 200 duration: "" @@ -805,25 +805,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.750153+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:29.384090+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2673" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -833,7 +833,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc4e53ff-dbc0-4fae-9817-1c6e0db93b15 + - b068206e-4382-43d6-ac40-d6ebe1a6322f status: 200 OK code: 200 duration: "" @@ -844,25 +844,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.750153+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:29.384090+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2671" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:15 GMT + - Mon, 10 Jul 2023 07:40:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -872,7 +872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe58d6c7-0404-4ca8-b34f-e844c2ee15b2 + - f337ced5-1bcf-4794-b08d-4bdf42bc8309 status: 200 OK code: 200 duration: "" @@ -883,25 +883,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.750153+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:29.384090+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2671" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:20 GMT + - Mon, 10 Jul 2023 07:40:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -911,7 +911,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 755e85c7-3757-40ec-b7c6-16f03142e562 + - 272a1589-eab7-4981-b17c-875bce812c73 status: 200 OK code: 200 duration: "" @@ -922,25 +922,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"201","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.750153+00:00","name":"tf-srv-vibrant-babbage","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.197.182.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"8","hypervisor_id":"1301","node_id":"3","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:40:29.384090+00:00","name":"tf-srv-suspicious-blackburn","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.39.133","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2671" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:26 GMT + - Mon, 10 Jul 2023 07:40:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -950,7 +950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 63a76304-7928-40ac-a04f-9f72ff035ad1 + - 926fdf31-c105-40de-979c-247a0ddd122f status: 200 OK code: 200 duration: "" @@ -961,25 +961,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:30.049664+00:00","name":"tf-srv-vibrant-babbage","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:41:01.840759+00:00","name":"tf-srv-suspicious-blackburn","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2546" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -989,7 +989,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d61e8f5c-0780-4dac-a467-6efeb48a3bd9 + - cf1f5a86-2063-4666-b4a5-67fb5fe06d79 status: 200 OK code: 200 duration: "" @@ -1000,25 +1000,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-05-29T12:12:45.210759+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-babbage","id":"081aa010-1356-4602-9909-96b85b6dd016","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:30.049664+00:00","name":"tf-srv-vibrant-babbage","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:45.210759+00:00","export_uri":null,"id":"1f08c203-2c80-428f-beca-595b2bc8054b","modification_date":"2023-05-29T12:12:45.210759+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"081aa010-1356-4602-9909-96b85b6dd016","name":"tf-srv-vibrant-babbage"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"ENT1-S","creation_date":"2023-07-10T07:40:12.150416+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-blackburn","id":"2650e51d-d231-4f8c-90a8-120774a4c452","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:51","maintenances":[],"modification_date":"2023-07-10T07:41:01.840759+00:00","name":"tf-srv-suspicious-blackburn","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.150416+00:00","export_uri":null,"id":"b19e0996-bfac-48d4-b432-222056ee1ef5","modification_date":"2023-07-10T07:40:12.150416+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2650e51d-d231-4f8c-90a8-120774a4c452","name":"tf-srv-suspicious-blackburn"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2546" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1028,7 +1028,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0394c8bc-e8f7-4f4a-8273-ae02b278b41b + - 9acb5497-0852-46fb-bb9d-7788da582dd6 status: 200 OK code: 200 duration: "" @@ -1039,7 +1039,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: DELETE response: body: "" @@ -1047,7 +1047,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1057,7 +1057,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af6c4bac-1108-4308-8b4f-b54f7f5f311f + - 6491c308-5599-44f2-afa1-b939f42e02b4 status: 204 No Content code: 204 duration: "" @@ -1068,10 +1068,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: - body: '{"message":"\"081aa010-1356-4602-9909-96b85b6dd016\" not found","type":"unknown_resource"}' + body: '{"message":"\"2650e51d-d231-4f8c-90a8-120774a4c452\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1080,7 +1080,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1090,7 +1090,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74637e9d-131c-4229-91d3-0336ecc8fc74 + - 4ee02b23-dffc-4568-a58b-2b4467f6dad0 status: 404 Not Found code: 404 duration: "" @@ -1101,7 +1101,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/volumes/1f08c203-2c80-428f-beca-595b2bc8054b + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/volumes/b19e0996-bfac-48d4-b432-222056ee1ef5 method: DELETE response: body: "" @@ -1109,7 +1109,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1119,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8d8f52a-5c5f-4929-b43b-579382c6a881 + - 8df2b1c6-322b-41f5-b6c4-6b9488caeecf status: 204 No Content code: 204 duration: "" @@ -1130,10 +1130,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/081aa010-1356-4602-9909-96b85b6dd016 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/2650e51d-d231-4f8c-90a8-120774a4c452 method: GET response: - body: '{"message":"\"081aa010-1356-4602-9909-96b85b6dd016\" not found","type":"unknown_resource"}' + body: '{"message":"\"2650e51d-d231-4f8c-90a8-120774a4c452\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1142,7 +1142,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1152,7 +1152,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cfaa3162-346c-44be-addf-f9c74d4db146 + - 6f99044c-ce4e-45cc-b5f6-231e2f279530 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-ipv6.cassette.yaml b/scaleway/testdata/instance-server-ipv6.cassette.yaml index 4798156d4a..6c1fe21fb2 100644 --- a/scaleway/testdata/instance-server-ipv6.cassette.yaml +++ b/scaleway/testdata/instance-server-ipv6.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4b1d550-e70c-454b-b4d0-df1c7e13f550 + - faacb07d-780c-4b7b-9c86-e8d17e729e28 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95014343-13d4-4438-a1dd-d10d2990f8e0 + - e7cdb228-f4d9-4f28-8222-dfaecb69c788 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 481b324a-cb95-46a4-9f52-81a4145bdcbc + - 85499682-7f19-40d5-8ae2-8bb45a5c7e47 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-serene-brahmagupta","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"enable_ipv6":true,"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-hungry-cray","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"enable_ipv6":true,"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:46.366404+00:00","name":"tf-srv-serene-brahmagupta","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:58.276518+00:00","name":"tf-srv-hungry-cray","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2554" + - "2615" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 341134de-ba6c-45f5-8edb-83c69cee9ce3 + - c185d15b-516a-4332-867d-79626faa2d45 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:46.366404+00:00","name":"tf-srv-serene-brahmagupta","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:58.276518+00:00","name":"tf-srv-hungry-cray","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2554" + - "2615" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d08ed936-868e-4823-b873-123a42abdfb2 + - 2350405a-1ecc-49d6-879c-aeed35fd77ec status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:46.366404+00:00","name":"tf-srv-serene-brahmagupta","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:58.276518+00:00","name":"tf-srv-hungry-cray","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2554" + - "2615" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:46 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1c45ff0-58a7-4a70-a99b-d47379f1c612 + - 407fe3f8-1f5d-415c-81d8-423e1b52a966 status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/action","href_result":"/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07","id":"00e47e68-08cb-4ec8-963b-20cf767d433a","started_at":"2023-05-29T12:12:47.504965+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/93a3e331-2109-464e-89bd-c67c93428735/action","href_result":"/servers/93a3e331-2109-464e-89bd-c67c93428735","id":"d7515f54-b8c1-45e9-8900-0a7d34861487","started_at":"2023-07-10T07:41:59.475920+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/00e47e68-08cb-4ec8-963b-20cf767d433a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d7515f54-b8c1-45e9-8900-0a7d34861487 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9228f460-330a-45cf-b7a6-21b25e7e646e + - 1c32bb75-8748-4ff3-aa4e-6229bfb83d1a status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:47.009144+00:00","name":"tf-srv-serene-brahmagupta","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,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:59.059862+00:00","name":"tf-srv-hungry-cray","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":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2576" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:47 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a1f3afc-8a13-45df-ba6b-843fe4706bd9 + - 443d0a97-7956-44a8-bfb2-94ae7c8b5ba4 status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:47.009144+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:59.059862+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2830" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:53 GMT + - Mon, 10 Jul 2023 07:42:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 067039ae-3de3-49fb-a1bd-309d130f324a + - e8af60f3-9e33-4061-af40-e3f13c5d9848 status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:47.009144+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:59.059862+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2830" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58389177-c12d-49f0-99b1-747026335c17 + - f053a551-f82e-4135-8852-318e8a2067b6 status: 200 OK code: 200 duration: "" @@ -392,25 +392,64 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:41:59.059862+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2830" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:42:16 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 83b8912a-9742-43a5-a437-96bf5b97ec97 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:01.830658+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:17.360181+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2795" + - "2861" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a1d13a1-2037-4911-9d24-c9e9fdcb3dae + - b9d2160d-4f0d-48ec-adef-d82cc6f78058 status: 200 OK code: 200 duration: "" @@ -431,25 +470,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:01.830658+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:17.360181+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2795" + - "2861" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +498,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0f6c352-0e78-47e7-9259-e7e2f2f48a62 + - 7ae28f88-9f9e-42e1-845e-d6e80186b5f0 status: 200 OK code: 200 duration: "" @@ -470,7 +509,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/user_data method: GET response: body: '{"user_data":[]}' @@ -482,7 +521,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -492,7 +531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4c06df6-b640-4f38-91f3-9c6fb862073b + - 70b18bf1-8890-4628-9f52-d841fdd226ed status: 200 OK code: 200 duration: "" @@ -503,7 +542,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/private_nics method: GET response: body: '{"private_nics":[]}' @@ -515,9 +554,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:23 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -528,7 +567,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c706428e-be9f-4a56-ac30-12bc7ba41fc9 + - dceb176e-96b0-424f-8f96-f8144efb23ec X-Total-Count: - "0" status: 200 OK @@ -541,25 +580,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:01.830658+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:17.360181+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2795" + - "2861" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -569,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b63fd850-ef34-4f73-b3a5-8bdb901d6220 + - c61e78b8-e60d-4d99-91cf-8e5ab366763f status: 200 OK code: 200 duration: "" @@ -580,25 +619,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:01.830658+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:17.360181+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2795" + - "2861" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +647,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa0749d3-f90d-43e6-bb91-5354e88ea737 + - 4e0336b2-f805-4015-bb98-90971da15ad4 status: 200 OK code: 200 duration: "" @@ -619,7 +658,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/user_data method: GET response: body: '{"user_data":[]}' @@ -631,7 +670,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -641,7 +680,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a69e1df-e6fc-4dad-b491-4e44300f9626 + - b50867e1-a872-4e36-abca-a5e7b3ce802d status: 200 OK code: 200 duration: "" @@ -652,7 +691,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/private_nics method: GET response: body: '{"private_nics":[]}' @@ -664,9 +703,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:28 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -677,7 +716,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0d40efb-08b9-40ad-bfaf-38833f4d8fa0 + - 0a4b2fff-3929-49b9-b0cc-d9452df60eca X-Total-Count: - "0" status: 200 OK @@ -690,25 +729,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:01.830658+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:17.360181+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2795" + - "2861" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -718,7 +757,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc4c068f-414c-4fc2-a004-8c88521c8d65 + - a6dcc5c7-b6a4-4829-8d86-72e8e50c84e3 status: 200 OK code: 200 duration: "" @@ -729,7 +768,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/user_data method: GET response: body: '{"user_data":[]}' @@ -741,7 +780,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -751,7 +790,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d58ec88a-bfd5-4dab-bbbc-4b4e630202bb + - d2205dc7-526e-4b16-931d-95a0baef5834 status: 200 OK code: 200 duration: "" @@ -762,7 +801,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/private_nics method: GET response: body: '{"private_nics":[]}' @@ -774,9 +813,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:29 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -787,7 +826,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30442728-c345-479b-9083-ea4c778ad100 + - 2062aaae-b00c-45d1-8a28-94b8ca67937e X-Total-Count: - "0" status: 200 OK @@ -800,25 +839,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:650:71d::1","gateway":"2001:bc8:650:71d::","netmask":"64"},"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:01.830658+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":true,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":{"address":"2001:bc8:47a8:1026::1","gateway":"2001:bc8:47a8:1026::","netmask":"64"},"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:17.360181+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2795" + - "2861" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -828,7 +867,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62ce9aae-8b44-4994-a71d-28c37e909763 + - 988c16b1-2f40-4e29-b035-1f51a30481c1 status: 200 OK code: 200 duration: "" @@ -841,25 +880,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.186121+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:31.117775+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -869,7 +908,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e49d9df4-237b-4f27-9bb8-0698e188ff6c + - 2930c93a-536e-40c9-958a-c1c51457acf3 status: 200 OK code: 200 duration: "" @@ -880,25 +919,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.186121+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:31.117775+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -908,7 +947,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c885caf-56ce-49a5-a932-96d2ec88e9b2 + - 0ca3513b-3544-4400-bd46-4a302de43868 status: 200 OK code: 200 duration: "" @@ -919,25 +958,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.186121+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:31.117775+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -947,7 +986,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62924f5c-e658-47da-b120-6987986549e5 + - 30ecacfa-6c5f-42fc-87c9-2bcbe72e8cc0 status: 200 OK code: 200 duration: "" @@ -958,7 +997,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/user_data method: GET response: body: '{"user_data":[]}' @@ -970,7 +1009,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -980,7 +1019,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6a6ff50-2393-4d6d-84dc-58cdc2b6db65 + - cb3e8f7c-9e95-481b-8e72-c397189ade9a status: 200 OK code: 200 duration: "" @@ -991,7 +1030,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1003,9 +1042,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1016,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1815d3c-d455-4315-b46f-aeb225555453 + - 92039ca1-4d2a-4869-af35-1b41e31a40ba X-Total-Count: - "0" status: 200 OK @@ -1029,25 +1068,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.186121+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:31.117775+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1057,7 +1096,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3217c322-4b80-4d32-99ee-faedde0c96e5 + - ce0224c9-ae72-4035-bdb1-7108184d266f status: 200 OK code: 200 duration: "" @@ -1068,25 +1107,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.186121+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:31.117775+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1096,7 +1135,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 000fac05-a5df-41a4-9742-e87b8922ae90 + - 6f2a274b-2605-483e-ab76-b6e45642687b status: 200 OK code: 200 duration: "" @@ -1107,7 +1146,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/user_data method: GET response: body: '{"user_data":[]}' @@ -1119,7 +1158,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1129,7 +1168,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9ba7361-07c4-4293-9bf8-862b19c4e6e9 + - 50796094-ce67-4e0f-a862-0a67113c3170 status: 200 OK code: 200 duration: "" @@ -1140,7 +1179,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1152,9 +1191,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1165,7 +1204,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea240a24-811e-42ec-b9e3-bf7293bae28b + - dbc56b03-69f3-4cbc-b5b4-dbdfb3d472b2 X-Total-Count: - "0" status: 200 OK @@ -1178,25 +1217,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.186121+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:31.117775+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1206,7 +1245,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebd72667-795f-4572-bef8-b1bb76105e08 + - be1042a2-692b-440a-bd8b-20f8f13fbd23 status: 200 OK code: 200 duration: "" @@ -1219,10 +1258,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07/action","href_result":"/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07","id":"bfb8d40d-6097-4278-9d18-a66d71f454c3","started_at":"2023-05-29T12:13:09.116404+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/93a3e331-2109-464e-89bd-c67c93428735/action","href_result":"/servers/93a3e331-2109-464e-89bd-c67c93428735","id":"e1ffb605-cab5-459c-9479-38435caebfd1","started_at":"2023-07-10T07:42:35.904021+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1231,9 +1270,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bfb8d40d-6097-4278-9d18-a66d71f454c3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e1ffb605-cab5-459c-9479-38435caebfd1 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1243,7 +1282,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e99d4c7-b688-471f-91e4-6bf65f4e9987 + - d14524c2-0305-4139-87d3-31e7aedf50fa status: 202 Accepted code: 202 duration: "" @@ -1254,103 +1293,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c60d806e-8b53-49b2-b35f-18e1bda817c2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2676" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:14 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ebec9a8c-0526-481b-8974-7c6296733920 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:19 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1360,7 +1321,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 26d2aa13-a71d-4f4a-a70f-f25ec30ce395 + - 38887bab-267b-4f0b-acc5-12825217c92f status: 200 OK code: 200 duration: "" @@ -1371,25 +1332,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:25 GMT + - Mon, 10 Jul 2023 07:42:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1399,7 +1360,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62d658ea-4b3a-43ae-b2bb-236a5fd43a99 + - 6a833ab3-4d2d-4af9-b8f8-9b16d3b037aa status: 200 OK code: 200 duration: "" @@ -1410,25 +1371,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1438,7 +1399,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 058c7586-d148-48ab-8b81-1b96fcf71943 + - 7ac4682e-d4c2-40f6-b9fd-14f6b1a532f9 status: 200 OK code: 200 duration: "" @@ -1449,25 +1410,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:35 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1477,7 +1438,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 786dec5f-d05f-4426-bf14-5769ddd18c42 + - a0c7c153-9dc5-4e27-b08e-f12754f75893 status: 200 OK code: 200 duration: "" @@ -1488,25 +1449,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1516,7 +1477,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca1b72a0-9b3d-4528-a301-cd9c6cdcee3f + - 0f7b2df7-4a6c-4ea8-829a-26fd10fb4357 status: 200 OK code: 200 duration: "" @@ -1527,25 +1488,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:46 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1555,7 +1516,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c418ae2-4ef9-4a90-9346-abb2c045d3cd + - b38f80f6-a198-44a4-afa3-053cd9f4e57c status: 200 OK code: 200 duration: "" @@ -1566,25 +1527,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1594,7 +1555,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 956c1f49-f118-4722-b2c5-b11b8f78fa0f + - 7c64499b-4961-483b-aa6c-0b1f5d1aae12 status: 200 OK code: 200 duration: "" @@ -1605,25 +1566,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1633,7 +1594,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c9a3455-ed4a-4426-940b-a8f6a6c80a48 + - 9d77fdf9-4111-4cbe-b88f-7217476b0089 status: 200 OK code: 200 duration: "" @@ -1644,25 +1605,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:08.795387+00:00","name":"tf-srv-serene-brahmagupta","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"39","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:42:35.553223+00:00","name":"tf-srv-hungry-cray","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2674" + - "2736" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1672,7 +1633,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b610687-04b0-47d2-a0cd-5708e7bdc528 + - 54cef713-7039-4175-a017-0961b59eb776 status: 200 OK code: 200 duration: "" @@ -1683,25 +1644,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:05.684235+00:00","name":"tf-srv-serene-brahmagupta","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:43:31.764675+00:00","name":"tf-srv-hungry-cray","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:07 GMT + - Mon, 10 Jul 2023 07:43:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1711,7 +1672,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56b13259-aa71-40c5-8489-56231635ac61 + - a7bea1b5-2bd7-43ba-ace6-35b55c5b57cb status: 200 OK code: 200 duration: "" @@ -1722,25 +1683,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:46.366404+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-serene-brahmagupta","id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:05.684235+00:00","name":"tf-srv-serene-brahmagupta","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:46.366404+00:00","export_uri":null,"id":"0e6f22f9-e497-4ade-bb7c-3dc631c45ec7","modification_date":"2023-05-29T12:12:46.366404+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"334ae5d4-c89e-42b3-87e6-4bb51f609c07","name":"tf-srv-serene-brahmagupta"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:58.276518+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hungry-cray","id":"93a3e331-2109-464e-89bd-c67c93428735","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:21","maintenances":[],"modification_date":"2023-07-10T07:43:31.764675+00:00","name":"tf-srv-hungry-cray","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:58.276518+00:00","export_uri":null,"id":"5478d463-5cc9-4df4-beb2-22ca481476ad","modification_date":"2023-07-10T07:41:58.276518+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"93a3e331-2109-464e-89bd-c67c93428735","name":"tf-srv-hungry-cray"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:07 GMT + - Mon, 10 Jul 2023 07:43:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1750,7 +1711,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d984ead0-85d3-4d68-93cc-01eeb92b874c + - ccf39110-3613-4955-986c-cdea093181a4 status: 200 OK code: 200 duration: "" @@ -1761,7 +1722,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: DELETE response: body: "" @@ -1769,7 +1730,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:07 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1779,7 +1740,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3a8feaa-f799-4d4c-8681-92392ec96b43 + - d6ec8091-c4d6-43f3-bc60-edde91f3fe6d status: 204 No Content code: 204 duration: "" @@ -1790,10 +1751,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: - body: '{"message":"\"334ae5d4-c89e-42b3-87e6-4bb51f609c07\" not found","type":"unknown_resource"}' + body: '{"message":"\"93a3e331-2109-464e-89bd-c67c93428735\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1802,7 +1763,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:07 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1812,7 +1773,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ecd9f63-08cb-4347-83cf-275916c14edb + - 5a0eb553-2e3b-4971-a87f-cf6f4208f7a2 status: 404 Not Found code: 404 duration: "" @@ -1823,7 +1784,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0e6f22f9-e497-4ade-bb7c-3dc631c45ec7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/5478d463-5cc9-4df4-beb2-22ca481476ad method: DELETE response: body: "" @@ -1831,7 +1792,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:07 GMT + - Mon, 10 Jul 2023 07:43:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1841,7 +1802,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6da85ac0-d170-4f11-b416-0f0a5dbff5a4 + - 963ed59f-acb5-40f1-a508-98c136920e37 status: 204 No Content code: 204 duration: "" @@ -1852,10 +1813,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/334ae5d4-c89e-42b3-87e6-4bb51f609c07 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/93a3e331-2109-464e-89bd-c67c93428735 method: GET response: - body: '{"message":"\"334ae5d4-c89e-42b3-87e6-4bb51f609c07\" not found","type":"unknown_resource"}' + body: '{"message":"\"93a3e331-2109-464e-89bd-c67c93428735\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1864,7 +1825,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:08 GMT + - Mon, 10 Jul 2023 07:43:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1874,7 +1835,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98cf3d1b-ae97-4812-ad3c-18adef0f1404 + - 032eeac0-9787-406f-a698-a6c7c78709ab status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-minimal1.cassette.yaml b/scaleway/testdata/instance-server-minimal1.cassette.yaml index 486ad691c4..8f808eb10f 100644 --- a/scaleway/testdata/instance-server-minimal1.cassette.yaml +++ b/scaleway/testdata/instance-server-minimal1.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:40:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9cf8f17f-b5c9-4ef8-8c52-53551993098d + - 9bf2c0e8-6c2a-4ddc-83c0-5abe048c76e5 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48ce97e6-ebb3-4b80-a826-65f179a1ebf5 + - 04f18759-22c5-4db3-b7d8-c34fc7883c12 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66352611-b203-4a8c-97c0-8455e46a0199 + - 0f257fa7-6a76-4728-a258-f13e5eca7b16 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-quirky-maxwell","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","minimal"]}' + body: '{"name":"tf-srv-boring-clarke","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","minimal"]}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:58.192930+00:00","name":"tf-srv-quirky-maxwell","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:10.236235+00:00","name":"tf-srv-boring-clarke","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2598" + - "2677" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:58 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3cec967d-939e-4604-8c5f-5e2dbf7fc543 + - 53d92374-47df-4437-9f63-4e7a004f3903 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:58.192930+00:00","name":"tf-srv-quirky-maxwell","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:10.236235+00:00","name":"tf-srv-boring-clarke","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2598" + - "2677" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:58 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5225bbdb-b78f-421f-9e9c-fd4b6d38a40c + - 66d4c4e0-b74a-422a-bf48-904786e0bfe6 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:58.192930+00:00","name":"tf-srv-quirky-maxwell","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:10.236235+00:00","name":"tf-srv-boring-clarke","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2598" + - "2677" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:58 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9cab380e-b3fe-48df-9a0c-1c999448fda9 + - 7f29ca5f-f06a-4e35-933a-18e39578859b status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/action","href_result":"/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849","id":"c805960c-e064-4e37-af0f-5d72cd18c93e","started_at":"2023-05-29T12:13:59.221208+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/action","href_result":"/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9","id":"ce7841b4-35a5-4f34-95ec-2081de2fb09d","started_at":"2023-07-10T07:40:12.305057+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:59 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c805960c-e064-4e37-af0f-5d72cd18c93e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/ce7841b4-35a5-4f34-95ec-2081de2fb09d Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1989788-ae60-47db-a012-47e99a731e0a + - 774953fd-8ce9-4ec3-9837-a9e24271ceac status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:58.923213+00:00","name":"tf-srv-quirky-maxwell","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:12.013806+00:00","name":"tf-srv-boring-clarke","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2620" + - "2699" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:59 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5a2f2a4-52d0-4b17-a668-7c601617faf9 + - e9cd4e3e-f48f-4981-9b4d-401f4c0ce32a status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:58.923213+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:12.013806+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2728" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:04 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 987d67d0-370f-4b4c-9ad6-e12d6a265bf1 + - 718c267f-03d7-42c7-b9e6-ddeb9796fe7d status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:58.923213+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:12.013806+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2728" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:09 GMT + - Mon, 10 Jul 2023 07:40:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad4b5b70-8248-4600-a444-03fe81117fb8 + - 17a89bdb-9e4d-4259-bf1f-789f05bea9ed status: 200 OK code: 200 duration: "" @@ -392,25 +392,64 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:12.013806+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2808" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:28 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 502b1ba2-3ef6-443c-8064-78331c2d7ac1 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9f58b90-814c-4fdb-a046-b35430a7e926 + - 5fa96889-dda0-4682-98ff-643f3bf777a0 status: 200 OK code: 200 duration: "" @@ -431,25 +470,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +498,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f523cf0a-ee52-448e-8675-d6fad24ec60d + - 1f77c413-95b0-44bb-968e-7acca282667d status: 200 OK code: 200 duration: "" @@ -470,7 +509,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/user_data method: GET response: body: '{"user_data":[]}' @@ -482,7 +521,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -492,7 +531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21b0224a-d612-4ef5-b4da-1888a818943c + - 513941d8-433d-4cbc-95e1-0fa76e6109e4 status: 200 OK code: 200 duration: "" @@ -503,7 +542,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -515,9 +554,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -528,7 +567,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 195e7921-af97-4990-87ee-d130d720f258 + - cc120cdb-9266-470d-8063-73041eb150c9 X-Total-Count: - "0" status: 200 OK @@ -541,25 +580,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:16 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -569,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc5f36b0-a583-46df-a777-1cda5b79e19f + - f980ebc8-f4ed-41b3-895b-70ad0abeae18 status: 200 OK code: 200 duration: "" @@ -580,25 +619,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:16 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +647,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 469cc179-2fdc-44b5-892a-3734062d608b + - 865b92f6-47af-4d9d-81fe-9513bc6bf068 status: 200 OK code: 200 duration: "" @@ -619,7 +658,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/user_data method: GET response: body: '{"user_data":[]}' @@ -631,7 +670,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -641,7 +680,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ba63c87-d172-4e78-985f-20c7e283adac + - 1ac8c052-fa70-4227-802b-6d45435904b9 status: 200 OK code: 200 duration: "" @@ -652,7 +691,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -664,9 +703,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -677,7 +716,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9416763-2c57-41d3-ab89-7c3a4aac314b + - 574f9b71-6c9b-40cf-85d5-00638c353b74 X-Total-Count: - "0" status: 200 OK @@ -690,25 +729,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:18 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -718,7 +757,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57c00b06-9d52-4e20-b9af-333e95798ebd + - 7f20ed34-476c-4676-8d95-21667b28591b status: 200 OK code: 200 duration: "" @@ -729,7 +768,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/user_data method: GET response: body: '{"user_data":[]}' @@ -741,7 +780,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:18 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -751,7 +790,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2e12b5c-232d-4860-8a50-3759a95ff9ff + - 1161c35a-67bd-4030-823a-7034d0212764 status: 200 OK code: 200 duration: "" @@ -762,7 +801,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -774,9 +813,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:19 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -787,7 +826,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc771ec8-a8e1-48b7-a51a-75ec4642cd86 + - 52dae082-828f-4af8-b2b2-d6446e66dd8b X-Total-Count: - "0" status: 200 OK @@ -800,25 +839,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:20 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -828,7 +867,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 344c9163-c210-4993-901f-c20a101a44b9 + - 84c80a88-4009-4d4a-9dd7-3243b350f1cd status: 200 OK code: 200 duration: "" @@ -839,25 +878,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -867,7 +906,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c2b3ee2-ce22-4559-a797-c6302406c6d5 + - 3a6e08b4-422d-4651-b406-b8cf610fda9b status: 200 OK code: 200 duration: "" @@ -878,7 +917,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/user_data method: GET response: body: '{"user_data":[]}' @@ -890,7 +929,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -900,7 +939,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7df48a3-b920-42ee-9de0-b735c77f78a3 + - c3c09383-bf11-450b-bff2-f808c3ef5504 status: 200 OK code: 200 duration: "" @@ -911,7 +950,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -923,9 +962,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -936,7 +975,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4bd84b5-7203-4450-a399-d605babaa9df + - 171649de-7eb0-4c43-b5bd-baebed2aeb28 X-Total-Count: - "0" status: 200 OK @@ -949,25 +988,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:15.183442+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:31.634043+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -977,7 +1016,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cac24aa-ed41-48a8-8fd4-761606966339 + - d2fc32a5-3bc4-428d-bbf6-bedd9c7bfdc8 status: 200 OK code: 200 duration: "" @@ -990,10 +1029,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849/action","href_result":"/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849","id":"454c6753-769d-4470-ad6d-4cca26bf2069","started_at":"2023-05-29T12:14:22.740966+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9/action","href_result":"/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9","id":"847009d1-86e3-4f01-b286-01c11472eb16","started_at":"2023-07-10T07:40:48.433370+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1002,9 +1041,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/454c6753-769d-4470-ad6d-4cca26bf2069 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/847009d1-86e3-4f01-b286-01c11472eb16 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1014,7 +1053,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb130bd2-d137-41c0-8751-a53f0185e23f + - 0017a6d0-9bb5-4f33-933e-9f5c98fe7761 status: 202 Accepted code: 202 duration: "" @@ -1025,64 +1064,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2719" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:22 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 96d47a42-b675-443a-8f40-15f6238f9276 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2719" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:28 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1092,7 +1092,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3422ab20-df24-4204-9fc4-d92e4fcaf247 + - 9c5aa5b0-86be-44dc-a31d-c1042ffdb741 status: 200 OK code: 200 duration: "" @@ -1103,25 +1103,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2719" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:40:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1131,7 +1131,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d96cafee-5ad2-41f3-b20a-057486d5e192 + - ab710982-fd7b-442c-81b3-551476ec06ff status: 200 OK code: 200 duration: "" @@ -1142,25 +1142,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2719" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:38 GMT + - Mon, 10 Jul 2023 07:40:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1170,7 +1170,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9393180e-4341-4141-aafc-78468eec4f4d + - 852e22ed-cce6-42e4-b45d-33c099adf429 status: 200 OK code: 200 duration: "" @@ -1181,25 +1181,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:46 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1209,7 +1209,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19c2e505-f68b-4b50-81a8-2a26f40fc2ae + - e4ecc358-4dd8-479a-880d-69934353d4a1 status: 200 OK code: 200 duration: "" @@ -1220,25 +1220,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:51 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1248,7 +1248,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1059a04b-1b4d-4056-8f45-761f29323600 + - c6bda3a7-d15f-4fde-a52d-6701c500f259 status: 200 OK code: 200 duration: "" @@ -1259,25 +1259,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:57 GMT + - Mon, 10 Jul 2023 07:41:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1287,7 +1287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f8fa4c5-b5e2-41bc-a947-fef36aeb0010 + - e4056563-e30f-4310-a14a-d6f44df4d39f status: 200 OK code: 200 duration: "" @@ -1298,25 +1298,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:02 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1326,7 +1326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 268ad194-f268-41ce-9713-cc592d4a0bd6 + - 7c52190b-94db-4bb1-b12c-c5d4d4637561 status: 200 OK code: 200 duration: "" @@ -1337,25 +1337,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:07 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1365,7 +1365,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 395cda02-2fe5-45d6-bdf1-7a6ea97a1b6f + - 79c34136-80c9-4a63-be69-e111a0aed26f status: 200 OK code: 200 duration: "" @@ -1376,25 +1376,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:12 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1404,7 +1404,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f43cc3fb-abe3-4340-a275-edf307535a3c + - 2cd5c459-b6ed-4d86-a436-b61e98e6869a status: 200 OK code: 200 duration: "" @@ -1415,25 +1415,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"38","hypervisor_id":"402","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:22.402965+00:00","name":"tf-srv-quirky-maxwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.69.14.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"1002","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:40:48.037527+00:00","name":"tf-srv-boring-clarke","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.38.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:17 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1443,7 +1443,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84300fb3-70f2-4783-b4e8-ace9fbe2f55e + - bcc1b1a9-7639-4f66-a0a3-5e0e580a6a62 status: 200 OK code: 200 duration: "" @@ -1454,25 +1454,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:19.435157+00:00","name":"tf-srv-quirky-maxwell","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:41:42.375231+00:00","name":"tf-srv-boring-clarke","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2598" + - "2677" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1482,7 +1482,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ab0ad13-7813-49a1-b28f-7717847d2b56 + - c1661a07-2bdd-4665-b0c7-cf6ef5a8f833 status: 200 OK code: 200 duration: "" @@ -1493,25 +1493,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:58.192930+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quirky-maxwell","id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:19.435157+00:00","name":"tf-srv-quirky-maxwell","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:58.192930+00:00","export_uri":null,"id":"83ec7a6a-81f8-4848-b3aa-5aa6f496f457","modification_date":"2023-05-29T12:13:58.192930+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d30a5416-0fb3-4aae-9dd8-d95002e6b849","name":"tf-srv-quirky-maxwell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.236235+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-boring-clarke","id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a5","maintenances":[],"modification_date":"2023-07-10T07:41:42.375231+00:00","name":"tf-srv-boring-clarke","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","minimal"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.236235+00:00","export_uri":null,"id":"dc7554a7-ed6d-417c-9031-25d221a35b04","modification_date":"2023-07-10T07:40:10.236235+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d90ac545-064d-4f2e-8c7d-476f2f7491d9","name":"tf-srv-boring-clarke"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2598" + - "2677" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1521,7 +1521,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5112ccf-9b4b-40d3-b084-12f7ecb7031a + - 38888e49-1559-4991-a3bd-7a24dd5a5588 status: 200 OK code: 200 duration: "" @@ -1532,7 +1532,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: DELETE response: body: "" @@ -1540,7 +1540,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:41:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1550,7 +1550,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25113a27-0d12-421a-b4d4-6ad08850c4be + - 9a8260e4-513b-4cf8-8f06-84b86e5afc92 status: 204 No Content code: 204 duration: "" @@ -1561,10 +1561,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: - body: '{"message":"\"d30a5416-0fb3-4aae-9dd8-d95002e6b849\" not found","type":"unknown_resource"}' + body: '{"message":"\"d90ac545-064d-4f2e-8c7d-476f2f7491d9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1573,7 +1573,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1583,7 +1583,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05ed022a-5d44-4836-a459-39d92ba14fc9 + - 26bafbd8-5ae0-4f0b-86c2-69d31ee726b7 status: 404 Not Found code: 404 duration: "" @@ -1594,7 +1594,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/83ec7a6a-81f8-4848-b3aa-5aa6f496f457 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/dc7554a7-ed6d-417c-9031-25d221a35b04 method: DELETE response: body: "" @@ -1602,7 +1602,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1612,7 +1612,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e83f5ea0-c568-4c8d-bdb6-14497103691c + - c69b51bb-0855-41e4-a514-9bc812c373cc status: 204 No Content code: 204 duration: "" @@ -1623,10 +1623,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d30a5416-0fb3-4aae-9dd8-d95002e6b849 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d90ac545-064d-4f2e-8c7d-476f2f7491d9 method: GET response: - body: '{"message":"\"d30a5416-0fb3-4aae-9dd8-d95002e6b849\" not found","type":"unknown_resource"}' + body: '{"message":"\"d90ac545-064d-4f2e-8c7d-476f2f7491d9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1635,7 +1635,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1645,7 +1645,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9620dda6-19e5-4563-afe1-4122c45c0f7a + - 4725ef8d-939f-4252-a661-1a3e72de91ef status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-minimal2.cassette.yaml b/scaleway/testdata/instance-server-minimal2.cassette.yaml index baf2980cca..d291fcf7f6 100644 --- a/scaleway/testdata/instance-server-minimal2.cassette.yaml +++ b/scaleway/testdata/instance-server-minimal2.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:40:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3fe7263a-3f6d-44cb-a466-a9a7a63018fc + - d38d88b2-f05d-41ba-98f3-703c639de3a8 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 168f48b5-5472-4eea-9ed0-a16c718e28fb + - 2f5b0314-4f69-47a0-80ce-1faebb5a73ea X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50b342b4-7807-40c2-92cf-1d9d44187dc1 + - 6d8a50b0-cfff-4092-8a2c-a01d74359b1e X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-objective-williams","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-unruffled-rubin","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:32.725599+00:00","name":"tf-srv-objective-williams","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:10.488182+00:00","name":"tf-srv-unruffled-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2628" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1f8fd0f-e5c0-4c6d-a58c-8c471aa53c88 + - 03c2992b-8f79-421b-8549-90a5370d567e status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:32.725599+00:00","name":"tf-srv-objective-williams","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:10.488182+00:00","name":"tf-srv-unruffled-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2628" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 256b3521-c151-430b-8828-678369e21013 + - 0bf32652-f455-4ec9-b7c3-1e5bc88bc160 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:32.725599+00:00","name":"tf-srv-objective-williams","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:10.488182+00:00","name":"tf-srv-unruffled-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2628" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ad0d841-afa3-4410-9725-d94796900a2b + - 34ed9c13-b619-4460-b97e-82678d01147d status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/4213938c-746f-4b02-b195-7b55503ede3f/action","href_result":"/servers/4213938c-746f-4b02-b195-7b55503ede3f","id":"dd099d95-c893-460a-9eb6-b03f43bdf40f","started_at":"2023-05-29T12:13:33.803953+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/action","href_result":"/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f","id":"672352ba-b719-414a-aab8-7ebffb550f70","started_at":"2023-07-10T07:40:12.431903+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/dd099d95-c893-460a-9eb6-b03f43bdf40f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/672352ba-b719-414a-aab8-7ebffb550f70 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b526500-d2b9-476b-89c6-3a076e710d22 + - 767fbc0f-96d9-46e9-a635-cdb845afad42 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:33.498581+00:00","name":"tf-srv-objective-williams","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,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:12.049913+00:00","name":"tf-srv-unruffled-rubin","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":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2577" + - "2650" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:34 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 590ed7c9-6e70-4d0b-bdfe-89bd6865e2de + - e6fb88d3-03da-44bc-91b1-9f0159052ebd status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:33.498581+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:12.049913+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5ad2a8d-c73c-48f2-9815-1276eac7d648 + - 54a336cc-0609-48b0-a9b5-38b187c80df3 status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:33.498581+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:12.049913+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:44 GMT + - Mon, 10 Jul 2023 07:40:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37c31193-06c2-4114-8e63-45950986497b + - 8c64cdd6-6a6e-4970-8edc-cc285e40bba3 status: 200 OK code: 200 duration: "" @@ -392,25 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:46.615683+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:27.864186+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2791" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:50 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1184dce-e222-454b-ba33-08b7f8546116 + - 88bf08e4-cf35-4d85-8be2-d5676cee5ca0 status: 200 OK code: 200 duration: "" @@ -431,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:46.615683+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:27.864186+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2791" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ffdd0a3-bc12-4149-997e-4dd620350067 + - da6edb76-efea-4bef-a286-c52924216806 status: 200 OK code: 200 duration: "" @@ -470,7 +470,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/user_data method: GET response: body: '{"user_data":[]}' @@ -482,7 +482,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -492,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dafa6a1c-9546-496b-b14a-99da58246417 + - 35afe3a0-1981-4ab1-a97d-034333ce50a3 status: 200 OK code: 200 duration: "" @@ -503,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -515,9 +515,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -528,7 +528,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 694897ff-bd10-4349-a7ba-8050fb08208e + - 1775f7f0-009a-46a0-bb3e-ac91dee87cca X-Total-Count: - "0" status: 200 OK @@ -541,25 +541,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:46.615683+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:27.864186+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2791" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:40:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -569,7 +569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 393e3632-eb38-4cfe-8123-92cd4ac10801 + - 49a52229-881b-451b-8406-3cedf83866f0 status: 200 OK code: 200 duration: "" @@ -580,25 +580,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:46.615683+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:27.864186+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2791" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9bb56ff4-f042-4718-a912-a7944ee27dd6 + - 5457026d-2a58-45f9-ac43-38db3aadd712 status: 200 OK code: 200 duration: "" @@ -619,7 +619,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/user_data method: GET response: body: '{"user_data":[]}' @@ -631,7 +631,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -641,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce97b7fa-7640-47ad-ab92-aac4f792c564 + - 210863b2-359d-4a39-a6fd-390d62dcaf09 status: 200 OK code: 200 duration: "" @@ -652,7 +652,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -664,9 +664,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -677,7 +677,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5c8bc7b-8930-4c94-ae8c-1fc83ab0c612 + - 6b9ded59-b677-445a-949e-689e1688f253 X-Total-Count: - "0" status: 200 OK @@ -690,25 +690,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:46.615683+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:27.864186+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2791" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:40:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -718,7 +718,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e728a5a-9064-4aea-be00-9bb830b142d2 + - 5c8ad1d8-a99a-497c-983b-26642374ae77 status: 200 OK code: 200 duration: "" @@ -729,7 +729,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/user_data method: GET response: body: '{"user_data":[]}' @@ -741,7 +741,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -751,7 +751,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24f3c9cd-09d1-4e08-a895-5833dceb681a + - a1b808f7-875b-4759-bb4d-70dded416706 status: 200 OK code: 200 duration: "" @@ -762,7 +762,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/private_nics method: GET response: body: '{"private_nics":[]}' @@ -774,9 +774,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -787,7 +787,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 094ac828-f855-46dd-8cdc-70bd215047b6 + - e47dc8ac-1f03-4ef6-bff5-1c59b805d1ff X-Total-Count: - "0" status: 200 OK @@ -800,19 +800,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -822,7 +822,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4453756-019c-48d5-912e-012408146841 + - db3d1c3a-1e7e-42ee-9c6e-bb1871169e03 status: 200 OK code: 200 duration: "" @@ -836,16 +836,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Link: - ; rel="next",; rel="last" @@ -858,7 +858,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58bcc291-8671-4bcf-b5e7-a25217d2804e + - 12ac7651-990f-4b8f-9272-842292ecf550 X-Total-Count: - "56" status: 200 OK @@ -871,25 +871,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:46.615683+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:27.864186+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2791" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -899,7 +899,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa57c09a-dd73-4aea-b5b6-0a7dc03e20ce + - 3c64fdab-6434-4129-9b62-fd3d2f9dbda6 status: 200 OK code: 200 duration: "" @@ -913,16 +913,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -935,7 +935,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ace3dc8d-886e-4f9d-97e6-7ab69b29a532 + - a3723d17-9413-4f1d-a649-f578124478eb X-Total-Count: - "56" status: 200 OK @@ -950,10 +950,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/4213938c-746f-4b02-b195-7b55503ede3f/action","href_result":"/servers/4213938c-746f-4b02-b195-7b55503ede3f","id":"bda02903-eba6-4f0a-9798-bfbbe3d0f531","started_at":"2023-05-29T12:13:53.677631+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f/action","href_result":"/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f","id":"7f44a128-8300-4be2-8409-35ec9101158d","started_at":"2023-07-10T07:40:35.843227+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -962,9 +962,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bda02903-eba6-4f0a-9798-bfbbe3d0f531 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7f44a128-8300-4be2-8409-35ec9101158d Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -974,12 +974,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee2a79e1-446e-40ed-8b27-757478f9fda0 + - 193b65a7-af22-4dce-a03e-834173885daf status: 202 Accepted code: 202 duration: "" - request: - body: '{"name":"tf-srv-hardcore-ardinghelli","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-mystifying-kowalevski","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -992,22 +992,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:53.609844+00:00","name":"tf-srv-hardcore-ardinghelli","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:35.800387+00:00","name":"tf-srv-mystifying-kowalevski","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2561" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1017,7 +1017,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87c7d00a-9b2a-405b-9239-432ba9f8f509 + - c0018382-50af-4ac0-827f-1a29153278af status: 201 Created code: 201 duration: "" @@ -1028,25 +1028,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2751" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:53 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1056,7 +1056,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1756b805-31e8-4cc7-8c92-81448cdb156b + - 9253cdb8-cf4c-4017-9f2f-496ef92c6a73 status: 200 OK code: 200 duration: "" @@ -1067,25 +1067,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:53.609844+00:00","name":"tf-srv-hardcore-ardinghelli","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:35.800387+00:00","name":"tf-srv-mystifying-kowalevski","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2561" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1095,7 +1095,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 153c9e3e-fa6c-4b6f-b53e-ff21bee46e60 + - 04e7b918-7bb5-46a7-bf69-3b5b76f922bb status: 200 OK code: 200 duration: "" @@ -1106,25 +1106,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:53.609844+00:00","name":"tf-srv-hardcore-ardinghelli","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:35.800387+00:00","name":"tf-srv-mystifying-kowalevski","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2561" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1134,7 +1134,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2981f2c9-e39b-4dbc-a2ad-bb4918c8d71c + - 447fcf0f-32d0-4889-861f-9788ae52db86 status: 200 OK code: 200 duration: "" @@ -1147,10 +1147,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/action","href_result":"/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383","id":"d7ea9eb7-2737-4584-89d3-4b8a0199b2f6","started_at":"2023-05-29T12:13:54.629106+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/37009794-d987-445a-b742-f26b111bbb1b/action","href_result":"/servers/37009794-d987-445a-b742-f26b111bbb1b","id":"0ea73c59-9b66-48a0-a440-233483e07777","started_at":"2023-07-10T07:40:38.282469+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -1159,9 +1159,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d7ea9eb7-2737-4584-89d3-4b8a0199b2f6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/0ea73c59-9b66-48a0-a440-233483e07777 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1171,7 +1171,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c0dc1bc-8838-4dbe-b0c4-dbb450eb2fd5 + - 998a6bf3-b044-4236-b416-14126cf70e3c status: 202 Accepted code: 202 duration: "" @@ -1182,25 +1182,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:54.284096+00:00","name":"tf-srv-hardcore-ardinghelli","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,"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":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:37.712671+00:00","name":"tf-srv-mystifying-kowalevski","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":false,"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":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2583" + - "2668" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1210,7 +1210,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c86ee39-f66a-400d-a810-8451acf47108 + - c45c231c-3d73-4ae9-bb08-e6aeee02db69 status: 200 OK code: 200 duration: "" @@ -1221,25 +1221,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2751" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:59 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1249,7 +1249,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c4e31f6-8632-4eef-b3d0-b315c7d4e5ac + - 50d89d28-d06d-4938-9151-f8fb77ceb55b status: 200 OK code: 200 duration: "" @@ -1260,25 +1260,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:54.284096+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:37.712671+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2691" + - "2777" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:00 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1288,7 +1288,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3b34b67-a615-4523-a1fb-4e1084cf5317 + - 1be82325-56ce-4708-8f3e-377e250911dd status: 200 OK code: 200 duration: "" @@ -1299,25 +1299,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:04 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1327,7 +1327,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 219c3a35-9ea5-4a26-b4e4-a6af6cdb0d2b + - f91bc8a3-0edd-4cd0-8b3f-1a6d98f7c507 status: 200 OK code: 200 duration: "" @@ -1338,25 +1338,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:54.284096+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:37.712671+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2691" + - "2777" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:05 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1366,7 +1366,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd8f17f0-d433-40e4-a861-e9afecd545c0 + - 44bcab75-91a7-44f8-9b41-382092961e1a status: 200 OK code: 200 duration: "" @@ -1377,64 +1377,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2673" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e7a15504-195c-45ee-a64b-24c551e51133 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:54.284096+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:51.329372+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2691" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:40:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1444,7 +1405,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4624e9c-172f-4576-b74a-e73997d279da + - 0a189581-872c-4ab3-ace8-5fe3ac11c8de status: 200 OK code: 200 duration: "" @@ -1455,25 +1416,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1483,7 +1444,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 046589b5-3727-440e-a0a8-b2a261d51765 + - 00b69adf-da2f-40e1-870f-7c8652bf25a1 status: 200 OK code: 200 duration: "" @@ -1494,25 +1455,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:14.619372+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:51.329372+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1522,7 +1483,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 381a15a1-e127-4905-b700-5c0cfc63cdcb + - e4f34cec-9b96-4d38-92a5-09381779d7f3 status: 200 OK code: 200 duration: "" @@ -1533,46 +1494,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 - method: GET - response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:14.619372+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2722" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a455adc5-982d-4d6b-bcdc-96456bd024c1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/user_data method: GET response: body: '{"user_data":[]}' @@ -1584,7 +1506,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1594,7 +1516,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3119f2f-47ce-4e25-afc8-a9c005c383fc + - c7f7ba23-05d1-4f62-8d5b-a66b90d8d5ba status: 200 OK code: 200 duration: "" @@ -1605,7 +1527,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1617,9 +1539,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:16 GMT + - Mon, 10 Jul 2023 07:40:55 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1630,7 +1552,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2bc3c830-2eca-45aa-a4ab-89b7cefdf67d + - 50c6101c-2e35-475f-9f77-f0224589c578 X-Total-Count: - "0" status: 200 OK @@ -1643,25 +1565,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:20 GMT + - Mon, 10 Jul 2023 07:41:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1671,7 +1593,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b73e2355-4888-45c0-86c5-7b9b62d5bada + - 8b01e14e-d969-41bd-bc46-aa0789ccd328 status: 200 OK code: 200 duration: "" @@ -1682,25 +1604,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:25 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1710,7 +1632,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5fcfdc1-d431-4090-87f1-1c9e1a2677d4 + - 12d2ea4c-4555-49aa-acec-ff5a67321aff status: 200 OK code: 200 duration: "" @@ -1721,25 +1643,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1749,7 +1671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a13fdf87-94da-4dd7-9e9f-f6fc40c55289 + - e49860d1-3765-465d-a3d5-293c8ef6c266 status: 200 OK code: 200 duration: "" @@ -1760,25 +1682,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:36 GMT + - Mon, 10 Jul 2023 07:41:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1788,7 +1710,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc5fd6d0-05d9-480e-b21c-3346f2ec8d16 + - f2292979-eefb-4c69-8467-86468c2f1319 status: 200 OK code: 200 duration: "" @@ -1799,25 +1721,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:41 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1827,7 +1749,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29b6a15f-b7d8-4eb4-81d8-6653d3845480 + - a5cb229e-d303-4fe6-8257-f5c6abd1b9b7 status: 200 OK code: 200 duration: "" @@ -1838,25 +1760,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"6","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:53.388133+00:00","name":"tf-srv-objective-williams","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.11","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"601","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:40:35.558174+00:00","name":"tf-srv-unruffled-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.156.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:46 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1866,7 +1788,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de4dd19f-a502-42ed-a6ce-37efcfc30557 + - 46d92d41-b521-47fc-8200-397e9814d493 status: 200 OK code: 200 duration: "" @@ -1877,25 +1799,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:50.648814+00:00","name":"tf-srv-objective-williams","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:41:29.877498+00:00","name":"tf-srv-unruffled-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2628" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:51 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1905,7 +1827,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14a7b691-550d-4f38-b089-9bcaf42cc0a3 + - 6ac306db-9e32-4c7d-9026-df2542ce4184 status: 200 OK code: 200 duration: "" @@ -1916,25 +1838,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:32.725599+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-williams","id":"4213938c-746f-4b02-b195-7b55503ede3f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:50.648814+00:00","name":"tf-srv-objective-williams","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:32.725599+00:00","export_uri":null,"id":"40cf116b-0ddf-4182-8cae-a86954529e98","modification_date":"2023-05-29T12:13:32.725599+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"4213938c-746f-4b02-b195-7b55503ede3f","name":"tf-srv-objective-williams"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:10.488182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-unruffled-rubin","id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:a7","maintenances":[],"modification_date":"2023-07-10T07:41:29.877498+00:00","name":"tf-srv-unruffled-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:10.488182+00:00","export_uri":null,"id":"6c09e5c1-2a6e-496a-897f-23ce74e9f5e4","modification_date":"2023-07-10T07:40:10.488182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f37b8df3-b76c-430c-81bd-5d2c9c82056f","name":"tf-srv-unruffled-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2628" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:52 GMT + - Mon, 10 Jul 2023 07:41:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1944,7 +1866,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8fb84ba0-4229-4006-ba75-71dd42d69daa + - fcb943fb-74ab-48c3-a441-78cc3e80bcc1 status: 200 OK code: 200 duration: "" @@ -1955,7 +1877,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: DELETE response: body: "" @@ -1963,7 +1885,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:52 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1973,7 +1895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa555fb2-c3cb-4a71-afbe-2616aa06dcf6 + - 948ea36a-6526-4e35-a6e1-55ed409e4dd1 status: 204 No Content code: 204 duration: "" @@ -1984,10 +1906,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4213938c-746f-4b02-b195-7b55503ede3f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f37b8df3-b76c-430c-81bd-5d2c9c82056f method: GET response: - body: '{"message":"\"4213938c-746f-4b02-b195-7b55503ede3f\" not found","type":"unknown_resource"}' + body: '{"message":"\"f37b8df3-b76c-430c-81bd-5d2c9c82056f\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1996,7 +1918,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:52 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2006,7 +1928,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19da1586-cc1e-4dc4-9eaf-cbf28da1daf0 + - 6201d1bb-e00e-4a6a-8a18-04dc2be67f4c status: 404 Not Found code: 404 duration: "" @@ -2017,7 +1939,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/40cf116b-0ddf-4182-8cae-a86954529e98 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6c09e5c1-2a6e-496a-897f-23ce74e9f5e4 method: DELETE response: body: "" @@ -2025,7 +1947,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:52 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2035,7 +1957,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10148bb7-a497-47e7-8f64-db964d35f8f5 + - ca64cb31-e59d-4757-a638-714b4b770e02 status: 204 No Content code: 204 duration: "" @@ -2046,25 +1968,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:14.619372+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:51.329372+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2714" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:53 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2074,7 +1996,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c664c20-a667-44b4-a40f-5c0651f84475 + - 58af51eb-af5d-434d-9199-e02bbc678344 status: 200 OK code: 200 duration: "" @@ -2085,25 +2007,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:14.619372+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:51.329372+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2714" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:54 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2113,7 +2035,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc15ada5-7782-498e-ae90-1f4f6dc9e228 + - 9331a1a1-1ebc-457c-b15b-fc0538966245 status: 200 OK code: 200 duration: "" @@ -2124,7 +2046,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/user_data method: GET response: body: '{"user_data":[]}' @@ -2136,7 +2058,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:54 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2146,7 +2068,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb3a6722-973a-4dc3-99e7-722449f9f64d + - 4ef6e0bf-8674-40b9-a2df-4c1a61ba4161 status: 200 OK code: 200 duration: "" @@ -2157,7 +2079,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2169,9 +2091,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:54 GMT + - Mon, 10 Jul 2023 07:41:41 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2182,7 +2104,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 598fbdbc-dd2e-45cb-9a7c-1daab70fd945 + - a3c11025-8b66-4a01-9588-4fc9784600ec X-Total-Count: - "0" status: 200 OK @@ -2195,25 +2117,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:14.619372+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:51.329372+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2714" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:54 GMT + - Mon, 10 Jul 2023 07:41:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2223,7 +2145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4f5833c-5f5e-41db-bc7a-bd0dceaf1402 + - d837fb2e-2afc-4881-b87f-fd37c0ad6704 status: 200 OK code: 200 duration: "" @@ -2234,7 +2156,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/user_data method: GET response: body: '{"user_data":[]}' @@ -2246,7 +2168,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:54 GMT + - Mon, 10 Jul 2023 07:41:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2256,7 +2178,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f34dc1c-5c8a-427e-8a3d-6571b346347a + - b43f1902-ee97-449e-ab70-0520ff97a73b status: 200 OK code: 200 duration: "" @@ -2267,7 +2189,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2279,9 +2201,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:54 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2292,7 +2214,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1da11973-6b22-451b-957a-e651f4fcaede + - ff26ec71-6a8f-47f8-8eb1-87832a800f41 X-Total-Count: - "0" status: 200 OK @@ -2305,58 +2227,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' - headers: - Content-Length: - - "1048" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fa9823ed-790d-4707-ae35-01fd12656e0c - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:14.619372+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "2714" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:55 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2366,7 +2249,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc4ccfeb-b6cb-4a4a-b41a-549e00f844d1 + - 0bcd0590-d58d-4d2f-887f-37fb5ac25877 status: 200 OK code: 200 duration: "" @@ -2380,16 +2263,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:55 GMT + - Mon, 10 Jul 2023 07:41:45 GMT Link: - ; rel="next",; rel="last" @@ -2402,49 +2285,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21734d5f-97ce-40f7-aa19-ff971a4a985e + - 8d92e4ae-21e8-4d4a-ab3f-4014ddcbd8a1 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" -- request: - body: '{"action":"poweroff"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/action - method: POST - response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383/action","href_result":"/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383","id":"33de56a9-ed67-4709-b745-f86777d2739e","started_at":"2023-05-29T12:14:56.015939+00:00","status":"pending","terminated_at":null}}' - headers: - Content-Length: - - "317" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:56 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/33de56a9-ed67-4709-b745-f86777d2739e - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3530577f-6048-4cbb-94f5-e43eb9911c19 - status: 202 Accepted - code: 202 - duration: "" - request: body: "" form: {} @@ -2452,25 +2298,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:40:51.329372+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2682" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:56 GMT + - Mon, 10 Jul 2023 07:41:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2480,7 +2326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e78a6182-ac10-4750-ad07-7afb7286e5d9 + - 3f720bc7-d1d8-415b-b5bd-af2eed698d95 status: 200 OK code: 200 duration: "" @@ -2494,16 +2340,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:58 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -2516,14 +2362,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e32c39d-cda1-4036-9d83-1e5ce318c8a4 + - 3afce9cc-3f2e-4c31-aad2-ff522cd3c433 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-festive-northcutt","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"action":"poweroff"}' form: {} headers: Content-Type: @@ -2531,27 +2377,21 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b/action method: POST response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:58.863117+00:00","name":"tf-srv-festive-northcutt","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/37009794-d987-445a-b742-f26b111bbb1b/action","href_result":"/servers/37009794-d987-445a-b742-f26b111bbb1b","id":"9275b377-9bda-4d7e-83c3-7ac1e65493f9","started_at":"2023-07-10T07:41:47.305103+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "2552" + - "317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:59 GMT + - Mon, 10 Jul 2023 07:41:47 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9275b377-9bda-4d7e-83c3-7ac1e65493f9 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2561,36 +2401,40 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99a3f51c-edb3-4bf1-b872-df77e7a62533 - status: 201 Created - code: 201 + - 3173dd9c-20f0-477e-bebe-c64b0e240496 + status: 202 Accepted + code: 202 duration: "" - request: - body: "" + body: '{"name":"tf-srv-sad-rubin","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:58.863117+00:00","name":"tf-srv-festive-northcutt","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:41:47.220182+00:00","name":"tf-srv-sad-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:59 GMT + - Mon, 10 Jul 2023 07:41:47 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2600,9 +2444,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 889d9962-7e04-4157-ae29-fdd1242d2253 - status: 200 OK - code: 200 + - 25189a49-1c3e-4075-8158-5507f103a613 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -2611,25 +2455,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:58.863117+00:00","name":"tf-srv-festive-northcutt","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:41:46.818489+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:59 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2639,34 +2483,36 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1bd16e8-b5aa-482f-8b3c-2c48e8a997e7 + - 24000d1d-362e-42c0-96ce-476721ed7416 status: 200 OK code: 200 duration: "" - request: - body: '{"action":"poweron"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/action - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 + method: GET response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/action","href_result":"/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","id":"e8f0fc9c-6d6b-499b-b60a-415bf0330f47","started_at":"2023-05-29T12:15:00.386313+00:00","status":"pending","terminated_at":null}}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:41:47.220182+00:00","name":"tf-srv-sad-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "322" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:00 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e8f0fc9c-6d6b-499b-b60a-415bf0330f47 + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2676,9 +2522,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0386a53-2f37-4feb-bcea-5d9cc93322c4 - status: 202 Accepted - code: 202 + - 80b2c76c-c4ea-4742-9700-17dcdcecc388 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -2687,25 +2533,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","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,"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":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:41:47.220182+00:00","name":"tf-srv-sad-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2574" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:00 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2715,36 +2561,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f7e167e-6dd0-4acf-8efd-38c6a8b21abe + - db799277-1366-4e42-b8ce-5f424bc84004 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"action":"poweron"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/action + method: POST response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/action","href_result":"/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4","id":"4cbf706d-f29d-45b8-95ca-0a63d019c3f4","started_at":"2023-07-10T07:41:49.108481+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "2682" + - "322" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:01 GMT + - Mon, 10 Jul 2023 07:41:49 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/4cbf706d-f29d-45b8-95ca-0a63d019c3f4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2754,9 +2598,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffaf1717-843d-4085-8ecf-94927d05199a - status: 200 OK - code: 200 + - 0ba53e8c-6a5e-4487-81cd-cc4e905e91b2 + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -2765,25 +2609,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:41:48.553482+00:00","name":"tf-srv-sad-rubin","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":false,"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":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2632" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:05 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2793,7 +2637,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bfdf6e3a-cbea-448f-9c80-2273726e05cb + - 462714f2-416d-4bed-971a-7e04c5096cc9 status: 200 OK code: 200 duration: "" @@ -2804,25 +2648,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:41:46.818489+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2682" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:06 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2832,7 +2676,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19d4d0fc-5cb7-4f74-bc42-49f21ce96219 + - f9d1808d-05bb-4255-93ad-f8ee14465315 status: 200 OK code: 200 duration: "" @@ -2843,25 +2687,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:41:48.553482+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2739" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:11 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2871,7 +2715,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5607139-2508-4169-88ce-ee6c1d81a93e + - ec476f85-f21f-40f9-8345-03768d80b210 status: 200 OK code: 200 duration: "" @@ -2882,25 +2726,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:41:46.818489+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2682" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:11 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2910,7 +2754,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f684811-5915-4c06-96d6-5b51dca5157c + - cc21f07d-e16b-40ae-8f2d-191ba1d9616e status: 200 OK code: 200 duration: "" @@ -2921,25 +2765,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:41:48.553482+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2739" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:16 GMT + - Mon, 10 Jul 2023 07:42:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2949,7 +2793,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71ef86a3-7708-4cc5-b7ce-02d1683935f0 + - 120aef93-bc70-4794-b7cb-3a3a07fed7e4 status: 200 OK code: 200 duration: "" @@ -2960,25 +2804,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:41:46.818489+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2682" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:17 GMT + - Mon, 10 Jul 2023 07:42:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2988,7 +2832,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5989735-c1d7-4550-b943-4dae38c63fed + - e3b6060f-2102-4ecb-a4ac-7a73b5b94cbf status: 200 OK code: 200 duration: "" @@ -2999,25 +2843,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:00.501477+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2770" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:42:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3027,7 +2871,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19e38ccb-9db3-4376-bbe9-42d1e7aec8ec + - e3e89b1b-1672-464a-bfa2-37931ec1d4b1 status: 200 OK code: 200 duration: "" @@ -3038,25 +2882,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:00.501477+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2682" + - "2770" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:22 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3066,7 +2910,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f6a598a-0e1e-4210-9e6e-88a4b15ba3fa + - 7db63c67-6a49-43df-a9c8-745e4364d378 status: 200 OK code: 200 duration: "" @@ -3077,25 +2921,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/user_data method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "2684" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:26 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3105,7 +2943,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40bae3ac-8d2b-4080-93a6-1727374a674c + - 92aa0d4e-9f2f-4756-8054-a899bd4c1ff8 status: 200 OK code: 200 duration: "" @@ -3116,25 +2954,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/private_nics method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"203","node_id":"11","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:55.468738+00:00","name":"tf-srv-hardcore-ardinghelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.12.21","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "2682" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:28 GMT + - Mon, 10 Jul 2023 07:42:06 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3144,7 +2979,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a815882a-7ff9-4aed-b4c9-856e705891be + - 12d52887-760a-4b7e-99d0-2b200ef034ec + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -3155,25 +2992,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:59.932262+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"704","node_id":"33","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:41:46.818489+00:00","name":"tf-srv-mystifying-kowalevski","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.118.65","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:31 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3183,7 +3020,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa7dad6d-e848-47a5-b1c0-b2014e61d52c + - bbf78ca1-abe6-4fdc-a637-8c4a3cbef389 status: 200 OK code: 200 duration: "" @@ -3194,25 +3031,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:32.068360+00:00","name":"tf-srv-hardcore-ardinghelli","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:42:11.927333+00:00","name":"tf-srv-mystifying-kowalevski","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2561" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:33 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3222,7 +3059,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99472139-a478-42b8-b76f-6e81de2fee36 + - 996e469b-12b4-4f99-ad64-45a40b38bf76 status: 200 OK code: 200 duration: "" @@ -3233,25 +3070,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:13:53.609844+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-hardcore-ardinghelli","id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:32.068360+00:00","name":"tf-srv-hardcore-ardinghelli","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:13:53.609844+00:00","export_uri":null,"id":"79ed572a-66c8-4f66-afb9-46351e059254","modification_date":"2023-05-29T12:13:53.609844+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbbc9ed3-ef02-431b-8a2a-88a13308f383","name":"tf-srv-hardcore-ardinghelli"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:35.800387+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-mystifying-kowalevski","id":"37009794-d987-445a-b742-f26b111bbb1b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:e1","maintenances":[],"modification_date":"2023-07-10T07:42:11.927333+00:00","name":"tf-srv-mystifying-kowalevski","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:35.800387+00:00","export_uri":null,"id":"6ac618c9-38af-49c6-ac64-87726499f9b9","modification_date":"2023-07-10T07:40:35.800387+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"37009794-d987-445a-b742-f26b111bbb1b","name":"tf-srv-mystifying-kowalevski"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2561" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:33 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3261,7 +3098,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f303203e-83ce-4955-bf08-fe59575d115a + - b54b4326-0134-40f9-986c-e9c45a2e6bf5 status: 200 OK code: 200 duration: "" @@ -3272,7 +3109,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: DELETE response: body: "" @@ -3280,7 +3117,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:33 GMT + - Mon, 10 Jul 2023 07:42:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3290,7 +3127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c25cced0-3550-4b02-93a9-a70a00a11fef + - abe87819-88d7-4556-9e24-ed77a642c357 status: 204 No Content code: 204 duration: "" @@ -3301,10 +3138,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbbc9ed3-ef02-431b-8a2a-88a13308f383 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/37009794-d987-445a-b742-f26b111bbb1b method: GET response: - body: '{"message":"\"bbbc9ed3-ef02-431b-8a2a-88a13308f383\" not found","type":"unknown_resource"}' + body: '{"message":"\"37009794-d987-445a-b742-f26b111bbb1b\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3313,7 +3150,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:33 GMT + - Mon, 10 Jul 2023 07:42:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3323,7 +3160,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 702f4c8e-4dcb-48bc-83cc-773a94f129f6 + - f42c8012-1760-46cc-86f7-0c3d25ca7aad status: 404 Not Found code: 404 duration: "" @@ -3334,7 +3171,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/79ed572a-66c8-4f66-afb9-46351e059254 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6ac618c9-38af-49c6-ac64-87726499f9b9 method: DELETE response: body: "" @@ -3342,7 +3179,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:33 GMT + - Mon, 10 Jul 2023 07:42:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3352,7 +3189,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60be25f5-f87b-4f34-8895-a8770b61c5ec + - cb67e873-37fb-47c2-acd9-9454c95b5f5f status: 204 No Content code: 204 duration: "" @@ -3363,174 +3200,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f - method: GET - response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:32.002149+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 574b1566-3e1e-4315-9578-67d3b6995ffb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f - method: GET - response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:32.002149+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2715" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 43cbafae-51e8-4a9d-a39f-cd6494179fad - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/user_data - method: GET - response: - body: '{"user_data":[]}' - headers: - Content-Length: - - "17" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b2f1c3b0-7d2b-42e5-9ad2-181eca382286 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/private_nics - method: GET - response: - body: '{"private_nics":[]}' - headers: - Content-Length: - - "20" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:37 GMT - Link: - - ; - rel="last" - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 512e8bd9-925f-4cff-89e0-390acea09e15 - X-Total-Count: - - "0" - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:32.002149+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:00.501477+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2762" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:37 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3540,7 +3228,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de241e77-aac3-4fc2-acb1-8770f30412c3 + - e104d845-841b-41f4-81f5-8230f0e46794 status: 200 OK code: 200 duration: "" @@ -3551,25 +3239,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:32.002149+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:00.501477+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2762" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3579,7 +3267,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9af4261b-dddd-4d66-a250-f9917050fb19 + - c144133b-1360-45ee-9439-853d5546fea0 status: 200 OK code: 200 duration: "" @@ -3590,7 +3278,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/user_data method: GET response: body: '{"user_data":[]}' @@ -3602,7 +3290,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3612,7 +3300,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5c43b6c-3833-42cf-8a0c-ba5847aecbd0 + - ade7078a-8b30-44db-a4a5-76ea2ab8bfb5 status: 200 OK code: 200 duration: "" @@ -3623,7 +3311,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -3635,9 +3323,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3648,7 +3336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b59b3e68-b3c7-4a33-8d7c-04aeea5efe47 + - 44f8fbb9-3a31-4c1b-bf9c-16708ba5b66b X-Total-Count: - "0" status: 200 OK @@ -3661,25 +3349,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:32.002149+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:00.501477+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2762" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:39 GMT + - Mon, 10 Jul 2023 07:42:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3689,7 +3377,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 69c36559-1f44-4092-b2b2-4168a4212707 + - c0e50dd6-9e1f-4ddb-b67e-386bef239cd2 status: 200 OK code: 200 duration: "" @@ -3702,10 +3390,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f/action","href_result":"/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","id":"5cca6087-a9e3-4127-adfd-406e6b68e23d","started_at":"2023-05-29T12:15:39.445536+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4/action","href_result":"/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4","id":"78dd75ad-fcd8-4948-b723-d6bca49a037b","started_at":"2023-07-10T07:42:21.771022+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3714,9 +3402,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:39 GMT + - Mon, 10 Jul 2023 07:42:21 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5cca6087-a9e3-4127-adfd-406e6b68e23d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/78dd75ad-fcd8-4948-b723-d6bca49a037b Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3726,7 +3414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 311d602b-d599-41d9-9eed-44d1f2ac73fa + - 7e600fe9-0657-4a44-8c8d-e47a76e6ba69 status: 202 Accepted code: 202 duration: "" @@ -3737,64 +3425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"launching poweroff task","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2690" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:39 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bf2a3dab-4844-4b60-9ef3-1ef26968e46e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:45 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3804,7 +3453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7940dd27-7c00-4c6a-aa0a-037ea8dc7cb1 + - 08beb953-72b2-40ae-87ca-2e6c06459732 status: 200 OK code: 200 duration: "" @@ -3815,25 +3464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:51 GMT + - Mon, 10 Jul 2023 07:42:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3843,7 +3492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9db0f230-76f2-4717-b5bd-2f5c9c7bbbd4 + - e3aec6d4-50b0-4f82-9318-d8f7d3bfcbf8 status: 200 OK code: 200 duration: "" @@ -3854,25 +3503,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:56 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3882,7 +3531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c56d6bc1-2016-4f96-beab-7f212aaa3f3d + - 5efa71c5-5223-44f7-97fa-22ba83ac9d80 status: 200 OK code: 200 duration: "" @@ -3893,25 +3542,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3921,7 +3570,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ec73181-b3bf-4ad2-b630-f8b2c913d0bb + - 6e6567aa-d75f-4a31-acbf-dc1097af36c2 status: 200 OK code: 200 duration: "" @@ -3932,25 +3581,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:06 GMT + - Mon, 10 Jul 2023 07:42:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3960,7 +3609,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12e49e45-1908-497d-9b26-eae5a9f34da7 + - a3365f0d-32c2-4c9f-ac3d-8d9145fbfdb0 status: 200 OK code: 200 duration: "" @@ -3971,25 +3620,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:12 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3999,7 +3648,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1302c472-09bd-4c87-9560-ca5ffd405215 + - d8ade99c-25a0-47e1-a36c-1adc5e6f2ae1 status: 200 OK code: 200 duration: "" @@ -4010,25 +3659,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:17 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4038,7 +3687,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16dfb345-e526-43de-8f3c-6abd1d67ce73 + - 1dda51d5-3cc6-4958-9545-c5ec94bcbe21 status: 200 OK code: 200 duration: "" @@ -4049,25 +3698,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:22 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4077,7 +3726,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 889ad7ae-0a90-4749-8bc6-45961c6e876f + - cb19db4f-397f-43af-b885-88080756e4bb status: 200 OK code: 200 duration: "" @@ -4088,25 +3737,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"54","hypervisor_id":"702","node_id":"30","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:39.103001+00:00","name":"tf-srv-festive-northcutt","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.194.166.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"201","node_id":"18","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:42:21.386296+00:00","name":"tf-srv-sad-rubin","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.8.35","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2730" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:27 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4116,7 +3765,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4a3679e-a134-4b64-8d45-1fd1eeb98b0e + - 9d987968-c37c-4a8b-8130-aee25962dfca status: 200 OK code: 200 duration: "" @@ -4127,25 +3776,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:16:31.688684+00:00","name":"tf-srv-festive-northcutt","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:43:13.073251+00:00","name":"tf-srv-sad-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:33 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4155,7 +3804,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9556b028-256b-45b6-a637-bc00e19e02db + - 3d46dbdd-7082-4909-932e-924ee7931aa9 status: 200 OK code: 200 duration: "" @@ -4166,25 +3815,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:58.863117+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-northcutt","id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:16:31.688684+00:00","name":"tf-srv-festive-northcutt","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:58.863117+00:00","export_uri":null,"id":"7b0adb6b-eda7-455a-a70f-994727f6bf11","modification_date":"2023-05-29T12:14:58.863117+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f","name":"tf-srv-festive-northcutt"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:47.220182+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-rubin","id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:0d","maintenances":[],"modification_date":"2023-07-10T07:43:13.073251+00:00","name":"tf-srv-sad-rubin","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:47.220182+00:00","export_uri":null,"id":"617384a9-17c3-4d41-8d4b-00bf5fa6fb52","modification_date":"2023-07-10T07:41:47.220182+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ab4c174f-657a-42f9-a265-d20a62afa9b4","name":"tf-srv-sad-rubin"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:33 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4194,7 +3843,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b558d6cf-a794-4186-8d0b-673468a1cfcf + - f41bf509-7e63-4af9-b6c7-5f574d7a14b5 status: 200 OK code: 200 duration: "" @@ -4205,7 +3854,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: DELETE response: body: "" @@ -4213,7 +3862,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:16:34 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4223,7 +3872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c577ad75-27b4-4e20-82cf-005722ffb717 + - 600a5c2b-a555-465e-aefd-4d3e4d31bd87 status: 204 No Content code: 204 duration: "" @@ -4234,10 +3883,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: - body: '{"message":"\"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f\" not found","type":"unknown_resource"}' + body: '{"message":"\"ab4c174f-657a-42f9-a265-d20a62afa9b4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4246,7 +3895,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:35 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4256,7 +3905,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd2a2632-40de-412e-8ea0-ba4653738c6d + - c4a70da6-04c2-4e3b-ad26-578113984aef status: 404 Not Found code: 404 duration: "" @@ -4267,7 +3916,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7b0adb6b-eda7-455a-a70f-994727f6bf11 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/617384a9-17c3-4d41-8d4b-00bf5fa6fb52 method: DELETE response: body: "" @@ -4275,7 +3924,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:16:35 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4285,7 +3934,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 814de1f9-10f5-4972-9c6f-e41d5a121af8 + - 92e3b34f-86fe-4594-aece-f78070a82401 status: 204 No Content code: 204 duration: "" @@ -4296,10 +3945,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ab4c174f-657a-42f9-a265-d20a62afa9b4 method: GET response: - body: '{"message":"\"bfc47f38-f1a3-43b1-9dde-bfe2b5ad1e2f\" not found","type":"unknown_resource"}' + body: '{"message":"\"ab4c174f-657a-42f9-a265-d20a62afa9b4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4308,7 +3957,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:36 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4318,7 +3967,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6820088-656c-401b-bce2-d2efde48766a + - 3fe6166b-f55d-45c5-b40f-5fbc93f4498a status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-private-network.cassette.yaml b/scaleway/testdata/instance-server-private-network.cassette.yaml index 5a37c5a95d..0767c299fd 100644 --- a/scaleway/testdata/instance-server-private-network.cassette.yaml +++ b/scaleway/testdata/instance-server-private-network.cassette.yaml @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks method: POST response: - body: '{"created_at":"2023-05-29T12:12:38.138615Z","id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:60bf::/64"],"tags":[],"updated_at":"2023-05-29T12:12:38.138615Z","zone":"fr-par-2"}' + body: '{"created_at":"2023-07-10T07:42:13.822023Z","id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:b4c9::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.822023Z","zone":"fr-par-2"}' headers: Content-Length: - - "357" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -32,7 +32,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe9b94ab-6a60-4ac9-b18b-e419f119a1f7 + - 31f39217-fe6d-4712-beca-baf4fb222509 status: 200 OK code: 200 duration: "" @@ -43,19 +43,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/7ca92f96-9e65-4561-89a7-c5c2cfc057ca + url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/e538c0d4-9a90-45e1-b269-c6889ab2cc8d method: GET response: - body: '{"created_at":"2023-05-29T12:12:38.138615Z","id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:60bf::/64"],"tags":[],"updated_at":"2023-05-29T12:12:38.138615Z","zone":"fr-par-2"}' + body: '{"created_at":"2023-07-10T07:42:13.822023Z","id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:b4c9::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.822023Z","zone":"fr-par-2"}' headers: Content-Length: - - "357" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -65,7 +65,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d3e1339-547d-4595-b69e-91496135bea3 + - 7af4660b-fb71-4548-84c1-eac90f60156b status: 200 OK code: 200 duration: "" @@ -76,19 +76,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-2 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-2 method: GET response: - body: '{"local_images":[{"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","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"],"id":"7c748e78-971e-40ab-83f6-461e20a56c68","label":"ubuntu_focal","zone":"fr-par-2"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"57e89f65-ec39-4847-aed5-942629dff0ad","label":"ubuntu_focal","zone":"fr-par-2"}],"total_count":2}' + body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"82a3876e-72b9-40bc-bc12-24e3f861d013","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-2"},{"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","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"],"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-2"}],"total_count":2}' headers: Content-Length: - - "1034" + - "1149" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -98,7 +98,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6413f5d3-f453-4576-91c9-c89f022b3d68 + - 0d3c8682-7d85-4253-bd25-a3150ddc7520 status: 200 OK code: 200 duration: "" @@ -112,16 +112,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-2/products/servers?page=1 method: GET response: - body: '{"servers":{"AMP2-C1":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.005007,"monthly_price":3.6,"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":1879048192,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C12":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.039752,"monthly_price":28.62,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":1200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1200000000}],"ipv6_support":true,"sum_internal_bandwidth":1200000000,"sum_internet_bandwidth":1200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":25501368320,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C2":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.008165,"monthly_price":5.88,"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":4026531840,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C24":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.077657,"monthly_price":55.91,"ncpus":24,"network":{"interfaces":[{"internal_bandwidth":2400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2400000000}],"ipv6_support":true,"sum_internal_bandwidth":2400000000,"sum_internet_bandwidth":2400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":51271172096,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C4":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014483,"monthly_price":10.43,"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":8321499136,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C48":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.153466,"monthly_price":110.5,"ncpus":48,"network":{"interfaces":[{"internal_bandwidth":4800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":4800000000}],"ipv6_support":true,"sum_internal_bandwidth":4800000000,"sum_internet_bandwidth":4800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":102810779648,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C60":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.19137,"monthly_price":137.79,"ncpus":60,"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":128580583424,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C8":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027118,"monthly_price":19.52,"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":16911433728,"volumes_constraint":{"max_size":0,"min_size":0}},"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"GPU-3070-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":0.98,"monthly_price":715.4,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":2500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2500000000}],"ipv6_support":true,"sum_internal_bandwidth":2500000000,"sum_internet_bandwidth":2500000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}}}}' + body: '{"servers":{"AMP2-C1":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.005007,"mig_profile":null,"monthly_price":3.6,"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":1879048192,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C12":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.039752,"mig_profile":null,"monthly_price":28.62,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":1200000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":1200000000}],"ipv6_support":true,"sum_internal_bandwidth":1200000000,"sum_internet_bandwidth":1200000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":25501368320,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C2":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.008165,"mig_profile":null,"monthly_price":5.88,"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":4026531840,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C24":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.077657,"mig_profile":null,"monthly_price":55.91,"ncpus":24,"network":{"interfaces":[{"internal_bandwidth":2400000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2400000000}],"ipv6_support":true,"sum_internal_bandwidth":2400000000,"sum_internet_bandwidth":2400000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":51271172096,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C4":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014483,"mig_profile":null,"monthly_price":10.43,"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":8321499136,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C48":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.153466,"mig_profile":null,"monthly_price":110.5,"ncpus":48,"network":{"interfaces":[{"internal_bandwidth":4800000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":4800000000}],"ipv6_support":true,"sum_internal_bandwidth":4800000000,"sum_internet_bandwidth":4800000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":102810779648,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C60":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.19137,"mig_profile":null,"monthly_price":137.79,"ncpus":60,"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":128580583424,"volumes_constraint":{"max_size":0,"min_size":0}},"AMP2-C8":{"alt_names":[],"arch":"arm64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027118,"mig_profile":null,"monthly_price":19.52,"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":16911433728,"volumes_constraint":{"max_size":0,"min_size":0}},"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"GPU-3070-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":0.98,"mig_profile":null,"monthly_price":715.4,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":2500000000,"internet_bandwidth":null},{"internal_bandwidth":null,"internet_bandwidth":2500000000}],"ipv6_support":true,"sum_internal_bandwidth":2500000000,"sum_internet_bandwidth":2500000000},"per_volume_constraint":{"l_ssd":{"max_size":0,"min_size":0}},"ram":17179869184,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}}}}' headers: Content-Length: - - "36797" + - "37847" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Link: - ; rel="next",; rel="last" @@ -134,7 +134,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d32a09da-378b-432c-9e00-9772726fb069 + - a45d7e77-7aae-4c24-a4c3-92eb621111df X-Total-Count: - "52" status: 200 OK @@ -150,16 +150,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-2/products/servers?page=2 method: GET response: - body: '{"servers":{"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}}}}' + body: '{"servers":{"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}}}}' headers: Content-Length: - - "1494" + - "1536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -172,14 +172,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b8b1148-1cf3-41cb-aaf0-005bd977058a + - abaf728c-5bd0-4847-8995-7ba3bbdc4508 X-Total-Count: - "52" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-sad-montalcini","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"7c748e78-971e-40ab-83f6-461e20a56c68","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-zealous-hopper","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -192,22 +192,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.675301+00:00","name":"tf-srv-sad-montalcini","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:14.890596+00:00","name":"tf-srv-zealous-hopper","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2543" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + - https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -217,7 +217,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1676ad37-7b57-4db0-8d5d-d09b9b4a1ebb + - 3c3aac43-7b8d-43bd-9c22-0547d94453ac status: 201 Created code: 201 duration: "" @@ -228,25 +228,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.675301+00:00","name":"tf-srv-sad-montalcini","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:14.890596+00:00","name":"tf-srv-zealous-hopper","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2543" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -256,7 +256,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9473c646-c03d-4669-861f-d82988361075 + - ed0d3264-3a08-4ef0-b18d-d7d5d32bc1c9 status: 200 OK code: 200 duration: "" @@ -267,25 +267,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.675301+00:00","name":"tf-srv-sad-montalcini","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:14.890596+00:00","name":"tf-srv-zealous-hopper","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2543" + - "2625" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -295,7 +295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cecd1f14-e1a4-4c10-a91a-6f15aee391bb + - a7fac960-d0ff-4b49-a3d6-bc6c8027c204 status: 200 OK code: 200 duration: "" @@ -308,10 +308,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/action","href_result":"/servers/9c741326-c69e-4a2a-9a02-ada691ca1556","id":"d2d53a63-cb4a-4400-a496-2356f4dde79a","started_at":"2023-05-29T12:12:39.621552+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/87511edb-28c5-4656-b5f0-69423b832769/action","href_result":"/servers/87511edb-28c5-4656-b5f0-69423b832769","id":"4b66369b-c19c-44bf-bc47-9e879712ca69","started_at":"2023-07-10T07:42:15.714065+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -320,9 +320,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/d2d53a63-cb4a-4400-a496-2356f4dde79a + - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/4b66369b-c19c-44bf-bc47-9e879712ca69 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -332,7 +332,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e78161f-e986-42c0-af5c-bf4b6cb9f1ed + - 49474bc9-53ee-4a7a-bb55-9bed18fe9adb status: 202 Accepted code: 202 duration: "" @@ -343,25 +343,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.284337+00:00","name":"tf-srv-sad-montalcini","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,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:15.392783+00:00","name":"tf-srv-zealous-hopper","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":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2565" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -371,7 +371,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c0155fb9-43f0-480d-ae9b-4acc49e3811f + - 226aaba3-a8f6-49cb-9365-731539d92e08 status: 200 OK code: 200 duration: "" @@ -382,25 +382,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.284337+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:15.392783+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2676" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -410,7 +410,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd5aa616-4bd6-449f-9840-1278944fe5b6 + - bda99a01-3650-49a1-a0c5-9a4161c826f1 status: 200 OK code: 200 duration: "" @@ -421,25 +421,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.284337+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:15.392783+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2676" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -449,7 +449,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68641653-b65c-4a0d-b084-4c72070435ad + - ff6e95bf-b8f5-41a9-aa35-06bd7c0e8b70 status: 200 OK code: 200 duration: "" @@ -460,25 +460,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.284337+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:15.392783+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2676" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:55 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -488,7 +488,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6eb1599-e120-43ab-8661-07f2e36d5e0b + - 18d59009-8d26-4651-9219-81d30e8aea6c status: 200 OK code: 200 duration: "" @@ -499,58 +499,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.427208+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' - headers: - Content-Length: - - "2707" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:01 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ca68d0cd-d4e7-4205-ae57-5e40130b044d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/7ca92f96-9e65-4561-89a7-c5c2cfc057ca - method: GET - response: - body: '{"created_at":"2023-05-29T12:12:38.138615Z","id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:60bf::/64"],"tags":[],"updated_at":"2023-05-29T12:12:38.138615Z","zone":"fr-par-2"}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:15.392783+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "357" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -560,7 +527,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e8bf5f3-56e7-4175-955c-45675d8b2a02 + - 30130b61-b64a-4919-a365-f9a681799a93 status: 200 OK code: 200 duration: "" @@ -571,25 +538,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.427208+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:40.675096+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2707" + - "2792" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -599,45 +566,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9745e385-dac4-4e2b-ad72-4566ab4bfd57 + - 06510c4a-4d21-433f-8d66-df964402e3f7 status: 200 OK code: 200 duration: "" -- request: - body: '{"private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics - method: POST - response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:01.547702+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' - headers: - Content-Length: - - "376" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:02 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d1ff5e4e-c65d-4e84-95c2-6382d18e6c0d - status: 201 Created - code: 201 - duration: "" - request: body: "" form: {} @@ -645,19 +577,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/e538c0d4-9a90-45e1-b269-c6889ab2cc8d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:01.936854+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"created_at":"2023-07-10T07:42:13.822023Z","id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:b4c9::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.822023Z","zone":"fr-par-2"}' headers: Content-Length: - - "376" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -667,7 +599,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d9d181b-149b-49b6-847e-08631a69b481 + - 6dbccabd-11d3-40e4-a08e-e622a9d3e6bf status: 200 OK code: 200 duration: "" @@ -678,19 +610,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:02.244842+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:40.675096+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "376" + - "2792" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -700,21 +638,23 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3b7311c-15c6-43d2-8176-81db3079ad76 + - aea65cb1-3bd4-449a-a47a-546c7d2bbcf7 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics + method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:02.244842+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:42:50.064627+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"syncing","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "376" @@ -723,7 +663,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:12 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -733,9 +673,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42b57454-b8ba-4751-b4a9-c69fb5c05f5b - status: 200 OK - code: 200 + - fdb0d999-2983-408f-a37d-c7b521d548e2 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -744,10 +684,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics/e5a9f26f-3929-493c-a24b-ac3045914287 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:02.244842+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:42:50.721228+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"syncing","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "376" @@ -756,7 +696,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -766,7 +706,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 810607b5-f0dc-4c6a-83f3-03ad924c6d2a + - bcf3f52f-6d63-4983-bf21-e725fe8d390c status: 200 OK code: 200 duration: "" @@ -777,10 +717,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics/e5a9f26f-3929-493c-a24b-ac3045914287 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:02.244842+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:42:51.274563+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"syncing","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "376" @@ -789,7 +729,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:22 GMT + - Mon, 10 Jul 2023 07:42:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -799,7 +739,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33f7bcc7-fee4-4dfc-b912-37cb52f6a24b + - 3e73af13-3e32-4f56-82ff-2462d9803cdc status: 200 OK code: 200 duration: "" @@ -810,10 +750,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics/e5a9f26f-3929-493c-a24b-ac3045914287 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:02.244842+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:42:51.274563+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"syncing","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "376" @@ -822,7 +762,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -832,7 +772,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ea6c343-2179-4404-a1b2-0894114cf5e2 + - 6e360033-fc4f-430c-aea6-c28ae78184e0 status: 200 OK code: 200 duration: "" @@ -843,10 +783,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics/e5a9f26f-3929-493c-a24b-ac3045914287 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:02.244842+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"syncing","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:42:51.274563+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"syncing","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "376" @@ -855,7 +795,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:43:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -865,7 +805,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 345d6408-529a-4b95-86c6-b5a37c2075c5 + - d2c23132-7c01-4b92-93c5-7a36628b1615 status: 200 OK code: 200 duration: "" @@ -876,10 +816,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics/e5a9f26f-3929-493c-a24b-ac3045914287 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "378" @@ -888,7 +828,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -898,7 +838,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92c76d9b-679c-4a01-9747-19fcc1636eca + - 21da2461-606c-4cc5-a755-38f7053367cb status: 200 OK code: 200 duration: "" @@ -909,10 +849,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics/0784cb41-f19e-48ad-9dd8-367382a1d51f + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics/e5a9f26f-3929-493c-a24b-ac3045914287 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}}' headers: Content-Length: - "378" @@ -921,7 +861,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -931,7 +871,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f28ab8de-1d40-4910-90bc-717fc2631041 + - 5913c88d-b99b-486f-9262-c7a4fea2078b status: 200 OK code: 200 duration: "" @@ -942,25 +882,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.427208+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:40.675096+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3060" + - "3145" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -970,7 +910,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 050f7807-9742-4c3a-89ac-0b7f790dc1c9 + - fd2d5ba4-0db6-431a-85ef-02a0972ce632 status: 200 OK code: 200 duration: "" @@ -981,7 +921,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/user_data method: GET response: body: '{"user_data":[]}' @@ -993,7 +933,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1003,7 +943,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 890a0732-4db1-4f1d-bba5-20e6ac0397ef + - d05ea38f-3212-4615-8820-48d5a708beee status: 200 OK code: 200 duration: "" @@ -1014,10 +954,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}]}' headers: Content-Length: - "381" @@ -1026,9 +966,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:43:15 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1039,7 +979,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d259df0-6ac4-46a7-89c6-995281f9eaf7 + - fe6e74f2-6644-42e3-b2d4-46379858db70 X-Total-Count: - "1" status: 200 OK @@ -1052,10 +992,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}]}' headers: Content-Length: - "381" @@ -1064,9 +1004,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1077,7 +1017,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f080f8d-9432-406d-972a-20aa45eca8e5 + - 40797c0c-c332-498a-a60a-b99627edb5e6 X-Total-Count: - "1" status: 200 OK @@ -1090,19 +1030,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/7ca92f96-9e65-4561-89a7-c5c2cfc057ca + url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/e538c0d4-9a90-45e1-b269-c6889ab2cc8d method: GET response: - body: '{"created_at":"2023-05-29T12:12:38.138615Z","id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:60bf::/64"],"tags":[],"updated_at":"2023-05-29T12:12:38.138615Z","zone":"fr-par-2"}' + body: '{"created_at":"2023-07-10T07:42:13.822023Z","id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:b4c9::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.822023Z","zone":"fr-par-2"}' headers: Content-Length: - - "357" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1112,7 +1052,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50a92158-47cd-4ce9-bbfd-7a76ff67217b + - 83792084-e541-4742-9e3a-373331a61c2c status: 200 OK code: 200 duration: "" @@ -1123,25 +1063,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.427208+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:40.675096+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3060" + - "3145" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1151,7 +1091,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cecc03b6-d21b-4c6b-a825-fe8f5a443d82 + - 30c76cc0-21bb-4701-8b18-6826f70ca1d2 status: 200 OK code: 200 duration: "" @@ -1162,7 +1102,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/user_data method: GET response: body: '{"user_data":[]}' @@ -1174,7 +1114,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:43:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1184,7 +1124,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c0ce0a5c-7bed-4a3f-b3bb-d3339b7f7277 + - 8f54f06d-b0d4-42a0-bb92-c8a3313c6301 status: 200 OK code: 200 duration: "" @@ -1195,10 +1135,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}]}' headers: Content-Length: - "381" @@ -1207,9 +1147,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1220,7 +1160,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f97170f0-e962-4249-9650-7585ccfe54ff + - b5f42862-52a1-4cce-8dab-b7504a3555b0 X-Total-Count: - "1" status: 200 OK @@ -1233,19 +1173,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/7ca92f96-9e65-4561-89a7-c5c2cfc057ca + url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/e538c0d4-9a90-45e1-b269-c6889ab2cc8d method: GET response: - body: '{"created_at":"2023-05-29T12:12:38.138615Z","id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:60bf::/64"],"tags":[],"updated_at":"2023-05-29T12:12:38.138615Z","zone":"fr-par-2"}' + body: '{"created_at":"2023-07-10T07:42:13.822023Z","id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:b4c9::/64"],"tags":[],"updated_at":"2023-07-10T07:42:13.822023Z","zone":"fr-par-2"}' headers: Content-Length: - - "357" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1255,7 +1195,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b35ffd2-1afa-48e9-b507-377a6ebc05a4 + - 9c250231-e219-4782-9d52-a13e97c29ede status: 200 OK code: 200 duration: "" @@ -1266,25 +1206,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.427208+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:40.675096+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3060" + - "3145" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1294,7 +1234,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8fbf968-ac26-4213-8aaf-51fdf50cca23 + - f776a3b5-6a9c-4389-bd87-8bec334e5387 status: 200 OK code: 200 duration: "" @@ -1305,7 +1245,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/user_data method: GET response: body: '{"user_data":[]}' @@ -1317,7 +1257,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1327,7 +1267,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9cc29672-09c5-4888-9775-eefe6000f70d + - 2a0e24d3-ee9f-4946-822b-3eddbb75308c status: 200 OK code: 200 duration: "" @@ -1338,10 +1278,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}]}' headers: Content-Length: - "381" @@ -1350,9 +1290,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:43:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1363,7 +1303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23fee317-44d2-4757-a2f0-3e0c36bea2fb + - b1b2793e-e44d-4e7c-acd3-bd524c10f469 X-Total-Count: - "1" status: 200 OK @@ -1376,25 +1316,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.427208+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:42:40.675096+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3060" + - "3145" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1404,7 +1344,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60b3d698-01f5-433d-b16e-4f712bfce290 + - 548a33cc-883c-4f36-a211-352ee234f8b3 status: 200 OK code: 200 duration: "" @@ -1417,10 +1357,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/9c741326-c69e-4a2a-9a02-ada691ca1556/action","href_result":"/servers/9c741326-c69e-4a2a-9a02-ada691ca1556","id":"73ccb864-4051-4b70-807d-620df6956aeb","started_at":"2023-05-29T12:13:40.725264+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/87511edb-28c5-4656-b5f0-69423b832769/action","href_result":"/servers/87511edb-28c5-4656-b5f0-69423b832769","id":"6e34eca1-9a37-4482-807d-76c6f97af47b","started_at":"2023-07-10T07:43:21.809408+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1429,9 +1369,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/73ccb864-4051-4b70-807d-620df6956aeb + - https://api.scaleway.com/instance/v1/zones/fr-par-2/tasks/6e34eca1-9a37-4482-807d-76c6f97af47b Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1441,7 +1381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0620c36-b290-4b77-affa-40cb6abf6360 + - 2a4fd611-bb0f-47b6-8400-5550fb334e75 status: 202 Accepted code: 202 duration: "" @@ -1452,25 +1392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1480,7 +1420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6412c2b-0830-4471-ad91-58c11b291781 + - ab4ed872-4ae1-49d2-a7bf-11b45fe971b1 status: 200 OK code: 200 duration: "" @@ -1491,25 +1431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:46 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1519,7 +1459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20006a8d-15f7-468f-b21b-a81139829b22 + - 32f7e735-6442-4b71-8fd2-61eec038c1e1 status: 200 OK code: 200 duration: "" @@ -1530,25 +1470,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1558,7 +1498,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 683894e7-c295-43a7-b566-e5489d466092 + - d71d40b3-2bc3-46dd-94d0-3256cce0a011 status: 200 OK code: 200 duration: "" @@ -1569,25 +1509,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1597,7 +1537,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b17501ab-88f7-4c85-849c-d5c50fb11a78 + - 80c690f1-4d74-461b-9e19-3ac9b5373fd1 status: 200 OK code: 200 duration: "" @@ -1608,25 +1548,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1636,7 +1576,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb157392-e8d4-4c45-9aeb-21fd9f7e87c3 + - 0e2223eb-a91e-477f-8e9d-b1857874fda8 status: 200 OK code: 200 duration: "" @@ -1647,25 +1587,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:06 GMT + - Mon, 10 Jul 2023 07:43:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1675,7 +1615,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb8c0853-04cf-404b-908f-ee3030f14c00 + - 5c34ce4f-fd7a-4a0f-9299-7a99dc807b7a status: 200 OK code: 200 duration: "" @@ -1686,25 +1626,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"21","hypervisor_id":"104","node_id":"10","platform_id":"30","zone_id":"fr-par-2"},"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:43:21.468440+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.200.112.19","private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "3028" + - "3113" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:12 GMT + - Mon, 10 Jul 2023 07:43:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1714,7 +1654,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a35ba55-a351-447f-a26a-2563dac41f68 + - 11283f2d-977e-491c-a06b-1c6192303b01 status: 200 OK code: 200 duration: "" @@ -1725,64 +1665,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"302","node_id":"39","platform_id":"30","zone_id":"fr-par-2"},"maintenances":[],"modification_date":"2023-05-29T12:13:40.425581+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.4.18.77","private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' - headers: - Content-Length: - - "3028" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:17 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cb8b7df6-d0b2-4878-83af-4654682bf1f1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:22.337130+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:44:06.465992+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2904" + - "2986" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1792,7 +1693,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3a61c98-b447-4608-bbdb-02a3f9b2d40f + - aec7ef42-7c4a-40be-a860-3a44d5b056b3 status: 200 OK code: 200 duration: "" @@ -1803,25 +1704,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"e6a56379-9ef4-48d4-a1d2-12b475e0fed8","initrd":"http://10.197.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.197.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.675301+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-sad-montalcini","id":"9c741326-c69e-4a2a-9a02-ada691ca1556","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:01.859925+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"7c748e78-971e-40ab-83f6-461e20a56c68","modification_date":"2023-04-13T12:32:01.859925+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"2db868d6-47ac-43c8-b647-991fae883870","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:22.337130+00:00","name":"tf-srv-sad-montalcini","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:13:01.547702+00:00","id":"0784cb41-f19e-48ad-9dd8-367382a1d51f","mac_address":"02:00:00:21:c7:ad","modification_date":"2023-05-29T12:13:32.742129+00:00","private_network_id":"7ca92f96-9e65-4561-89a7-c5c2cfc057ca","server_id":"9c741326-c69e-4a2a-9a02-ada691ca1556","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.675301+00:00","export_uri":null,"id":"3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45","modification_date":"2023-05-29T12:12:38.675301+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9c741326-c69e-4a2a-9a02-ada691ca1556","name":"tf-srv-sad-montalcini"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' + mainline 4.4.230 rev1","zone":"fr-par-2"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:14.890596+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hopper","id":"87511edb-28c5-4656-b5f0-69423b832769","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:53.327296+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42","modification_date":"2023-06-28T12:44:53.327296+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"d5b6641c-7086-4856-9cb5-1e72c4f0861a","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-2"},"ipv6":null,"location":null,"mac_address":"de:00:00:15:0f:87","maintenances":[],"modification_date":"2023-07-10T07:44:06.465992+00:00","name":"tf-srv-zealous-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:42:50.064627+00:00","id":"e5a9f26f-3929-493c-a24b-ac3045914287","mac_address":"02:00:00:22:04:dc","modification_date":"2023-07-10T07:43:11.440367+00:00","private_network_id":"e538c0d4-9a90-45e1-b269-c6889ab2cc8d","server_id":"87511edb-28c5-4656-b5f0-69423b832769","state":"available","tags":[],"zone":"fr-par-2"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"07a1e012-3e68-44ec-9b41-cbe87504b716","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:14.890596+00:00","export_uri":null,"id":"d5eea160-9cf8-4827-90ce-d081b43d25a3","modification_date":"2023-07-10T07:42:14.890596+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"87511edb-28c5-4656-b5f0-69423b832769","name":"tf-srv-zealous-hopper"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-2"}},"zone":"fr-par-2"}}' headers: Content-Length: - - "2904" + - "2986" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1831,7 +1732,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4edac47-f15c-4004-9d8a-5c9326529115 + - 4d2f0e88-5dc6-49bd-8e9c-c5cb38852acd status: 200 OK code: 200 duration: "" @@ -1842,7 +1743,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: DELETE response: body: "" @@ -1850,7 +1751,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1860,7 +1761,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3a7dd87-0042-4491-9bf8-b5b2e88554f3 + - 94dda087-870a-4462-b4c0-051e930fcfed status: 204 No Content code: 204 duration: "" @@ -1871,10 +1772,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/9c741326-c69e-4a2a-9a02-ada691ca1556 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers/87511edb-28c5-4656-b5f0-69423b832769 method: GET response: - body: '{"message":"\"9c741326-c69e-4a2a-9a02-ada691ca1556\" not found","type":"unknown_resource"}' + body: '{"message":"\"87511edb-28c5-4656-b5f0-69423b832769\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1883,7 +1784,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1893,7 +1794,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 513cacd6-26ce-4bdf-85ae-0f790e193714 + - 49836637-52ca-44fc-ae1d-b862cc1079d9 status: 404 Not Found code: 404 duration: "" @@ -1904,7 +1805,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-2/volumes/3d3d3cc6-d02a-4a0d-827e-fcfc0e55cf45 + url: https://api.scaleway.com/instance/v1/zones/fr-par-2/volumes/d5eea160-9cf8-4827-90ce-d081b43d25a3 method: DELETE response: body: "" @@ -1912,7 +1813,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1922,7 +1823,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3fe3cba-260c-4313-a82b-3d56a15fa072 + - b672cc2f-d7e2-495c-b033-d08eb135e230 status: 204 No Content code: 204 duration: "" @@ -1938,16 +1839,16 @@ interactions: url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks method: POST response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1957,7 +1858,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43443ee1-a257-48b9-9078-45f1fdc8323c + - 4e393a94-5c49-4d66-aaa7-be31f5435106 status: 200 OK code: 200 duration: "" @@ -1968,19 +1869,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/e538c0d4-9a90-45e1-b269-c6889ab2cc8d + method: DELETE response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: "" headers: - Content-Length: - - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1990,9 +1889,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db077bc7-e6d2-4006-af4c-ad6fe8c5e8d5 - status: 200 OK - code: 200 + - e15dc658-63a7-4d60-8842-2fd819e4b553 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -2001,17 +1900,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-2/private-networks/7ca92f96-9e65-4561-89a7-c5c2cfc057ca - method: DELETE + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 + method: GET response: - body: "" + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: + Content-Length: + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2021,9 +1922,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2dd60421-a64b-47ae-843a-fc37ef4ec4c7 - status: 204 No Content - code: 204 + - 01118458-dc8b-44a4-9d13-7b1db9c727a2 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -2032,19 +1933,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2054,7 +1955,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c487640-f092-42d8-a66f-1dca9ce1b288 + - 1fa568db-110f-409c-9da8-5d28d5743f6e status: 200 OK code: 200 duration: "" @@ -2068,16 +1969,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:23 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Link: - ; rel="next",; rel="last" @@ -2090,7 +1991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73a492c7-95d2-4b8d-adf9-cc2d6dad23fd + - 232c0144-72a7-4adc-83ab-6df508ca9632 X-Total-Count: - "56" status: 200 OK @@ -2106,16 +2007,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:24 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -2128,14 +2029,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 339fece3-039a-4f30-9e37-7d65e1d0a941 + - 2ac0f756-0f80-4a84-9619-caab41d7d35e X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-optimistic-newton","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-reverent-solomon","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -2148,22 +2049,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:24.214776+00:00","name":"tf-srv-optimistic-newton","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:26.208231+00:00","name":"tf-srv-reverent-solomon","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:24 GMT + - Mon, 10 Jul 2023 07:44:26 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2173,7 +2074,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc91d408-47fc-436d-9306-5d25e4a1e49e + - 6cb2bc44-34a7-472d-a11b-fb76c29fee74 status: 201 Created code: 201 duration: "" @@ -2184,25 +2085,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:24.214776+00:00","name":"tf-srv-optimistic-newton","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:26.208231+00:00","name":"tf-srv-reverent-solomon","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:24 GMT + - Mon, 10 Jul 2023 07:44:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2212,7 +2113,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 753e5030-f03a-41d1-abe0-5370566dd88f + - 355a0662-6a90-4099-814e-87e98fe48a54 status: 200 OK code: 200 duration: "" @@ -2223,25 +2124,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:24.214776+00:00","name":"tf-srv-optimistic-newton","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:26.208231+00:00","name":"tf-srv-reverent-solomon","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:24 GMT + - Mon, 10 Jul 2023 07:44:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2251,7 +2152,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28ebda74-d388-49ee-8c43-7e0f3e519897 + - 33e2bcd2-1a5a-49e4-823e-e793a80f89c5 status: 200 OK code: 200 duration: "" @@ -2264,10 +2165,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/action","href_result":"/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b","id":"8ad4a422-4599-4a90-bee5-9744b76fdff9","started_at":"2023-05-29T12:14:26.024479+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/cf365eb0-59ab-44af-a52a-f87668184a99/action","href_result":"/servers/cf365eb0-59ab-44af-a52a-f87668184a99","id":"f4f0a2f6-67db-4500-97e3-30d21f397fb6","started_at":"2023-07-10T07:44:29.749354+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -2276,9 +2177,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:26 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8ad4a422-4599-4a90-bee5-9744b76fdff9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f4f0a2f6-67db-4500-97e3-30d21f397fb6 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2288,7 +2189,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a9258620-b5a8-41fa-a89b-64033f9e897f + - 575f6752-9fdd-41e7-8afd-c2e636a9c58c status: 202 Accepted code: 202 duration: "" @@ -2299,25 +2200,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:25.701608+00:00","name":"tf-srv-optimistic-newton","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,"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":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:29.435247+00:00","name":"tf-srv-reverent-solomon","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":false,"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":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2574" + - "2653" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:26 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2327,7 +2228,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc52fb8d-ed89-43e6-b92a-eceae2e7f913 + - 3c6b0f94-8170-443e-ba97-084df8b5e1c9 status: 200 OK code: 200 duration: "" @@ -2338,25 +2239,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:25.701608+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:29.435247+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2679" + - "2762" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:44:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2366,7 +2267,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46d33b1e-6612-4308-aecc-163b95cde043 + - ce577311-fa52-40d7-84d4-eaf5fc86942a status: 200 OK code: 200 duration: "" @@ -2377,64 +2278,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:25.701608+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2679" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:36 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bcd80e9a-f2e4-4279-96c3-c306a30ea511 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2710" + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:41 GMT + - Mon, 10 Jul 2023 07:44:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2444,7 +2306,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d62d5ff-1ab3-4c89-913a-ba1af6be7512 + - 2fcd20b4-2c51-4138-911c-a82ffdaea8a5 status: 200 OK code: 200 duration: "" @@ -2455,19 +2317,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:41 GMT + - Mon, 10 Jul 2023 07:44:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2477,7 +2339,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 494d7c97-fa06-430d-8aee-bef728565e53 + - f8519d48-ad75-45ed-8a72-4f983a5e71af status: 200 OK code: 200 duration: "" @@ -2488,25 +2350,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2710" + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:42 GMT + - Mon, 10 Jul 2023 07:44:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2516,12 +2378,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c9ba19f-75b2-408f-b541-3365776a3e64 + - 8fa5c54d-3da2-4a9e-aeb5-df482bad0865 status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07"}' + body: '{"private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052"}' form: {} headers: Content-Type: @@ -2529,10 +2391,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.114139+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:47.295960+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2541,7 +2403,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:42 GMT + - Mon, 10 Jul 2023 07:44:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2551,7 +2413,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f4d961a-5257-4504-9471-ff94633a9dba + - 3e18c609-48d0-4354-90e4-c3a453b34bf5 status: 201 Created code: 201 duration: "" @@ -2562,43 +2424,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 - method: GET - response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.114139+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "376" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c7ce3871-5bce-46fd-a974-726b305b519b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.809661+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:47.295960+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2607,7 +2436,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:47 GMT + - Mon, 10 Jul 2023 07:44:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2617,7 +2446,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7578ec1-3ea8-456f-b114-4345e5ad0b2b + - 79beb3ff-d4a5-4e59-a718-1196ddb2908c status: 200 OK code: 200 duration: "" @@ -2628,10 +2457,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.809661+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:48.200609+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2640,7 +2469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:52 GMT + - Mon, 10 Jul 2023 07:44:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2650,7 +2479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf0315f4-9fab-4cc5-b4c4-17b9ae6e2508 + - e9647a33-6e20-470d-a942-4100f1cbc813 status: 200 OK code: 200 duration: "" @@ -2661,10 +2490,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.809661+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:48.200609+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2673,7 +2502,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:58 GMT + - Mon, 10 Jul 2023 07:44:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2683,7 +2512,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14f2ac23-4074-4639-966d-f490fe824801 + - 555ae3d6-80eb-47bf-891d-4d979b035734 status: 200 OK code: 200 duration: "" @@ -2694,10 +2523,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.809661+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:48.200609+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2706,7 +2535,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:03 GMT + - Mon, 10 Jul 2023 07:45:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2716,7 +2545,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67eb04e3-3816-4cfd-ba77-0b83c3b40361 + - ba03d251-5dc8-4a3e-a5b1-7d2827c08e82 status: 200 OK code: 200 duration: "" @@ -2727,10 +2556,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.809661+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:48.200609+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2739,7 +2568,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:08 GMT + - Mon, 10 Jul 2023 07:45:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2749,7 +2578,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f64deb9d-4855-4f05-b81d-3ceff45f883d + - 2ad0912a-6c29-4a6f-b5b6-a02da60b266e status: 200 OK code: 200 duration: "" @@ -2760,10 +2589,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:14:42.809661+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:44:48.200609+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -2772,7 +2601,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:45:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2782,7 +2611,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c393ba69-b7b0-4ee6-84ac-36cb951b7e5c + - 68fc955d-04d0-4a78-b6dd-50ee19850bb4 status: 200 OK code: 200 duration: "" @@ -2793,10 +2622,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -2805,7 +2634,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:18 GMT + - Mon, 10 Jul 2023 07:45:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2815,7 +2644,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07635f22-8af8-4889-88a6-bdc9ddf7a0ef + - 9f90ca25-b0fc-49f1-adfe-d356740424e3 status: 200 OK code: 200 duration: "" @@ -2826,10 +2655,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -2838,7 +2667,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:18 GMT + - Mon, 10 Jul 2023 07:45:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2848,7 +2677,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d782dbb8-72d4-4273-951c-47def25517de + - 310985b6-29d9-41bd-8ac9-634349c20d4b status: 200 OK code: 200 duration: "" @@ -2859,25 +2688,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:18 GMT + - Mon, 10 Jul 2023 07:45:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2887,7 +2716,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32d2fea3-9c1c-4bd4-baab-963beed5a6e2 + - ed169092-582e-4552-a5a9-1f86850ecb35 status: 200 OK code: 200 duration: "" @@ -2898,7 +2727,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -2910,7 +2739,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:18 GMT + - Mon, 10 Jul 2023 07:45:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2920,7 +2749,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9bec2688-8da1-4f20-9542-96ddb5c3c11b + - 2880b6d6-f9f1-4497-bba8-48f635907c46 status: 200 OK code: 200 duration: "" @@ -2931,10 +2760,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -2943,9 +2772,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:18 GMT + - Mon, 10 Jul 2023 07:45:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2956,7 +2785,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cf0bd42-bb87-4040-ae6a-ea4a876539f7 + - ebd4273d-4f7d-454e-9916-5d804c013fac X-Total-Count: - "1" status: 200 OK @@ -2969,10 +2798,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -2981,9 +2810,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:19 GMT + - Mon, 10 Jul 2023 07:45:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2994,7 +2823,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef79b209-a02e-4abd-bf6b-71d1fdd5a452 + - 9cb3eee2-3469-4567-8cd2-e16a541b6623 X-Total-Count: - "1" status: 200 OK @@ -3007,19 +2836,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:19 GMT + - Mon, 10 Jul 2023 07:45:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3029,7 +2858,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58699675-4694-48bd-8a81-b3ee840c8ded + - 1e66fdcd-982f-479d-a432-38629befcfd6 status: 200 OK code: 200 duration: "" @@ -3040,25 +2869,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:19 GMT + - Mon, 10 Jul 2023 07:45:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3068,7 +2897,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99213925-bd95-4e1a-9f13-f337eee71845 + - 82172745-af62-4498-888d-c3895172331d status: 200 OK code: 200 duration: "" @@ -3079,7 +2908,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -3091,7 +2920,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:19 GMT + - Mon, 10 Jul 2023 07:45:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3101,7 +2930,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4633e40-b07f-489e-870b-dced5e7bcbb7 + - 6556af36-e00c-46ea-871b-1e59deac57cc status: 200 OK code: 200 duration: "" @@ -3112,10 +2941,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -3124,9 +2953,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:20 GMT + - Mon, 10 Jul 2023 07:45:20 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3137,7 +2966,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17bc7e33-ee1b-4d8b-bce0-9ff77279c20d + - f1e584a9-a7d6-4ce4-ba1a-3596e2e7d985 X-Total-Count: - "1" status: 200 OK @@ -3150,19 +2979,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:20 GMT + - Mon, 10 Jul 2023 07:45:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3172,7 +3001,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff84c1f6-b5bf-46a1-984a-c62fae96538a + - 3a89133a-3629-45a0-aefa-0436d46792c6 status: 200 OK code: 200 duration: "" @@ -3183,25 +3012,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:20 GMT + - Mon, 10 Jul 2023 07:45:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3211,7 +3040,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c83db395-7c4c-4e9b-8396-4fb09830e45f + - 3c32a1b0-5a4b-4a51-b1c7-8008c772c727 status: 200 OK code: 200 duration: "" @@ -3222,7 +3051,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -3234,7 +3063,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:20 GMT + - Mon, 10 Jul 2023 07:45:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3244,7 +3073,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc77df0f-92bc-4068-9fc9-12f14dcdc2cb + - 90070dac-3084-4d49-814e-2719e99f0590 status: 200 OK code: 200 duration: "" @@ -3255,10 +3084,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -3267,9 +3096,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:20 GMT + - Mon, 10 Jul 2023 07:45:22 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3280,7 +3109,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca0d8d24-cd2b-47ed-8dd5-e2fd5e4f7044 + - 22593aed-34a0-41f0-b77e-60db26341392 X-Total-Count: - "1" status: 200 OK @@ -3298,16 +3127,16 @@ interactions: url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks method: POST response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:45:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3317,7 +3146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02f66090-db7e-4e60-90d9-2abef7fb7b5f + - 09a50b7f-3d85-43db-9372-61c0d7bb10c5 status: 200 OK code: 200 duration: "" @@ -3328,19 +3157,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: GET response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:45:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3350,7 +3179,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cd27ebf8-af6d-4934-86d3-3b8b0ddf6596 + - a53295f6-e2c1-461c-9919-f8219136c61f status: 200 OK code: 200 duration: "" @@ -3361,25 +3190,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:45:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3389,7 +3218,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc4254b5-0121-49ed-8988-64fb38082860 + - b0d64c17-0cc1-47bb-b53c-12a5da6a452f status: 200 OK code: 200 duration: "" @@ -3400,10 +3229,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -3412,9 +3241,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:45:23 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3425,7 +3254,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4d0c1e3-0189-49e5-be66-a7d9471cd735 + - ab8bf2cf-c758-4652-9848-263dcacc12cd X-Total-Count: - "1" status: 200 OK @@ -3438,25 +3267,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:45:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3466,7 +3295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7823cb51-cb6b-41dd-9b54-778e756bebcb + - 767aec4c-3d87-4028-a4c8-a0f4b9234bfe status: 200 OK code: 200 duration: "" @@ -3477,10 +3306,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:14:42.114139+00:00","id":"2045a6be-d5f1-4732-bf18-701dbbd8bcc2","mac_address":"02:00:00:13:00:df","modification_date":"2023-05-29T12:15:14.003227+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:44:47.295960+00:00","id":"5fc95af7-f877-4dd8-a343-9023bc286fee","mac_address":"02:00:00:13:57:4d","modification_date":"2023-07-10T07:45:18.463262+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -3489,7 +3318,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:21 GMT + - Mon, 10 Jul 2023 07:45:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3499,7 +3328,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e4c746c-89be-46e0-a964-81c656bf32d8 + - a99e791d-007f-4617-b152-3b1303a02e32 status: 200 OK code: 200 duration: "" @@ -3510,7 +3339,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/2045a6be-d5f1-4732-bf18-701dbbd8bcc2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/5fc95af7-f877-4dd8-a343-9023bc286fee method: DELETE response: body: "" @@ -3518,7 +3347,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:22 GMT + - Mon, 10 Jul 2023 07:45:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3528,12 +3357,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a1dee93-1bf7-4c31-a137-87fbee539999 + - bdba32b1-0f6d-4e70-9992-5619b9027b8f status: 204 No Content code: 204 duration: "" - request: - body: '{"private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14"}' + body: '{"private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df"}' form: {} headers: Content-Type: @@ -3541,10 +3370,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:22.762079+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:24.152140+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -3553,7 +3382,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:45:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3563,7 +3392,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 674b37eb-45c5-48e9-a75a-ebb2fa4060ce + - 2aedb5a7-f5c2-41c7-b90d-190eec628201 status: 201 Created code: 201 duration: "" @@ -3574,10 +3403,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/c046ec7a-35ed-4c9e-b724-36c549bc0b5a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/d71c5ad9-97be-42bb-bb71-ce1ace249886 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.116187+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:24.152140+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -3586,7 +3415,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:23 GMT + - Mon, 10 Jul 2023 07:45:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3596,7 +3425,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed5aec1c-e812-491d-b4be-54753b8e3f22 + - 050270f6-bce5-4523-9e5b-3a255225929b status: 200 OK code: 200 duration: "" @@ -3607,10 +3436,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/c046ec7a-35ed-4c9e-b724-36c549bc0b5a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/d71c5ad9-97be-42bb-bb71-ce1ace249886 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -3619,7 +3448,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:28 GMT + - Mon, 10 Jul 2023 07:45:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3629,7 +3458,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - baff3fa4-e1b2-42bf-a529-5558322b2424 + - 0f246080-ea7d-4f80-adf0-8228d393f722 status: 200 OK code: 200 duration: "" @@ -3640,10 +3469,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/c046ec7a-35ed-4c9e-b724-36c549bc0b5a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/d71c5ad9-97be-42bb-bb71-ce1ace249886 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -3652,7 +3481,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:28 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3662,7 +3491,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25314fe2-374c-40af-a484-98270bf1109e + - 2a0afbca-43d9-4d77-8bf5-dc4a6f0b43ac status: 200 OK code: 200 duration: "" @@ -3675,25 +3504,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:28 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3703,7 +3532,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41d85b41-1568-46a3-a43c-7b651c069afb + - 140d090b-d8b8-4587-b58c-ab18944fd4a9 status: 200 OK code: 200 duration: "" @@ -3714,25 +3543,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:28 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3742,7 +3571,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb4c72d0-c6fe-4b1c-9235-30dbd9327e9f + - 0721010b-9b82-4253-8427-f9cfd7e8e5a2 status: 200 OK code: 200 duration: "" @@ -3753,25 +3582,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:29 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3781,7 +3610,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f61b2e7a-37af-4131-8a11-64d3f4bd2471 + - 5034f74a-edbe-4e45-982b-bf5be81abde0 status: 200 OK code: 200 duration: "" @@ -3792,7 +3621,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -3804,7 +3633,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:29 GMT + - Mon, 10 Jul 2023 07:45:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3814,7 +3643,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68793523-7fd8-4731-9821-ad478e988996 + - a06e0718-ed8d-44a5-8208-8f64bda7b22a status: 200 OK code: 200 duration: "" @@ -3825,10 +3654,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -3837,9 +3666,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:29 GMT + - Mon, 10 Jul 2023 07:45:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3850,7 +3679,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 192073c9-ffe4-4863-8243-081e861a792d + - 9b5180b9-f7ad-44f1-8d09-c3d60701ef29 X-Total-Count: - "1" status: 200 OK @@ -3863,10 +3692,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -3875,9 +3704,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:29 GMT + - Mon, 10 Jul 2023 07:45:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3888,7 +3717,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ceab0a8-db6b-45c5-bb4c-dd8e9838ce3c + - 9da5e61f-690e-49b0-835d-638fe20d918c X-Total-Count: - "1" status: 200 OK @@ -3901,19 +3730,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:29 GMT + - Mon, 10 Jul 2023 07:45:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3923,7 +3752,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4debb77-1af3-454b-ab8b-fc023122dac6 + - 28cc8bf2-5e28-483f-af12-81a8bf674119 status: 200 OK code: 200 duration: "" @@ -3934,19 +3763,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: GET response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:29 GMT + - Mon, 10 Jul 2023 07:45:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3956,7 +3785,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3d45c5f-33e7-4b24-8482-382d23cc55fb + - a1317dec-1e6b-42b7-b10c-e26bf3368bad status: 200 OK code: 200 duration: "" @@ -3967,25 +3796,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3995,7 +3824,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5055b0a8-56a7-45d5-8058-c10acda6a3d6 + - 5017ee23-54de-4f97-8fda-398258ae820d status: 200 OK code: 200 duration: "" @@ -4006,7 +3835,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -4018,7 +3847,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4028,7 +3857,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 616e3463-7510-4d1e-8ee7-13414a021cdb + - 8a630df3-716c-42d5-a7b0-cdac292ed43c status: 200 OK code: 200 duration: "" @@ -4039,10 +3868,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -4051,9 +3880,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:38 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -4064,7 +3893,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4beecff7-3ea3-4143-8e46-0704d73857c4 + - 240cfbe9-7692-4053-93c6-3ca8865eefef X-Total-Count: - "1" status: 200 OK @@ -4077,19 +3906,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4099,7 +3928,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ee0a7ea-bfb6-435c-a6b9-d5b97173426e + - 66cfecb7-c301-42bd-ac10-5e18cd678565 status: 200 OK code: 200 duration: "" @@ -4110,19 +3939,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4132,7 +3961,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42c1b3a9-e2d6-489a-b79e-e077c24454b1 + - 4cc697d0-7cf1-48d8-a607-6a7ff6750aba status: 200 OK code: 200 duration: "" @@ -4143,25 +3972,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4171,7 +4000,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76fd7f6f-ac03-46f0-af3b-82b992ab5dac + - 05e0a15b-bcba-4776-bfd4-e74e30fe6294 status: 200 OK code: 200 duration: "" @@ -4182,7 +4011,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -4194,7 +4023,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:30 GMT + - Mon, 10 Jul 2023 07:45:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4204,7 +4033,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b76ff6e-c4e4-4ca2-bc17-6b935992ec38 + - e90dde90-e807-468a-891b-09d62f08db57 status: 200 OK code: 200 duration: "" @@ -4215,10 +4044,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -4227,9 +4056,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:31 GMT + - Mon, 10 Jul 2023 07:45:40 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -4240,7 +4069,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b77d3f3-fbe5-4834-bf07-82da0c6c8943 + - e9d7deeb-537f-4a47-b446-2cb099840c39 X-Total-Count: - "1" status: 200 OK @@ -4253,25 +4082,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:31 GMT + - Mon, 10 Jul 2023 07:45:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4281,7 +4110,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41e0e2e7-fc6b-4f86-9249-bf4d481f391a + - 3f6ac7ed-c209-4e02-b469-ae34dd2e7b9e status: 200 OK code: 200 duration: "" @@ -4292,10 +4121,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -4304,9 +4133,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:31 GMT + - Mon, 10 Jul 2023 07:45:41 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -4317,7 +4146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ee32a91-4c8f-4aaf-83ad-111631a12131 + - cc418995-0356-4f6b-b45a-4829ffdf9adc X-Total-Count: - "1" status: 200 OK @@ -4330,25 +4159,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:45:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4358,12 +4187,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee94e25a-01c9-454d-8326-6c45e03ebaae + - 4c276a62-3652-4585-bf09-c983331a813b status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07"}' + body: '{"private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052"}' form: {} headers: Content-Type: @@ -4371,10 +4200,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:32.045989+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:42.454544+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -4383,7 +4212,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:32 GMT + - Mon, 10 Jul 2023 07:45:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4393,7 +4222,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76d54e97-f0b0-4279-ab8b-82f7039cce33 + - 53d3a8b2-c912-476a-b025-1771b1efc8a8 status: 201 Created code: 201 duration: "" @@ -4404,43 +4233,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/be73b5bf-0a68-4690-8029-810563c38736 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/3c15a1c1-73de-4140-89ba-aa1485ac0d72 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:32.682634+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"syncing","tags":[],"zone":"fr-par-1"}}' - headers: - Content-Length: - - "376" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:33 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 52806e56-1bb0-437e-a280-4031ff9ea5c5 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/be73b5bf-0a68-4690-8029-810563c38736 - method: GET - response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -4449,7 +4245,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4459,7 +4255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0742b647-0a39-4f8a-9954-ec61b65598d1 + - c1814d0d-9277-4aab-b290-e79dfa5a6937 status: 200 OK code: 200 duration: "" @@ -4470,10 +4266,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/be73b5bf-0a68-4690-8029-810563c38736 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/3c15a1c1-73de-4140-89ba-aa1485ac0d72 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -4482,7 +4278,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4492,7 +4288,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2668b5d4-dabd-4c08-a443-988370530855 + - 6be2cefd-8600-4adc-bc88-7a32dbbaf453 status: 200 OK code: 200 duration: "" @@ -4505,25 +4301,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4533,7 +4329,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bbc7bf7-4510-4392-ad7d-03b97ff018c5 + - ff0d75de-733d-4a82-9fc9-7ff5773e5e0e status: 200 OK code: 200 duration: "" @@ -4544,25 +4340,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4572,7 +4368,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa648119-5acc-4fcd-bcbd-bc7c022f65ed + - 14aa0d72-8f92-444f-bd2a-6054cac9a36f status: 200 OK code: 200 duration: "" @@ -4583,25 +4379,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4611,7 +4407,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 758fb2f9-1c15-4af1-98f3-5908c1f0e783 + - 5d6ab485-0e2f-45d7-852c-d6d1b5b2b7c3 status: 200 OK code: 200 duration: "" @@ -4622,7 +4418,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -4634,7 +4430,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4644,7 +4440,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - daead003-ab96-48ae-9899-e62d5d74aacf + - b10315cf-bb8e-4f9e-8061-163106371df5 status: 200 OK code: 200 duration: "" @@ -4655,10 +4451,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "744" @@ -4667,9 +4463,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:48 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -4680,7 +4476,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe0c9815-88bd-436a-a37a-f49257beac52 + - 5e97f1dd-3aa6-488c-a84b-1df631f2c31c X-Total-Count: - "2" status: 200 OK @@ -4693,10 +4489,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "744" @@ -4705,9 +4501,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:38 GMT + - Mon, 10 Jul 2023 07:45:49 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -4718,7 +4514,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0b4194c-2bb1-4852-8318-6f6f7857e90b + - 9e485d94-2b06-46c9-a4b4-d99a9ba05546 X-Total-Count: - "2" status: 200 OK @@ -4731,19 +4527,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: GET response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:39 GMT + - Mon, 10 Jul 2023 07:45:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4753,7 +4549,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ff40fbc-aa93-4e4e-bddd-9441ce7d655a + - cc44834e-355b-4271-8d68-084865371340 status: 200 OK code: 200 duration: "" @@ -4764,19 +4560,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:39 GMT + - Mon, 10 Jul 2023 07:45:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4786,7 +4582,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - acb243e8-613a-41cb-b437-9e96f644c5dd + - 25428d26-dd49-446b-8f74-ac49dad51b83 status: 200 OK code: 200 duration: "" @@ -4797,25 +4593,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:39 GMT + - Mon, 10 Jul 2023 07:45:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4825,7 +4621,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b466975-17f7-4838-9d92-2de5a7540eab + - 39b6395c-509e-4d63-b4ba-c400dfc03b8f status: 200 OK code: 200 duration: "" @@ -4836,7 +4632,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -4848,7 +4644,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:40 GMT + - Mon, 10 Jul 2023 07:45:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4858,7 +4654,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7fde7f6-dbcd-4ca5-8c1c-3239031a2f8f + - 6d60edef-f31b-4658-9641-5b97d76e52b1 status: 200 OK code: 200 duration: "" @@ -4869,10 +4665,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "744" @@ -4881,9 +4677,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:40 GMT + - Mon, 10 Jul 2023 07:45:51 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -4894,7 +4690,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b074509a-3cf2-4106-bbe8-c37a706d4068 + - edb573c3-9ac5-456a-8072-7ef819123391 X-Total-Count: - "2" status: 200 OK @@ -4907,19 +4703,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4929,7 +4725,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62359c7e-ec05-4c3c-a04c-40b03515f78b + - eaf4ad8d-6347-4f85-86d4-3ad1b97fc3b6 status: 200 OK code: 200 duration: "" @@ -4940,19 +4736,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4962,7 +4758,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef4daf07-760d-4ec9-843e-1f466be35fa8 + - 1f446449-d44b-4433-8483-41e3a082e44f status: 200 OK code: 200 duration: "" @@ -4973,25 +4769,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5001,7 +4797,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 861d007e-358c-4991-a7df-616d99fbcf7f + - af09af91-3463-4e59-8fab-c3fc37d15203 status: 200 OK code: 200 duration: "" @@ -5012,7 +4808,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -5024,7 +4820,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5034,7 +4830,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66ebf4af-e0fb-471a-9a81-410b0a8caba5 + - f93399cc-5dbc-49df-a57f-118768f4d3a2 status: 200 OK code: 200 duration: "" @@ -5045,10 +4841,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "744" @@ -5057,9 +4853,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:53 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -5070,7 +4866,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2c464da-3cfd-4235-9ac9-ea29da81aaaa + - 12a608fb-fe1e-48ec-9e39-399f88587cf0 X-Total-Count: - "2" status: 200 OK @@ -5083,25 +4879,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5111,7 +4907,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ba28eb8-7a1c-4d2b-acb3-4e2eb6970b49 + - 504db7f5-6c33-4bdb-9983-a8e8e9742017 status: 200 OK code: 200 duration: "" @@ -5122,10 +4918,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "744" @@ -5134,9 +4930,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:41 GMT + - Mon, 10 Jul 2023 07:45:54 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -5147,7 +4943,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1443116-4efe-481e-83f9-ac18f209922a + - 4da3d558-ab64-4c07-8835-408e14a40a78 X-Total-Count: - "2" status: 200 OK @@ -5160,25 +4956,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"},{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3426" + - "3509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:42 GMT + - Mon, 10 Jul 2023 07:45:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5188,7 +4984,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f40026d-26ed-4c67-b88c-4a53a88b2942 + - cb45e4d4-5d84-4f18-955c-70f041b41931 status: 200 OK code: 200 duration: "" @@ -5199,10 +4995,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/c046ec7a-35ed-4c9e-b724-36c549bc0b5a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/d71c5ad9-97be-42bb-bb71-ce1ace249886 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:22.762079+00:00","id":"c046ec7a-35ed-4c9e-b724-36c549bc0b5a","mac_address":"02:00:00:13:00:e0","modification_date":"2023-05-29T12:15:23.849503+00:00","private_network_id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:24.152140+00:00","id":"d71c5ad9-97be-42bb-bb71-ce1ace249886","mac_address":"02:00:00:13:57:50","modification_date":"2023-07-10T07:45:25.200735+00:00","private_network_id":"2e944cf6-165c-4ceb-b419-684d030619df","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -5211,7 +5007,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:42 GMT + - Mon, 10 Jul 2023 07:45:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5221,7 +5017,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e08d2938-4267-4a63-b009-91c8d4077d9d + - d6de2a53-dcea-4811-acf2-d4f39dccd9d2 status: 200 OK code: 200 duration: "" @@ -5232,7 +5028,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/c046ec7a-35ed-4c9e-b724-36c549bc0b5a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/d71c5ad9-97be-42bb-bb71-ce1ace249886 method: DELETE response: body: "" @@ -5240,7 +5036,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:42 GMT + - Mon, 10 Jul 2023 07:45:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5250,7 +5046,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b84901d-c82b-4d91-bc9b-09476e44f671 + - 60794080-ce21-402c-a5d9-a14929b810e5 status: 204 No Content code: 204 duration: "" @@ -5261,25 +5057,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:42 GMT + - Mon, 10 Jul 2023 07:45:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5289,7 +5085,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2433deee-e118-49c9-9ff8-6ee6035e3c33 + - 2b504a96-5548-44b2-89d3-1c866293f3bc status: 200 OK code: 200 duration: "" @@ -5300,10 +5096,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/be73b5bf-0a68-4690-8029-810563c38736 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/3c15a1c1-73de-4140-89ba-aa1485ac0d72 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:15:32.045989+00:00","id":"be73b5bf-0a68-4690-8029-810563c38736","mac_address":"02:00:00:13:00:e1","modification_date":"2023-05-29T12:15:33.325752+00:00","private_network_id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","server_id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:45:42.454544+00:00","id":"3c15a1c1-73de-4140-89ba-aa1485ac0d72","mac_address":"02:00:00:13:57:52","modification_date":"2023-07-10T07:45:43.653467+00:00","private_network_id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","server_id":"cf365eb0-59ab-44af-a52a-f87668184a99","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -5312,7 +5108,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:42 GMT + - Mon, 10 Jul 2023 07:45:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5322,7 +5118,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99f1b764-0c2f-41ac-8291-e4c7667ad0d2 + - fcee5cda-3735-47c4-912d-86d687bf34a7 status: 200 OK code: 200 duration: "" @@ -5333,7 +5129,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics/be73b5bf-0a68-4690-8029-810563c38736 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics/3c15a1c1-73de-4140-89ba-aa1485ac0d72 method: DELETE response: body: "" @@ -5341,7 +5137,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:43 GMT + - Mon, 10 Jul 2023 07:45:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5351,7 +5147,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6d770b7-1db9-4f84-bd92-b713db6c2daf + - 52fbf53c-5181-4a05-9bad-c02377c20f4a status: 204 No Content code: 204 duration: "" @@ -5364,25 +5160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2702" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:43 GMT + - Mon, 10 Jul 2023 07:45:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5392,7 +5188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c90dbfe9-d81d-4edc-97fd-27b81521f110 + - 4dc3bf58-d207-4b63-aa3e-65bcfda95583 status: 200 OK code: 200 duration: "" @@ -5403,25 +5199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2702" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:44 GMT + - Mon, 10 Jul 2023 07:45:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5431,7 +5227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cbb799c-10ee-4aaa-b89a-3e05c5b8b6f0 + - fd530ad2-374c-4713-a7b1-b36743867b2b status: 200 OK code: 200 duration: "" @@ -5442,25 +5238,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2702" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:44 GMT + - Mon, 10 Jul 2023 07:45:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5470,7 +5266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9dd0fd13-9116-445e-8a1e-6fe55ce50d48 + - 59f8300d-bace-4b17-8fb0-f810bd372737 status: 200 OK code: 200 duration: "" @@ -5481,7 +5277,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -5493,7 +5289,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:44 GMT + - Mon, 10 Jul 2023 07:45:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5503,7 +5299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28208561-21a2-4773-96e7-68b548a2e77f + - 426adc6a-b1e5-4c3a-a4d5-fb4a021fbd71 status: 200 OK code: 200 duration: "" @@ -5514,7 +5310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: body: '{"private_nics":[]}' @@ -5526,9 +5322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:44 GMT + - Mon, 10 Jul 2023 07:46:00 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -5539,7 +5335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a129e7b4-53bd-4d7f-9cf2-1d461fa85ba3 + - 6755ed54-fa0f-41a2-a3de-d95fba26da15 X-Total-Count: - "0" status: 200 OK @@ -5552,25 +5348,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2702" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:44 GMT + - Mon, 10 Jul 2023 07:46:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5580,7 +5376,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1667daf-96a4-4be9-9421-b42779690fb7 + - 7fa83302-b901-49e7-85fc-6222e5f35f9f status: 200 OK code: 200 duration: "" @@ -5591,19 +5387,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: GET response: - body: '{"created_at":"2023-05-29T12:14:23.600206Z","id":"5dc88f4e-50fb-4ca8-beec-0ba69ef90e07","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.0.0/22","fd4a:c18e:554d:96a6::/64"],"tags":[],"updated_at":"2023-05-29T12:14:23.600206Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:45:22.757163Z","id":"2e944cf6-165c-4ceb-b419-684d030619df","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:7181::/64"],"tags":[],"updated_at":"2023-07-10T07:45:22.757163Z","zone":"fr-par-1"}' headers: Content-Length: - - "357" + - "370" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:45 GMT + - Mon, 10 Jul 2023 07:46:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5613,7 +5409,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d11d04f1-f0b8-43f8-b56e-c5ca9a75a721 + - 122e8cfe-27df-4ecb-bc3c-fefd6c712ed3 status: 200 OK code: 200 duration: "" @@ -5624,19 +5420,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: GET response: - body: '{"created_at":"2023-05-29T12:15:21.286361Z","id":"b350b1b2-ad1b-4c72-8766-96a6b5bb0f14","name":"private_network_instance_02","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:76dc::/64"],"tags":[],"updated_at":"2023-05-29T12:15:21.286361Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:44:11.294465Z","id":"62c852f3-9c8b-47af-8bc3-cd6d141c7052","name":"private_network_instance","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:4eb::/64"],"tags":[],"updated_at":"2023-07-10T07:44:11.294465Z","zone":"fr-par-1"}' headers: Content-Length: - - "361" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:45 GMT + - Mon, 10 Jul 2023 07:46:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5646,7 +5442,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5d8c560e-8f96-47be-b2a7-6c2943bf0cbd + - 998db806-e878-4dda-a195-7239a8f13fde status: 200 OK code: 200 duration: "" @@ -5657,25 +5453,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2702" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:45 GMT + - Mon, 10 Jul 2023 07:46:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5685,7 +5481,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a120e19c-47d0-492f-912d-27453e1c8730 + - 8748cb4a-7dae-403f-b77a-8447261d8a0a status: 200 OK code: 200 duration: "" @@ -5696,7 +5492,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/user_data method: GET response: body: '{"user_data":[]}' @@ -5708,7 +5504,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:45 GMT + - Mon, 10 Jul 2023 07:46:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5718,7 +5514,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d6397f7-1c66-4363-8e84-02618235c2c5 + - 886fdd3a-43a0-46ec-9d60-286930ec931d status: 200 OK code: 200 duration: "" @@ -5729,7 +5525,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/private_nics method: GET response: body: '{"private_nics":[]}' @@ -5741,9 +5537,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:45 GMT + - Mon, 10 Jul 2023 07:46:02 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -5754,7 +5550,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8901e06-a385-4d48-bc2c-bec6a0f6359a + - 477ecdb2-5142-4f19-85e6-602d179f9da6 X-Total-Count: - "0" status: 200 OK @@ -5767,25 +5563,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:14:39.701040+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:44:45.258771+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2702" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:46 GMT + - Mon, 10 Jul 2023 07:46:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5795,7 +5591,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce0cb68d-21fe-4b16-b838-58be518fc8b2 + - 7792451e-0c1b-4e2e-a1aa-d856a94df23c status: 200 OK code: 200 duration: "" @@ -5806,7 +5602,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/5dc88f4e-50fb-4ca8-beec-0ba69ef90e07 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/62c852f3-9c8b-47af-8bc3-cd6d141c7052 method: DELETE response: body: "" @@ -5816,7 +5612,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:46 GMT + - Mon, 10 Jul 2023 07:46:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5826,7 +5622,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eae0a753-5d61-4ffb-a3b7-f82908d373e8 + - 2b840460-4c6b-4c7a-92a9-9ac82acc2b1f status: 204 No Content code: 204 duration: "" @@ -5837,7 +5633,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/b350b1b2-ad1b-4c72-8766-96a6b5bb0f14 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/2e944cf6-165c-4ceb-b419-684d030619df method: DELETE response: body: "" @@ -5847,7 +5643,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:46 GMT + - Mon, 10 Jul 2023 07:46:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5857,7 +5653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2dde1719-e9f4-4b6d-b433-1a4722fc6a27 + - 9510d0d9-4e26-4fc0-99dd-699a687f7706 status: 204 No Content code: 204 duration: "" @@ -5870,10 +5666,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b/action","href_result":"/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b","id":"b63a5318-ea02-43db-9ddc-30415f456e53","started_at":"2023-05-29T12:15:46.719223+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/cf365eb0-59ab-44af-a52a-f87668184a99/action","href_result":"/servers/cf365eb0-59ab-44af-a52a-f87668184a99","id":"b961abf4-1287-4bf8-b585-b278bc3f60ab","started_at":"2023-07-10T07:46:03.920017+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -5882,9 +5678,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:46 GMT + - Mon, 10 Jul 2023 07:46:03 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b63a5318-ea02-43db-9ddc-30415f456e53 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b961abf4-1287-4bf8-b585-b278bc3f60ab Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5894,7 +5690,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f22bc08b-726a-41f5-b79f-448d65a60b7b + - 55b9b656-ef52-4ea4-8174-9deaaf484fbe status: 202 Accepted code: 202 duration: "" @@ -5905,64 +5701,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:46.150365+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2670" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:15:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 58cc2156-468f-4a26-adbd-f59c83226041 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:46.150365+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:03.632283+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2670" + - "2753" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:52 GMT + - Mon, 10 Jul 2023 07:46:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -5972,7 +5729,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28887fff-ae6a-4685-837a-96d7a3ad7b3b + - 863175c3-4e36-4bc5-851e-c82bfbb36973 status: 200 OK code: 200 duration: "" @@ -5983,25 +5740,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:46.150365+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:03.632283+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2670" + - "2753" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:57 GMT + - Mon, 10 Jul 2023 07:46:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6011,7 +5768,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5bfafb1c-201d-4839-9fc4-286b6373ebdf + - 2e354142-6c0e-477e-a91c-af3a07e4ef25 status: 200 OK code: 200 duration: "" @@ -6022,25 +5779,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:46.150365+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:03.632283+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2670" + - "2753" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:02 GMT + - Mon, 10 Jul 2023 07:46:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6050,7 +5807,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8159fead-f52a-4b29-952a-da8de5366fb1 + - c48d4dc8-3f22-4f3d-8f9f-6d6c13a9131c status: 200 OK code: 200 duration: "" @@ -6061,25 +5818,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:46.150365+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:03.632283+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2670" + - "2753" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:07 GMT + - Mon, 10 Jul 2023 07:46:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6089,7 +5846,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6139fff3-9bdb-47a0-b9ac-153b3527c53e + - 65d6dc6a-838d-4d4a-984c-2a3322754c64 status: 200 OK code: 200 duration: "" @@ -6100,25 +5857,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"502","node_id":"3","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:15:46.150365+00:00","name":"tf-srv-optimistic-newton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.2.5","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"502","node_id":"64","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:03.632283+00:00","name":"tf-srv-reverent-solomon","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.34.127","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2670" + - "2753" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:13 GMT + - Mon, 10 Jul 2023 07:46:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6128,7 +5885,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fec8849b-dae5-466a-970f-48cb45b5eeb8 + - 2d730e3d-c557-416c-a9a7-f3c5dee8a421 status: 200 OK code: 200 duration: "" @@ -6139,25 +5896,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:16:17.467732+00:00","name":"tf-srv-optimistic-newton","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:27.408245+00:00","name":"tf-srv-reverent-solomon","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:18 GMT + - Mon, 10 Jul 2023 07:46:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6167,7 +5924,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e73627b-53cd-4a45-9686-0f2b270144e7 + - fd114b3c-c29c-45cf-b5aa-ec8bdf4d99b6 status: 200 OK code: 200 duration: "" @@ -6178,25 +5935,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:14:24.214776+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-optimistic-newton","id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:16:17.467732+00:00","name":"tf-srv-optimistic-newton","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:14:24.214776+00:00","export_uri":null,"id":"6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd","modification_date":"2023-05-29T12:14:24.214776+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbaa994a-7b5a-4ea1-8464-4f3149ec230b","name":"tf-srv-optimistic-newton"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:44:26.208231+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-reverent-solomon","id":"cf365eb0-59ab-44af-a52a-f87668184a99","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:59","maintenances":[],"modification_date":"2023-07-10T07:46:27.408245+00:00","name":"tf-srv-reverent-solomon","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:44:26.208231+00:00","export_uri":null,"id":"847d8de2-7c8c-49a0-90ca-a09d94a01265","modification_date":"2023-07-10T07:44:26.208231+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"cf365eb0-59ab-44af-a52a-f87668184a99","name":"tf-srv-reverent-solomon"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:18 GMT + - Mon, 10 Jul 2023 07:46:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6206,7 +5963,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96cb43a4-3a6f-4a21-b9a9-7f86f814851e + - 2b600bb9-a3ca-4edd-9fd8-a637c1682d1e status: 200 OK code: 200 duration: "" @@ -6217,7 +5974,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: DELETE response: body: "" @@ -6225,7 +5982,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:16:18 GMT + - Mon, 10 Jul 2023 07:46:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6235,7 +5992,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7dc61707-5c2d-490c-a431-95afde4d6d5c + - 09222b56-4913-4d4f-b0b9-b4b53e49693d status: 204 No Content code: 204 duration: "" @@ -6246,10 +6003,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: - body: '{"message":"\"bbaa994a-7b5a-4ea1-8464-4f3149ec230b\" not found","type":"unknown_resource"}' + body: '{"message":"\"cf365eb0-59ab-44af-a52a-f87668184a99\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -6258,7 +6015,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:18 GMT + - Mon, 10 Jul 2023 07:46:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6268,7 +6025,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cadbf4b2-5053-43d1-bfd3-29526d75b1f1 + - bffe0cc2-53ab-4a4a-8d66-3c79e4712f29 status: 404 Not Found code: 404 duration: "" @@ -6279,7 +6036,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6ea124f1-abb5-4dfd-b9af-c2c19d7fb9dd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/847d8de2-7c8c-49a0-90ca-a09d94a01265 method: DELETE response: body: "" @@ -6287,7 +6044,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:16:18 GMT + - Mon, 10 Jul 2023 07:46:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6297,7 +6054,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbb49e84-9dd8-429a-b2c9-423888bea162 + - d25a82bd-89b9-4568-a333-47706881051d status: 204 No Content code: 204 duration: "" @@ -6308,10 +6065,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbaa994a-7b5a-4ea1-8464-4f3149ec230b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/cf365eb0-59ab-44af-a52a-f87668184a99 method: GET response: - body: '{"message":"\"bbaa994a-7b5a-4ea1-8464-4f3149ec230b\" not found","type":"unknown_resource"}' + body: '{"message":"\"cf365eb0-59ab-44af-a52a-f87668184a99\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -6320,7 +6077,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:16:19 GMT + - Mon, 10 Jul 2023 07:46:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -6330,7 +6087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56026397-57f0-4b48-9ad4-31043c539679 + - c1231ac3-7812-4e13-8d78-c4a7de9f9dfb status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-root-volume-boot.cassette.yaml b/scaleway/testdata/instance-server-root-volume-boot.cassette.yaml index 86d1d9f5f9..2c28066f9d 100644 --- a/scaleway/testdata/instance-server-root-volume-boot.cassette.yaml +++ b/scaleway/testdata/instance-server-root-volume-boot.cassette.yaml @@ -6,21 +6,21 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"d318f34b-1044-482a-afe3-1be349690a13","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "593" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:29 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea9c3633-0f9c-4eea-99c2-ff68cfcc4c76 + - 546cadc8-4d37-4481-a2dd-f8171ec34329 status: 200 OK code: 200 duration: "" @@ -39,36 +39,36 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json + - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - - ; rel="next",; - rel="last" + - ; rel="next",; + rel="last" Server: - - Scaleway API-Gateway + - Scaleway API-Gateway Strict-Transport-Security: - - max-age=63072000 + - max-age=63072000 X-Content-Type-Options: - - nosniff + - nosniff X-Frame-Options: - - DENY + - DENY X-Request-Id: - - 0378edbe-f290-4b8f-b441-948bdbdb6466 + - 04d27844-ec9b-4cf5-ad01-accdd52d564b X-Total-Count: - - "56" + - "56" status: 200 OK code: 200 duration: "" @@ -77,69 +77,69 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json + - application/json Date: - - Mon, 29 May 2023 12:12:44 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - - ; rel="first",; - rel="previous",; rel="last" + - ; rel="first",; + rel="previous",; rel="last" Server: - - Scaleway API-Gateway + - Scaleway API-Gateway Strict-Transport-Security: - - max-age=63072000 + - max-age=63072000 X-Content-Type-Options: - - nosniff + - nosniff X-Frame-Options: - - DENY + - DENY X-Request-Id: - - 53f27da6-fb43-4f22-9fea-53bd8d7c4ed5 + - 03d76180-1c0e-48c3-a10f-7b13a5ba26f8 X-Total-Count: - - "56" + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-festive-kepler","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"d318f34b-1044-482a-afe3-1be349690a13","volumes":{"0":{"boot":true,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","root_volume"]}' + body: '{"name":"tf-srv-awesome-sinoussi","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":true,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","root_volume"]}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:30 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8e781c2-b2db-4136-a6d4-ae1ed50e4d85 + - d5eaee72-6e14-4986-85a2-c74ea0ad28f2 status: 201 Created code: 201 duration: "" @@ -158,27 +158,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:30 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ec9e5ec-6044-4704-8f3b-a693921b3f5b + - 2f82d01f-66ec-43ec-be7e-a982da1b9da2 status: 200 OK code: 200 duration: "" @@ -197,27 +197,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:30 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1d66fdc-4113-4786-b762-7e0e7de20460 + - 203a8b38-0515-4317-8f08-9953ecbd36e8 status: 200 OK code: 200 duration: "" @@ -236,27 +236,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:31 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -266,7 +266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18859113-372f-404f-9ba6-40b7af174434 + - 2e7fbd5e-0b7e-466e-8d3f-e7ee13beef52 status: 200 OK code: 200 duration: "" @@ -275,9 +275,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/user_data method: GET response: body: '{"user_data":[]}' @@ -289,7 +289,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:31 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -299,7 +299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57fe6ede-9d92-44f8-875c-06eeb9835cbf + - bca5c4e6-a70e-424b-9edf-2d269bb66273 status: 200 OK code: 200 duration: "" @@ -308,9 +308,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/private_nics method: GET response: body: '{"private_nics":[]}' @@ -322,7 +322,10 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:31 GMT + - Mon, 10 Jul 2023 07:40:13 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -332,7 +335,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17c07022-815e-429c-a814-d8cf4039b6c2 + - f00e3f8e-2f70-45b3-b249-b4e8a34d4a8b + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -341,27 +346,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:31 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -371,7 +376,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0694dfe1-c86c-485d-aaf1-26f2e9fa4b81 + - bfadb044-d83e-4171-b364-093eb50ae1d0 status: 200 OK code: 200 duration: "" @@ -380,27 +385,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:32 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -410,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9dfec48d-fcd8-4884-a3c8-f8bd62cb8803 + - 6d5b2c1e-e3fb-4c2e-8dc1-f9bea2b86a81 status: 200 OK code: 200 duration: "" @@ -419,9 +424,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/user_data method: GET response: body: '{"user_data":[]}' @@ -433,7 +438,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:32 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -443,7 +448,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 714d344b-6475-4276-b28c-b66405a82d07 + - d379783a-d334-4397-84c8-9f49ea3694b6 status: 200 OK code: 200 duration: "" @@ -452,9 +457,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/private_nics method: GET response: body: '{"private_nics":[]}' @@ -466,7 +471,10 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:32 GMT + - Mon, 10 Jul 2023 07:40:14 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -476,7 +484,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba859312-8364-45e7-a7b2-854710dbfee0 + - 16c40415-22d1-4f8c-b42b-2a292b5059f6 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -485,27 +495,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:32 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -515,7 +525,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d437a964-3d2e-4241-858b-f26f17d046d8 + - 8ae80520-f647-488c-9b2c-590126640b68 status: 200 OK code: 200 duration: "" @@ -524,9 +534,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/user_data method: GET response: body: '{"user_data":[]}' @@ -538,7 +548,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:32 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -548,7 +558,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 306a4202-20ad-469d-ba65-29b49a288be4 + - 1502e4a4-b2d7-40be-8946-c9ba7660dc25 status: 200 OK code: 200 duration: "" @@ -557,9 +567,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/private_nics method: GET response: body: '{"private_nics":[]}' @@ -571,7 +581,10 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:32 GMT + - Mon, 10 Jul 2023 07:40:14 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -581,7 +594,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ec33459-3a79-466c-a8f6-d2f1c5b29739 + - 8953fce2-a7fa-472a-868a-dfa290c51f28 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -590,27 +605,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:29.713976+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:12.281528+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":true,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2601" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:33 GMT + - Mon, 10 Jul 2023 07:40:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -620,38 +635,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7748e72-bf5a-451e-8db8-550488bf2fe5 + - 2f9623e0-c2f5-4ffa-b015-638bf6f14f78 status: 200 OK code: 200 duration: "" - request: - body: '{"volumes":{"0":{"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","name":"tf-vol-amazing-dubinsky"}}}' + body: '{"volumes":{"0":{"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","boot":false,"name":"tf-vol-interesting-poincare"}}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: PATCH response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:33 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -661,7 +676,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e6472fa-596e-4be2-90ae-9d1ada08d228 + - 8ef1f8f6-006a-4c1e-bf5b-68976f362e10 status: 200 OK code: 200 duration: "" @@ -670,27 +685,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:33 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -700,7 +715,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f68b78c6-f64a-4029-8610-58f58df09229 + - e11393c4-75e8-46a0-beef-25bb41403ffd status: 200 OK code: 200 duration: "" @@ -709,27 +724,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:33 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -739,7 +754,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70353269-b820-4ce5-bffa-184d8ccc17fd + - e9dee254-681c-4f56-9ff4-901828afdc2a status: 200 OK code: 200 duration: "" @@ -748,9 +763,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/user_data method: GET response: body: '{"user_data":[]}' @@ -762,7 +777,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:34 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -772,7 +787,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 59efc5a9-9f8e-421c-a95c-2221d162ee4d + - 1be3c078-5018-4c6f-bf4c-1dd38cf38630 status: 200 OK code: 200 duration: "" @@ -781,9 +796,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/private_nics method: GET response: body: '{"private_nics":[]}' @@ -795,7 +810,10 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:34 GMT + - Mon, 10 Jul 2023 07:40:16 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -805,7 +823,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98b369c9-53ff-46e8-bd85-c8427afdf185 + - aa27da38-1fa6-4ef7-91d1-926c03d2ec26 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -814,27 +834,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:34 GMT + - Mon, 10 Jul 2023 07:40:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -844,7 +864,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f864df94-07fd-41af-98cc-8c9c27b5248a + - 114c3e3a-0bb1-4919-ac37-1fe15fb50212 status: 200 OK code: 200 duration: "" @@ -853,27 +873,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:34 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -883,7 +903,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9726eaa8-35f9-4899-b8a7-4f5b8b8982fc + - 75424502-2300-47d4-bd60-06c1aed00b1d status: 200 OK code: 200 duration: "" @@ -892,9 +912,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/user_data method: GET response: body: '{"user_data":[]}' @@ -906,7 +926,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:35 GMT + - Mon, 10 Jul 2023 07:40:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -916,7 +936,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31d85fc3-9bda-4215-9c50-4e1c6ba29a5b + - e79838ca-d4ba-4980-9fae-f0dd80956c2b status: 200 OK code: 200 duration: "" @@ -925,9 +945,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51/private_nics method: GET response: body: '{"private_nics":[]}' @@ -939,7 +959,10 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:35 GMT + - Mon, 10 Jul 2023 07:40:17 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -949,7 +972,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f0baec6-f53b-4c2c-9f74-637b5e4bb8cd + - 87a3ffde-2178-49c1-a0a4-a3bc1c8a9fab + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -958,27 +983,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:35 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -988,7 +1013,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22b1881c-6e3b-40ea-aba2-4522c256887d + - 5f47bd63-9ea7-4801-97ee-8f29e801f282 status: 200 OK code: 200 duration: "" @@ -997,27 +1022,27 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-02-14T13:37:29.713976+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-festive-kepler","id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","image":{"arch":"x86_64","creation_date":"2022-11-17T16:48:17.919713+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"d318f34b-1044-482a-afe3-1be349690a13","modification_date":"2022-11-17T16:48:17.919713+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"c18532d5-1d4b-4bf3-8a02-3670e0fd67b4","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-02-14T13:37:33.243647+00:00","name":"tf-srv-festive-kepler","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,"security_group":{"id":"a8f5f9bb-20a7-4244-9521-4cde6f510e0e","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-02-14T13:37:29.713976+00:00","export_uri":null,"id":"0c2f6475-7519-4d64-88b8-c31c517114b9","modification_date":"2023-02-14T13:37:29.713976+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505","name":"tf-srv-festive-kepler"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.281528+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-awesome-sinoussi","id":"bbc73761-cf10-4244-998b-0cb4e5720c51","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b9","maintenances":[],"modification_date":"2023-07-10T07:40:15.992444+00:00","name":"tf-srv-awesome-sinoussi","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.281528+00:00","export_uri":null,"id":"fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17","modification_date":"2023-07-10T07:40:12.281528+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"bbc73761-cf10-4244-998b-0cb4e5720c51","name":"tf-srv-awesome-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2602" + - "2690" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:36 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1027,7 +1052,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2bd62be-620f-4ddf-bb30-9ed8adb9e5e4 + - 97a64b95-caee-4bcb-9cd5-801a838b843f status: 200 OK code: 200 duration: "" @@ -1036,9 +1061,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: DELETE response: body: "" @@ -1046,7 +1071,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Tue, 14 Feb 2023 13:37:36 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1056,7 +1081,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12ef1d7d-b42e-47c4-8536-ca5834fb79a1 + - fa511ac4-8d16-4d69-836c-72c36837168f status: 204 No Content code: 204 duration: "" @@ -1065,12 +1090,12 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: - body: '{"message":"\"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505\" not found","type":"unknown_resource"}' + body: '{"message":"\"bbc73761-cf10-4244-998b-0cb4e5720c51\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1079,7 +1104,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:36 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1089,7 +1114,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 360b5bb4-c844-495a-828b-6eb5b8d51448 + - cb6364c2-e38d-448e-bcf0-032666bc2df5 status: 404 Not Found code: 404 duration: "" @@ -1098,9 +1123,9 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0c2f6475-7519-4d64-88b8-c31c517114b9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/fd34d5c2-ba72-4a4d-a8e8-fb3cf9ff8a17 method: DELETE response: body: "" @@ -1108,7 +1133,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Tue, 14 Feb 2023 13:37:36 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1118,7 +1143,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 266311d5-ea0c-4906-a8c3-3859da0ba4fb + - 9f9b66ab-b1d9-45d3-96e7-cea2763e183a status: 204 No Content code: 204 duration: "" @@ -1127,12 +1152,12 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; linux; amd64) terraform-provider/develop + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a88d2c7a-9fe1-4efb-b69c-b9b5f8031505 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bbc73761-cf10-4244-998b-0cb4e5720c51 method: GET response: - body: '{"message":"\"a88d2c7a-9fe1-4efb-b69c-b9b5f8031505\" not found","type":"unknown_resource"}' + body: '{"message":"\"bbc73761-cf10-4244-998b-0cb4e5720c51\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1141,7 +1166,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 14 Feb 2023 13:37:36 GMT + - Mon, 10 Jul 2023 07:40:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1151,7 +1176,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11ee6c96-41f9-424c-8925-60380516b1da + - 04bf1700-e083-4dcb-95a3-fb267bd108c5 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-root-volume1.cassette.yaml b/scaleway/testdata/instance-server-root-volume1.cassette.yaml index ccfea20de7..a665c775ef 100644 --- a/scaleway/testdata/instance-server-root-volume1.cassette.yaml +++ b/scaleway/testdata/instance-server-root-volume1.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a671d9b-2e60-413e-9a3d-69cd10846e44 + - c7edc690-04a5-4788-bbd4-812ed648fdd4 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c390680f-e80f-4993-9609-866aeb99431a + - 4e6f7538-960a-4404-b0da-14d073488978 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa11b8e7-341f-4985-8ed3-c623d8d22f86 + - 1e572ce6-2f5b-4818-8e21-a19c93cdeea6 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-quizzical-gauss","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":10000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","root_volume"]}' + body: '{"name":"tf-srv-amazing-poitras","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":10000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","root_volume"]}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.783370+00:00","name":"tf-srv-quizzical-gauss","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:12.301801+00:00","name":"tf-srv-amazing-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2605" + - "2687" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89d82cb7-0447-4a6f-adfe-a9e515d17faf + - ba83dc81-321f-48e2-beed-a185f6397a49 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.783370+00:00","name":"tf-srv-quizzical-gauss","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:12.301801+00:00","name":"tf-srv-amazing-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2605" + - "2687" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50556a8f-cafe-46b2-af8a-4dc4af563cbf + - d059d367-11e3-4bb1-9885-00b9e2590130 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.783370+00:00","name":"tf-srv-quizzical-gauss","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:12.301801+00:00","name":"tf-srv-amazing-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2605" + - "2687" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0cbe2df4-1875-4266-b3fe-9a492cb4eba7 + - 71d7a067-c0db-405b-b672-25237dfe70bd status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/f398512c-d899-4de6-844b-7816cee26fb4/action","href_result":"/servers/f398512c-d899-4de6-844b-7816cee26fb4","id":"280ccaf4-e946-4746-b604-3cd5c487aee5","started_at":"2023-05-29T12:12:39.768320+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/action","href_result":"/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b","id":"7035c99b-f33d-466c-9635-f0e9174f366f","started_at":"2023-07-10T07:40:13.872546+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/280ccaf4-e946-4746-b604-3cd5c487aee5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7035c99b-f33d-466c-9635-f0e9174f366f Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ab37b19-6493-4702-9370-a5d9f47c0247 + - 75269a55-4b5e-4b05-b904-d7c081b51ab4 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.417504+00:00","name":"tf-srv-quizzical-gauss","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:13.509621+00:00","name":"tf-srv-amazing-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2627" + - "2709" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - abe76c5a-c6d1-4d13-8418-0b9d7ee432f1 + - edcf1b4d-da29-48d4-a6b8-ff2b5033e659 status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.417504+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:13.509621+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2737" + - "2818" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef053082-342e-492d-9b7a-3d42949bf5e5 + - 27b7185a-b7f0-4459-9053-98246c501bd9 status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.417504+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:13.509621+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2737" + - "2818" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0284c486-cdd9-415a-8490-9ee6749f9c37 + - 9e70b04e-c47f-4c82-8678-37533deb4a37 status: 200 OK code: 200 duration: "" @@ -392,64 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.417504+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2737" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3d07e2ec-55e1-4756-ade9-25b6e0d92fd6 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.516190+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:32.624317+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2768" + - "2849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a40dcca2-5aa0-4de2-9302-14a3d77d783c + - 69e08b4d-c125-4cab-a35b-e8fb1a37e464 status: 200 OK code: 200 duration: "" @@ -470,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.516190+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:32.624317+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2768" + - "2849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -498,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 249b6e84-3cee-42a1-83b9-50cc60f71141 + - c14b23ff-e1d0-4487-b197-622a2302f03d status: 200 OK code: 200 duration: "" @@ -509,7 +470,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/user_data method: GET response: body: '{"user_data":[]}' @@ -521,7 +482,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -531,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5106cdf5-a984-4e8a-ae5c-c4fe30a00642 + - 3886c66e-5b62-4aa9-bb83-0d229fef2afb status: 200 OK code: 200 duration: "" @@ -542,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/private_nics method: GET response: body: '{"private_nics":[]}' @@ -554,9 +515,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -567,7 +528,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c25958ef-2e22-46fd-bf81-dd60f27de1db + - 11a428ca-7e38-4b88-bb98-faed4459f69b X-Total-Count: - "0" status: 200 OK @@ -580,25 +541,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.516190+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:32.624317+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2768" + - "2849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3560588-903c-44f4-be05-c937a7b09355 + - 7ee55899-e0c8-44b6-998b-00e3a580b472 status: 200 OK code: 200 duration: "" @@ -619,25 +580,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.516190+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:32.624317+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2768" + - "2849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -647,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 181f202e-8307-4cc9-ac73-9b43f4ff0f4a + - beb6e01c-eaf8-47e9-9d6a-659ddbfe529b status: 200 OK code: 200 duration: "" @@ -658,7 +619,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/user_data method: GET response: body: '{"user_data":[]}' @@ -670,7 +631,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -680,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8751a367-735b-4fc1-823c-6b17e77048eb + - f1e4fac7-d871-4b93-9dd4-b7ea7d5125bd status: 200 OK code: 200 duration: "" @@ -691,7 +652,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/private_nics method: GET response: body: '{"private_nics":[]}' @@ -703,9 +664,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -716,7 +677,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5aa7cbc3-e01f-45ee-acdd-bc9d4a899e17 + - 0f8b1ccf-2362-4223-80ab-69b0b32d2574 X-Total-Count: - "0" status: 200 OK @@ -729,25 +690,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.516190+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:32.624317+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2768" + - "2849" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -757,7 +718,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75736b01-85b6-4ce4-b1e9-2a195edd3bcb + - 33fa56dd-aea4-47a0-a8c2-4964d51aac97 status: 200 OK code: 200 duration: "" @@ -770,10 +731,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/f398512c-d899-4de6-844b-7816cee26fb4/action","href_result":"/servers/f398512c-d899-4de6-844b-7816cee26fb4","id":"438594ac-d1ad-4132-949c-10aecbc11bc6","started_at":"2023-05-29T12:13:03.398378+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b/action","href_result":"/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b","id":"b9ddef42-f637-4b37-85f7-f635c5d411ba","started_at":"2023-07-10T07:40:38.724304+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -782,9 +743,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/438594ac-d1ad-4132-949c-10aecbc11bc6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b9ddef42-f637-4b37-85f7-f635c5d411ba Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -794,7 +755,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6edc8ba-9594-4199-ab20-8a72fae1750b + - a2a029a3-4851-4f01-bdb2-99106078d3df status: 202 Accepted code: 202 duration: "" @@ -805,25 +766,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"launching poweroff task","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2743" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -833,7 +794,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b616265-958b-4bc0-9c2b-28932de2252b + - 026e8d78-7f4f-44e9-8557-e67d0293c134 status: 200 OK code: 200 duration: "" @@ -844,25 +805,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2728" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -872,7 +833,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a282a715-3b87-4f01-8b0c-0f7284fffba4 + - cd45ff23-5e02-4d7e-affd-cebd23e59f3a status: 200 OK code: 200 duration: "" @@ -883,25 +844,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2728" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:13 GMT + - Mon, 10 Jul 2023 07:40:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -911,7 +872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1919e15d-72be-41d1-9e68-9a46002d2803 + - efe5abfd-98e3-48b1-97ce-3cb60437aa30 status: 200 OK code: 200 duration: "" @@ -922,25 +883,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2728" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:19 GMT + - Mon, 10 Jul 2023 07:40:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -950,7 +911,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 020dd738-9969-40a9-bbee-b02164fdb401 + - cb42a90b-7a74-4b29-9307-b2486fbaf2b0 status: 200 OK code: 200 duration: "" @@ -961,25 +922,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2728" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:24 GMT + - Mon, 10 Jul 2023 07:41:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -989,7 +950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47b314e2-a59d-4884-a0fc-f0034bd04d75 + - 3865721f-439d-422c-95d3-5962ac69d8aa status: 200 OK code: 200 duration: "" @@ -1000,25 +961,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2726" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1028,7 +989,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95f68ae5-b44c-47eb-9470-f7c75684d519 + - 35d26ed4-b16f-4563-8e59-7b26fec44bdb status: 200 OK code: 200 duration: "" @@ -1039,25 +1000,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2726" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:34 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1067,7 +1028,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8661a05c-a69e-4605-b7ec-a865b6c900a6 + - 4b643e8b-1f9a-4b4b-9dd8-b34a30f3a7d8 status: 200 OK code: 200 duration: "" @@ -1078,25 +1039,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2726" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:41:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1106,7 +1067,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1bd871d-d23d-4f59-8455-d6bef97e0267 + - 81c159a3-b61b-4460-b673-3873da270a7d status: 200 OK code: 200 duration: "" @@ -1117,25 +1078,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2726" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:45 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1145,7 +1106,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eccbf9d7-eab4-4433-b1e3-956e2e8dd235 + - 87a17df7-ef50-41ef-9d0a-e976b7e55b2f status: 200 OK code: 200 duration: "" @@ -1156,25 +1117,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2726" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1184,7 +1145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebd40b05-3862-4dd1-ac20-0a1dc5e4fc4a + - 7d262ab9-9877-4d9a-b0d3-f9d3db727772 status: 200 OK code: 200 duration: "" @@ -1195,25 +1156,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"19","hypervisor_id":"1602","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.061061+00:00","name":"tf-srv-quizzical-gauss","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.126.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"603","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:40:38.314558+00:00","name":"tf-srv-amazing-poitras","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.44.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2726" + - "2807" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:41:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1223,7 +1184,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20bbaa6e-3e25-4855-af88-6319b033a4bf + - be109052-d25a-4eb6-8639-667964204fb6 status: 200 OK code: 200 duration: "" @@ -1234,25 +1195,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:58.024101+00:00","name":"tf-srv-quizzical-gauss","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:41:35.930837+00:00","name":"tf-srv-amazing-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2605" + - "2687" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1262,7 +1223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1966b01-e8f4-4e86-96f5-bc7f32ccd2e2 + - 37159df2-3140-4c7d-b865-3e5eca31a78a status: 200 OK code: 200 duration: "" @@ -1273,25 +1234,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.783370+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-quizzical-gauss","id":"f398512c-d899-4de6-844b-7816cee26fb4","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:58.024101+00:00","name":"tf-srv-quizzical-gauss","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.783370+00:00","export_uri":null,"id":"f63a9464-8c00-4343-a400-6f7b4eb3e14f","modification_date":"2023-05-29T12:12:38.783370+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"f398512c-d899-4de6-844b-7816cee26fb4","name":"tf-srv-quizzical-gauss"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.301801+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-amazing-poitras","id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c1","maintenances":[],"modification_date":"2023-07-10T07:41:35.930837+00:00","name":"tf-srv-amazing-poitras","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","root_volume"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.301801+00:00","export_uri":null,"id":"55e9e137-2a29-4ac9-899b-8ddcd15a0852","modification_date":"2023-07-10T07:40:12.301801+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"123f6846-e42b-4cf3-8c51-8dd7b5116b4b","name":"tf-srv-amazing-poitras"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2605" + - "2687" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1301,7 +1262,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 766a9461-af61-4891-a316-aee2b9c87e29 + - c86f0927-c3bb-481b-bb21-12fe4bfdae6a status: 200 OK code: 200 duration: "" @@ -1312,7 +1273,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: DELETE response: body: "" @@ -1320,7 +1281,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1330,7 +1291,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 944f0506-15cb-4596-b59a-e48c4a0e6771 + - 760bed8a-6cd7-46e3-9c5f-b04ad1c3aa30 status: 204 No Content code: 204 duration: "" @@ -1341,10 +1302,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: - body: '{"message":"\"f398512c-d899-4de6-844b-7816cee26fb4\" not found","type":"unknown_resource"}' + body: '{"message":"\"123f6846-e42b-4cf3-8c51-8dd7b5116b4b\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1353,7 +1314,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1363,7 +1324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 79c44a6e-c67e-42c5-9db8-a83381d5f961 + - 7e4c8cac-e3c7-46b1-96eb-19d7c2e2c66a status: 404 Not Found code: 404 duration: "" @@ -1374,7 +1335,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f63a9464-8c00-4343-a400-6f7b4eb3e14f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/55e9e137-2a29-4ac9-899b-8ddcd15a0852 method: DELETE response: body: "" @@ -1382,7 +1343,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1392,7 +1353,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6971023-1102-40dd-97ff-eda151153236 + - ba1afe8e-bb9d-47bc-a21c-fed02bf6d5f3 status: 204 No Content code: 204 duration: "" @@ -1403,10 +1364,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/f398512c-d899-4de6-844b-7816cee26fb4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/123f6846-e42b-4cf3-8c51-8dd7b5116b4b method: GET response: - body: '{"message":"\"f398512c-d899-4de6-844b-7816cee26fb4\" not found","type":"unknown_resource"}' + body: '{"message":"\"123f6846-e42b-4cf3-8c51-8dd7b5116b4b\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1415,7 +1376,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:02 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1425,7 +1386,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7da44801-df23-412a-ab32-32dee8119017 + - c293484a-ac4b-4f3e-96c3-6818e120f1d4 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-server-with-block-non-default-zone.cassette.yaml b/scaleway/testdata/instance-server-server-with-block-non-default-zone.cassette.yaml index 49e9f69148..3c0761d8ec 100644 --- a/scaleway/testdata/instance-server-server-with-block-non-default-zone.cassette.yaml +++ b/scaleway/testdata/instance-server-server-with-block-non-default-zone.cassette.yaml @@ -13,7 +13,7 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:38.291537+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:15.599844+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' headers: Content-Length: - "425" @@ -22,9 +22,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + - https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e224c91d-966c-48f4-a4f7-4a730947e8e7 + - 71c51efc-dd73-46b3-a5fe-9d63bbd6759f status: 201 Created code: 201 duration: "" @@ -45,10 +45,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:38.291537+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:15.599844+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' headers: Content-Length: - "425" @@ -57,7 +57,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de6bbabb-083c-4090-a5c3-e3e973313582 + - 340421a4-6cf8-4ac3-a1dd-d9ee098983e5 status: 200 OK code: 200 duration: "" @@ -78,10 +78,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:38.291537+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:15.599844+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' headers: Content-Length: - "425" @@ -90,7 +90,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70b5fa85-5c7c-43f1-9b5c-93d58a5a7c0b + - dc76e6da-048c-4f36-ade7-3be89d5de6b9 status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=nl-ams-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=nl-ams-1 method: GET response: - body: '{"local_images":[{"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"],"id":"1dba408b-0faa-49c6-937e-e24d45e54157","label":"ubuntu_focal","zone":"nl-ams-1"}],"total_count":1}' + body: '{"local_images":[{"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"],"id":"76c27afa-28dd-4065-aeba-e420719e6c41","label":"ubuntu_focal","type":"unknown_type","zone":"nl-ams-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"48c7a6f9-8cc2-48a0-94f1-393cc5905de0","label":"ubuntu_focal","type":"unknown_type","zone":"nl-ams-1"}],"total_count":2}' headers: Content-Length: - - "830" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e89d2909-2844-490f-aecd-a325659e78b6 + - d520dd0c-febc-4cc7-a252-1e04425cfe8e status: 200 OK code: 200 duration: "" @@ -147,16 +147,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}}}}' headers: Content-Length: - - "36848" + - "37898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Link: - ; rel="next",; rel="last" @@ -169,7 +169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4be8c24-61a1-4098-b4b8-72424c62f36d + - d8740c28-1f4e-48ce-9c7a-bec62948adbf X-Total-Count: - "55" status: 200 OK @@ -185,16 +185,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "3636" + - "3741" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38edb618-e805-4b8a-bf43-7281adf7fede + - 1a3dc699-23b5-480e-90e9-d2352bbceacf X-Total-Count: - "55" status: 200 OK @@ -220,10 +220,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:38.291537+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:15.599844+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' headers: Content-Length: - "425" @@ -232,7 +232,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -242,12 +242,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1f93385-c9f8-43fe-a406-2d28a1d255ce + - 3ac3e43b-b7e4-4fdf-ab4d-da42aa6cfec8 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-busy-jepsen","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"1dba408b-0faa-49c6-937e-e24d45e54157","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"},"1":{"id":"9e289145-d055-4742-b0c1-71b4b2931249","name":"main"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-distracted-haslett","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"76c27afa-28dd-4065-aeba-e420719e6c41","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"},"1":{"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","name":"main"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -260,22 +260,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.137090+00:00","name":"tf-srv-busy-jepsen","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,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:16.394845+00:00","name":"tf-srv-distracted-haslett","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":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3041" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + - https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -285,7 +285,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c0941fd0-16e3-4434-9358-505acf5daf72 + - a15186a5-8194-42a2-9b6b-6b758e9c8363 status: 201 Created code: 201 duration: "" @@ -296,25 +296,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.137090+00:00","name":"tf-srv-busy-jepsen","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,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:16.394845+00:00","name":"tf-srv-distracted-haslett","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":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3041" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -324,7 +324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0990a9a-1c8f-48fe-9849-f8cac497c899 + - 00b9a679-86ae-4b90-90fa-7d5a38e8216f status: 200 OK code: 200 duration: "" @@ -335,25 +335,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.137090+00:00","name":"tf-srv-busy-jepsen","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,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:16.394845+00:00","name":"tf-srv-distracted-haslett","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":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3041" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -363,7 +363,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04d2d25c-5ac6-4bb4-9a2e-25abc1ae1b40 + - fe51ce02-7de8-4219-8acb-e9e56cc6745b status: 200 OK code: 200 duration: "" @@ -376,10 +376,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/action + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/action","href_result":"/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b","id":"fb91901d-3376-4b5c-ae9b-9308781d85b9","started_at":"2023-05-29T12:12:40.230200+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/7126ce92-1dd5-4055-a041-e522cb01466c/action","href_result":"/servers/7126ce92-1dd5-4055-a041-e522cb01466c","id":"4ffbba42-7837-4846-8c8c-bf1ad31c4869","started_at":"2023-07-10T07:42:18.335312+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -388,9 +388,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:18 GMT Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-1/tasks/fb91901d-3376-4b5c-ae9b-9308781d85b9 + - https://api.scaleway.com/instance/v1/zones/nl-ams-1/tasks/4ffbba42-7837-4846-8c8c-bf1ad31c4869 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -400,7 +400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 712fbeb6-076a-4901-b062-95934709e05c + - 31af49ac-1d90-42c5-a51f-287be4989a91 status: 202 Accepted code: 202 duration: "" @@ -411,25 +411,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.869318+00:00","name":"tf-srv-busy-jepsen","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,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:17.948064+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3063" + - "3282" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -439,7 +439,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d08e4ca4-782f-4164-bc92-fa44633b5275 + - 318537d3-627b-459c-b61c-a1fc65c7cf31 status: 200 OK code: 200 duration: "" @@ -450,25 +450,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.869318+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:17.948064+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3173" + - "3282" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -478,7 +478,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f718734-8588-4b42-8519-ded51246b3cf + - 8d2d3fa1-a298-46b3-a22d-49f8f2c42f3d status: 200 OK code: 200 duration: "" @@ -489,103 +489,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.869318+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "3173" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:50 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8471e31a-a215-4558-82d3-2d018400abf2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.869318+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "3173" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:56 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bcbedb25-1819-4892-b6bf-c5693ba6de0e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:56.359872+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:31.440244+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3204" + - "3313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -595,7 +517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb3a820d-5870-4e6f-ab47-4eac4d93f71d + - 78dc7b82-75ce-4afb-a5d8-681afbb172bd status: 200 OK code: 200 duration: "" @@ -606,25 +528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:56.359872+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:31.440244+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3204" + - "3313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -634,7 +556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f5b2d98-ced9-410f-9c13-02795154666c + - aec24cf4-350f-4291-bd87-eeb729d2efaf status: 200 OK code: 200 duration: "" @@ -645,7 +567,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/user_data + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c/user_data method: GET response: body: '{"user_data":[]}' @@ -657,7 +579,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -667,7 +589,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d14b4f96-ccde-4a11-8c9f-5c6019464c99 + - 9458d1b3-eeb1-403d-8518-8a920f572f31 status: 200 OK code: 200 duration: "" @@ -678,7 +600,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/private_nics + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c/private_nics method: GET response: body: '{"private_nics":[]}' @@ -690,9 +612,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -703,7 +625,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffd04925-285d-4a24-9c61-27fb809f579b + - aec8a2ab-d04f-4dd6-b665-8140b508f566 X-Total-Count: - "0" status: 200 OK @@ -716,25 +638,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:56.359872+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:31.440244+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3204" + - "3313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -744,7 +666,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - deeb9c27-57b1-4cd8-a3b1-34b39cc298e3 + - f3c5251f-5d8c-4862-a68f-2ee6e57ed198 status: 200 OK code: 200 duration: "" @@ -755,19 +677,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' headers: Content-Length: - - "497" + - "504" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -777,7 +699,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f3c9ae9-3153-4998-96fd-aca254e8c0ad + - 8a3bd923-0495-429e-9b2c-b55ae1a65feb status: 200 OK code: 200 duration: "" @@ -788,25 +710,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:56.359872+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:31.440244+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3204" + - "3313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -816,7 +738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39a8d8c1-2eb2-4b77-b095-f64f5acdfeba + - 6c510b34-f776-47e4-a12b-1e2124ebeba1 status: 200 OK code: 200 duration: "" @@ -827,7 +749,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/user_data + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c/user_data method: GET response: body: '{"user_data":[]}' @@ -839,7 +761,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -849,7 +771,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3226cb9f-1f47-4d04-a20b-2c5655f0948c + - 67274023-c02d-43c3-8f26-55846f3f4b0d status: 200 OK code: 200 duration: "" @@ -860,7 +782,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/private_nics + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c/private_nics method: GET response: body: '{"private_nics":[]}' @@ -872,9 +794,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -885,7 +807,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e260146-85f0-443a-9aee-3607ca2ed131 + - 1b2f39be-9797-4090-bcf6-012435dbdf37 X-Total-Count: - "0" status: 200 OK @@ -898,25 +820,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:12:56.359872+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:31.440244+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3204" + - "3313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -926,7 +848,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f3b1c48-c8fa-4312-93a9-f8a2e6cf6d0b + - 6a74ab92-492e-4e1f-862c-a77719342f95 status: 200 OK code: 200 duration: "" @@ -939,10 +861,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/action + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b/action","href_result":"/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b","id":"8bdad95b-dfd3-462b-adc2-b9bd131f8e52","started_at":"2023-05-29T12:13:03.815219+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/7126ce92-1dd5-4055-a041-e522cb01466c/action","href_result":"/servers/7126ce92-1dd5-4055-a041-e522cb01466c","id":"19b291df-7ef1-4386-aeae-7f6c3867ca9a","started_at":"2023-07-10T07:42:36.723000+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -951,9 +873,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Location: - - https://api.scaleway.com/instance/v1/zones/nl-ams-1/tasks/8bdad95b-dfd3-462b-adc2-b9bd131f8e52 + - https://api.scaleway.com/instance/v1/zones/nl-ams-1/tasks/19b291df-7ef1-4386-aeae-7f6c3867ca9a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -963,7 +885,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aeeee9d0-81c8-444c-89a2-2772f3e034e0 + - 242e21d1-2510-4b21-9e7f-2fb515cd8369 status: 202 Accepted code: 202 duration: "" @@ -974,103 +896,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"launching poweroff task","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "3179" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:04 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c08d3ed4-c858-4594-b172-5812aacafdbb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' - headers: - Content-Length: - - "3164" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a5a19ec2-584d-4fa1-bcbf-bbb3b5a3159f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3164" + - "3273" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:14 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1080,7 +924,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf54ee88-edd6-472c-918d-52d01e608d35 + - e37be524-b6bb-4e84-ae72-08f52f9a44bc status: 200 OK code: 200 duration: "" @@ -1091,25 +935,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3164" + - "3273" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:19 GMT + - Mon, 10 Jul 2023 07:42:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1119,7 +963,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf5efa64-a67c-458f-ac0c-cec86deb41e0 + - 762cd1f2-2ebb-4248-8781-60709cdb4584 status: 200 OK code: 200 duration: "" @@ -1130,25 +974,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3164" + - "3271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:24 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1158,7 +1002,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1db3010-8ab3-42f7-8f43-ec7bbd23e8eb + - 746973da-e42e-49b5-b120-eafd55181496 status: 200 OK code: 200 duration: "" @@ -1169,25 +1013,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3162" + - "3271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1197,7 +1041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbb1b908-5c3a-4854-9851-c9f6bd24855e + - 41df7e37-3625-4a7e-8021-c8b07ad79d19 status: 200 OK code: 200 duration: "" @@ -1208,25 +1052,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3162" + - "3271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:35 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1236,7 +1080,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5a7defb-c614-43ac-b4ac-a0958d8ee004 + - 2b32a1fc-2255-45d1-a233-9dc110583490 status: 200 OK code: 200 duration: "" @@ -1247,25 +1091,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3162" + - "3271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1275,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 644a7568-092d-46bb-8e9c-6a66da320464 + - 4308ace6-fff5-4250-93e1-b478ea2ec2ca status: 200 OK code: 200 duration: "" @@ -1286,25 +1130,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3162" + - "3271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:45 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1314,7 +1158,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 53f5d6c1-3daa-4920-817b-663badd6f2fb + - 264d3f15-6701-426e-89fd-cb0f7c0bc90e status: 200 OK code: 200 duration: "" @@ -1325,25 +1169,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"10","hypervisor_id":"1901","node_id":"15","platform_id":"23","zone_id":"ams1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.478007+00:00","name":"tf-srv-busy-jepsen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.152.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":{"cluster_id":"24","hypervisor_id":"501","node_id":"15","platform_id":"23","zone_id":"ams1"},"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:42:36.116161+00:00","name":"tf-srv-distracted-haslett","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.67.204.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3162" + - "3271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1353,7 +1197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a312bb8-e070-4088-a73f-3412c654a512 + - ee93d478-6313-466a-8a51-cdab098db5b4 status: 200 OK code: 200 duration: "" @@ -1364,25 +1208,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:52.261594+00:00","name":"tf-srv-busy-jepsen","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,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:43:27.450340+00:00","name":"tf-srv-distracted-haslett","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":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3041" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1392,7 +1236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17ee3f3a-ad7b-4d61-8582-10a47f2d65d7 + - 3221423f-5f84-4b91-bd66-d7f9608100e5 status: 200 OK code: 200 duration: "" @@ -1403,25 +1247,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"5a520dda-96d6-4ed2-acd1-1d526b6859fe","initrd":"http://10.196.2.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.196.2.9/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.137090+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-busy-jepsen","id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:31:01.140752+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"1dba408b-0faa-49c6-937e-e24d45e54157","modification_date":"2023-04-13T12:31:01.140752+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ba589c3e-0f69-4851-ada7-e73fdb370d56","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:52.261594+00:00","name":"tf-srv-busy-jepsen","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,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.137090+00:00","export_uri":null,"id":"d6ad1122-8856-41a7-bb49-1d8ea4d99647","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:12:39.137090+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"534ddbcf-6500-4e2a-8191-ddf42019b96b","name":"tf-srv-busy-jepsen"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' + mainline 4.4.182 rev1","zone":"nl-ams-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:16.394845+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-distracted-haslett","id":"7126ce92-1dd5-4055-a041-e522cb01466c","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:20.907061+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"76c27afa-28dd-4065-aeba-e420719e6c41","modification_date":"2023-06-28T12:44:20.907061+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"9acef6fc-d489-453e-b7ef-ba53c6a8567d","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"nl-ams-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:0b:fe:03","maintenances":[],"modification_date":"2023-07-10T07:43:27.450340+00:00","name":"tf-srv-distracted-haslett","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":false,"security_group":{"id":"d06cd76f-ff35-494d-a2ff-83c523550790","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:16.394845+00:00","export_uri":null,"id":"63f553a9-6034-4d1c-95c0-af5dccff58b5","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"nl-ams-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:42:16.394845+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7126ce92-1dd5-4055-a041-e522cb01466c","name":"tf-srv-distracted-haslett"},"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}},"zone":"nl-ams-1"}}' headers: Content-Length: - - "3041" + - "3151" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1431,7 +1275,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be6a5858-b261-43b1-9b1c-32591f9217b6 + - 50bcf777-fa29-4134-9740-f207e4c318ea status: 200 OK code: 200 duration: "" @@ -1442,7 +1286,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: DELETE response: body: "" @@ -1450,7 +1294,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1460,7 +1304,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72d8620d-1451-4f65-8390-0dca1f7e0b5d + - 3a9ace0b-57a2-4c41-8709-70cc58f9b1d4 status: 204 No Content code: 204 duration: "" @@ -1471,10 +1315,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: - body: '{"message":"\"534ddbcf-6500-4e2a-8191-ddf42019b96b\" not found","type":"unknown_resource"}' + body: '{"message":"\"7126ce92-1dd5-4055-a041-e522cb01466c\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1483,7 +1327,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1493,7 +1337,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28d9ff1e-5e60-4a14-9085-7f99fe8fb0d1 + - e770c46e-aeae-4f86-9991-34df251b61c7 status: 404 Not Found code: 404 duration: "" @@ -1504,7 +1348,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/d6ad1122-8856-41a7-bb49-1d8ea4d99647 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/63f553a9-6034-4d1c-95c0-af5dccff58b5 method: DELETE response: body: "" @@ -1512,7 +1356,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1522,7 +1366,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43160a7f-2e27-4044-beda-0bdc2a527b38 + - 344adb8b-44d1-478b-860f-0a8ebca39175 status: 204 No Content code: 204 duration: "" @@ -1533,10 +1377,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:38.291537+00:00","export_uri":null,"id":"9e289145-d055-4742-b0c1-71b4b2931249","modification_date":"2023-05-29T12:13:56.764749+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:42:15.599844+00:00","export_uri":null,"id":"8b7d8f49-543e-46d9-b951-cd6e3cf9c11e","modification_date":"2023-07-10T07:43:31.383502+00:00","name":"main","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":1000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"nl-ams-1"}}' headers: Content-Length: - "425" @@ -1545,7 +1389,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1555,7 +1399,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a53a5a7-9728-4cc7-b473-3821858e98f5 + - a01f0b87-dab0-45f1-a946-4157e327bc92 status: 200 OK code: 200 duration: "" @@ -1566,7 +1410,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/9e289145-d055-4742-b0c1-71b4b2931249 + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/volumes/8b7d8f49-543e-46d9-b951-cd6e3cf9c11e method: DELETE response: body: "" @@ -1574,7 +1418,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1584,7 +1428,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ebc71d2-43a0-4aba-993d-7e15b44324a5 + - 95113d7d-1dc0-4b06-b995-e0111cf9eeae status: 204 No Content code: 204 duration: "" @@ -1595,10 +1439,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/534ddbcf-6500-4e2a-8191-ddf42019b96b + url: https://api.scaleway.com/instance/v1/zones/nl-ams-1/servers/7126ce92-1dd5-4055-a041-e522cb01466c method: GET response: - body: '{"message":"\"534ddbcf-6500-4e2a-8191-ddf42019b96b\" not found","type":"unknown_resource"}' + body: '{"message":"\"7126ce92-1dd5-4055-a041-e522cb01466c\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1607,7 +1451,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:57 GMT + - Mon, 10 Jul 2023 07:43:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1617,7 +1461,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e5e7795-61bc-47bf-aae5-676535db49c8 + - ca077e94-3f6b-4d38-835a-f8f7ecc16b58 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-state1.cassette.yaml b/scaleway/testdata/instance-server-state1.cassette.yaml index edd032ce81..98264601c2 100644 --- a/scaleway/testdata/instance-server-state1.cassette.yaml +++ b/scaleway/testdata/instance-server-state1.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae5f64b1-a797-42c9-a2c1-37c0c0eea6be + - 9b71cb24-5886-4c66-b6a6-e5f1b8865d4b status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cd9dc0dc-43eb-4200-9490-1ba0f2ef4659 + - 4ec38649-ebd4-4b6e-a6e7-8bd2ffd5f1d7 status: 200 OK code: 200 duration: "" @@ -77,16 +77,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Link: - ; rel="next",; rel="last" @@ -99,7 +99,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9d50642-a7a9-4ffd-81bc-ab014fb28a8f + - 7268a3be-5758-48ab-93d0-f607748ac126 X-Total-Count: - "56" status: 200 OK @@ -115,16 +115,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -137,14 +137,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb8a25d3-dcdf-41d7-a5b1-c1e87fe1b619 + - f5f073cb-f2b1-476a-ae3b-d11fabda5db1 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-zealous-moser","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","state"]}' + body: '{"name":"tf-srv-laughing-shamir","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","state"]}' form: {} headers: Content-Type: @@ -157,22 +157,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613378+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:41:52.765487+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -182,7 +182,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2eda407-3ba8-4304-a5ba-187bbb229549 + - 035fe13d-12e4-45f2-beff-571a92069f27 status: 201 Created code: 201 duration: "" @@ -193,25 +193,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613378+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:41:52.765487+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -221,7 +221,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4366b4cc-75cb-46a8-b113-996a4275c60d + - c59b7ca2-5146-441b-8220-ae448db6a2c1 status: 200 OK code: 200 duration: "" @@ -232,25 +232,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613378+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:41:52.765487+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -260,7 +260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b7ba089-f578-4e4a-b61b-fa91653b7976 + - bb64a86d-1696-476f-a484-209e0a923078 status: 200 OK code: 200 duration: "" @@ -273,10 +273,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/7c563736-1418-4d54-8e8a-534de89e1437/action","href_result":"/servers/7c563736-1418-4d54-8e8a-534de89e1437","id":"dbe73efb-62b7-46d2-af9f-c7ce5bd4e2f6","started_at":"2023-05-29T12:12:39.947236+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action","href_result":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e","id":"3c0d6387-7895-40ef-8125-8c650d27aafd","started_at":"2023-07-10T07:41:55.114868+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -285,9 +285,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/dbe73efb-62b7-46d2-af9f-c7ce5bd4e2f6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/3c0d6387-7895-40ef-8125-8c650d27aafd Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -297,7 +297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c67a254-45a9-4c5c-9a7e-2ae91d50c05b + - 403f417b-5952-4bbb-9d2f-0751ab7667f4 status: 202 Accepted code: 202 duration: "" @@ -308,25 +308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.580428+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:41:54.749109+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2615" + - "2703" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -336,7 +336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb8b14ff-1d71-4aed-bd16-1cac8d28ef35 + - 26a84bb4-2e4a-4b89-9974-082666ec3424 status: 200 OK code: 200 duration: "" @@ -347,25 +347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.580428+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:41:54.749109+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2723" + - "2812" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -375,7 +375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1fb06d0-cd67-4c84-b14e-4b23344cfe8f + - 3e40f89b-c6f1-458d-b6ca-ec22f6e3ce4f status: 200 OK code: 200 duration: "" @@ -386,25 +386,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.580428+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:41:54.749109+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2723" + - "2812" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -414,7 +414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbc796a0-5683-4ef6-adff-0dd8d1bf5cee + - 7e0dce29-04ed-42b6-bdac-3d8035f2d951 status: 200 OK code: 200 duration: "" @@ -425,64 +425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.580428+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2723" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:55 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b2481d71-7b8b-4d00-b938-15b6ac2502db - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -492,7 +453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8abf59ac-48e1-4691-8bcd-b9514c311024 + - 4f1485db-77a4-42d6-8aab-37a25c1cd712 status: 200 OK code: 200 duration: "" @@ -503,25 +464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -531,7 +492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05d429cb-3580-484d-947d-ed05d190e86e + - 24d5ad68-0b5d-42b8-82ab-9d3801c0beaf status: 200 OK code: 200 duration: "" @@ -542,7 +503,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -554,7 +515,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -564,7 +525,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9f4ef82-36e4-4717-b64a-cc76af9996e2 + - 107a47be-3a76-4b30-836e-d8709c91a4e9 status: 200 OK code: 200 duration: "" @@ -575,7 +536,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -587,9 +548,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -600,7 +561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2cb9b73-2a43-44ce-ac56-0714bedbf90d + - a1a2d746-4564-4984-8feb-48d099ba491b X-Total-Count: - "0" status: 200 OK @@ -613,25 +574,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -641,7 +602,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 730c6d11-74f4-4f2a-9bbb-71d80ade63d9 + - db9bd76c-678c-4c15-a860-6e0ac2f66782 status: 200 OK code: 200 duration: "" @@ -652,19 +613,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -674,7 +635,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4203d02-df15-4bbb-b673-dc84b668df87 + - 6b6d028e-dfe9-4322-be53-7f877fdf5868 status: 200 OK code: 200 duration: "" @@ -685,19 +646,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -707,7 +668,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ad87bcd-40ce-4fcf-b61f-bab1358b276f + - e7998193-f5fc-4200-b680-6561aeb8ef37 status: 200 OK code: 200 duration: "" @@ -718,25 +679,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -746,7 +707,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0936625c-2982-4ba9-b6b3-692fad6d1e52 + - 387109df-6b0a-45d6-9744-683c959949c3 status: 200 OK code: 200 duration: "" @@ -757,7 +718,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -769,7 +730,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -779,7 +740,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c51a14c3-1036-483c-aa8d-c7f9394085ff + - 0358691b-c804-4801-8eeb-a9f43f009fd5 status: 200 OK code: 200 duration: "" @@ -790,7 +751,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -802,9 +763,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -815,7 +776,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99ac7838-4fcf-417c-b296-317b475e2cdb + - 487707c2-d927-4ecd-8542-f247d5a4a5cb X-Total-Count: - "0" status: 200 OK @@ -828,19 +789,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -850,7 +811,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf5fe9c6-45e7-4b3c-9b7c-8c943ee024b2 + - c7a9de1c-99fe-4030-936c-2c469857c4a9 status: 200 OK code: 200 duration: "" @@ -861,19 +822,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -883,7 +844,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ba0714f-89a0-44eb-ab29-744d9589bfbf + - 52cb134c-f84c-4aca-b431-1a98fdc5d2e2 status: 200 OK code: 200 duration: "" @@ -894,25 +855,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -922,7 +883,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80f92271-9c12-49b1-b2b5-77e84c209a16 + - fbca9acc-7736-4bdc-9d9f-7102f593cff8 status: 200 OK code: 200 duration: "" @@ -933,7 +894,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -945,7 +906,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -955,7 +916,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11a22265-7bc2-4b24-8551-a8aa99e52d4f + - 034b5f60-3409-47c2-91fb-8c1dacc0bc0f status: 200 OK code: 200 duration: "" @@ -966,7 +927,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -978,9 +939,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -991,7 +952,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8555edb0-b000-4ce2-86bc-203293caca51 + - e8eaf6cc-dcf5-496b-bdc7-d7d51822fe5c X-Total-Count: - "0" status: 200 OK @@ -1004,19 +965,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1026,7 +987,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afad79c2-38c1-4ccb-9e03-afb92f1c4128 + - e2e4a990-a32e-441e-9709-1c292b47e768 status: 200 OK code: 200 duration: "" @@ -1037,25 +998,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1065,7 +1026,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - badefc34-32ce-489b-af6c-70db4f450529 + - 67eebea3-cd71-467e-bbe0-a9cf52c00df1 status: 200 OK code: 200 duration: "" @@ -1076,25 +1037,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1104,7 +1065,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a369401-12f0-4b21-8a72-9720b625d6be + - a86c0984-b0af-4a7c-b137-e82e76c260ee status: 200 OK code: 200 duration: "" @@ -1117,10 +1078,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action method: POST response: - body: '{"task":{"description":"server_stop_in_place","href_from":"/servers/7c563736-1418-4d54-8e8a-534de89e1437/action","href_result":"/servers/7c563736-1418-4d54-8e8a-534de89e1437","id":"8ebc15ce-2f8e-491d-876f-e7c31dcaa5f8","started_at":"2023-05-29T12:13:04.203817+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_stop_in_place","href_from":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action","href_result":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e","id":"5e7e010f-23ba-454f-8b58-85332474988c","started_at":"2023-07-10T07:42:16.205954+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -1129,9 +1090,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8ebc15ce-2f8e-491d-876f-e7c31dcaa5f8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5e7e010f-23ba-454f-8b58-85332474988c Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1141,7 +1102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b85581ba-1558-49ed-bffd-50f521091650 + - bd672567-6054-4dd7-919f-a173e930f334 status: 202 Accepted code: 202 duration: "" @@ -1152,25 +1113,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.633831+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:15.872523+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2723" + - "2812" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1180,7 +1141,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f4d0aea-083b-4d3f-a17f-f7be8e0a6807 + - 2ccb9ec9-d011-44cf-9eb6-94fd3c98062e status: 200 OK code: 200 duration: "" @@ -1191,25 +1152,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.633831+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:15.872523+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2723" + - "2812" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1219,7 +1180,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d2916238-f9e2-4102-899f-52ea18a812a3 + - 43dd4019-35ac-42d2-a45f-ab18e409023e status: 200 OK code: 200 duration: "" @@ -1230,25 +1191,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.633831+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:15.872523+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2812" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:14 GMT + - Mon, 10 Jul 2023 07:42:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1258,7 +1219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 992aee9d-62fb-4198-9609-634b91c27a24 + - 5f077cff-3b27-46a2-ba88-724db89553c2 status: 200 OK code: 200 duration: "" @@ -1269,25 +1230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.633831+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:15.872523+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:19 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1297,7 +1258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6789551d-59d4-47c0-ae45-fbbd135aee76 + - 9bbfb0a2-d6c9-4300-8e51-289b7f979b72 status: 200 OK code: 200 duration: "" @@ -1308,25 +1269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.633831+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:15.872523+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:25 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1336,7 +1297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2299f15f-d8d8-4293-b25a-fb0409e61aa0 + - 3afe503e-178a-42fa-a14b-9334949ef225 status: 200 OK code: 200 duration: "" @@ -1347,25 +1308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.633831+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:15.872523+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:42:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1375,7 +1336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76e9b42b-0a7f-41a3-b0ec-7ed9f71e19fb + - 254329a5-16f1-45a7-99d7-9cdfa1f9be66 status: 200 OK code: 200 duration: "" @@ -1386,25 +1347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:35 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1414,7 +1375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4a9c3cb-6f44-47d5-8c02-f7e30d6c7309 + - 0d259b64-7475-4cd3-aad7-af35d6d1a2a0 status: 200 OK code: 200 duration: "" @@ -1427,25 +1388,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: PATCH response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:35 GMT + - Mon, 10 Jul 2023 07:42:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1455,7 +1416,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de2f7c9e-6cb9-49fd-b73f-d7723a21c1e7 + - 18bf75bb-d0c6-427d-9aad-ca4903af22d7 status: 200 OK code: 200 duration: "" @@ -1466,25 +1427,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:35 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1494,7 +1455,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b934b37-1c83-4c05-b152-ff01afa387fd + - 238c9914-8618-4448-9562-bca4ff24df5b status: 200 OK code: 200 duration: "" @@ -1505,25 +1466,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:36 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1533,7 +1494,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64dd188d-3ddf-4d24-87a7-b9244a21c24e + - 67238ce8-2b17-4189-b1d9-4bfacc8e9806 status: 200 OK code: 200 duration: "" @@ -1544,7 +1505,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -1556,7 +1517,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:36 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1566,7 +1527,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9be77b48-b0e9-488e-b8da-83d4416ca07a + - 1b42aa7a-8687-4a74-a731-38935054f5b9 status: 200 OK code: 200 duration: "" @@ -1577,7 +1538,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1589,9 +1550,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:36 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1602,7 +1563,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d482e2b-7e76-4130-9689-c3def523ce8e + - e62f736e-0788-4613-810a-79feeb1f3ea8 X-Total-Count: - "0" status: 200 OK @@ -1615,25 +1576,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1643,7 +1604,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc47cfb8-9078-4f14-928d-59fdd024de79 + - 05d81bbb-ffcf-4a3e-bd92-522ae007a159 status: 200 OK code: 200 duration: "" @@ -1654,19 +1615,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:42:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1676,7 +1637,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 083649f7-4c09-480b-a1e6-87df89d03218 + - f6e32e51-1d83-4b48-8ad0-8f08309204fa status: 200 OK code: 200 duration: "" @@ -1687,19 +1648,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1709,7 +1670,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f972ba9-2b62-4b08-85b4-56f4b8becaa9 + - 4d030b39-160a-4971-a60a-edb5cb514d0c status: 200 OK code: 200 duration: "" @@ -1720,25 +1681,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1748,7 +1709,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd421063-bb53-4f3d-a8e4-ec1ab0a9c0a4 + - 5fa97c89-9675-43ed-8b01-55ba471b0ebd status: 200 OK code: 200 duration: "" @@ -1759,7 +1720,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -1771,7 +1732,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1781,7 +1742,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 53691875-fd93-4e15-be3b-29002e1f1bf8 + - 6766ebb1-4a91-4aa4-9676-d5f9c78bef02 status: 200 OK code: 200 duration: "" @@ -1792,7 +1753,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1804,9 +1765,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1817,7 +1778,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e624c92f-e00a-44bb-9b86-0269227ed25f + - c67b6074-42c7-476e-afbe-3eb23cd86bc1 X-Total-Count: - "0" status: 200 OK @@ -1830,19 +1791,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:41 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1852,7 +1813,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3843795f-4846-4fec-9592-2c042336958a + - 6f5baa6e-d423-4192-b813-31fddf5d63b6 status: 200 OK code: 200 duration: "" @@ -1863,19 +1824,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:41 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1885,7 +1846,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93c468ea-ebec-4ac9-bb72-a515ad5d1290 + - 19b32c96-a9d8-43b3-9752-1462b24725e1 status: 200 OK code: 200 duration: "" @@ -1896,25 +1857,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:41 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1924,7 +1885,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b312997a-25fe-469e-89d9-c7c22222d7d1 + - 9d617413-24a9-4dce-aae1-932ca7886522 status: 200 OK code: 200 duration: "" @@ -1935,7 +1896,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -1947,7 +1908,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:41 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1957,7 +1918,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 496aa26e-ca2f-450c-9780-d97755a5df4d + - fda6cd24-0a51-4f2c-bc1d-6323504a2293 status: 200 OK code: 200 duration: "" @@ -1968,7 +1929,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1980,9 +1941,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:42 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1993,7 +1954,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c7ab258-cd42-4ad8-9b81-574f9371ff94 + - 0a78e2b3-eb1f-41f2-a87e-402aee0b1084 X-Total-Count: - "0" status: 200 OK @@ -2006,19 +1967,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:44 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2028,7 +1989,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce2f5eef-9d87-497e-b3d8-588e2870622f + - c7a45eb1-ad77-439e-a973-0847409ee0c9 status: 200 OK code: 200 duration: "" @@ -2039,25 +2000,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:46 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2067,7 +2028,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c631a26d-ae8f-4d31-ac4d-67a466e9d83f + - 861a6c8d-fdd8-4daa-8e16-0abcd1855b38 status: 200 OK code: 200 duration: "" @@ -2078,25 +2039,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2759" + - "2848" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:46 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2106,7 +2067,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ca75408-0323-4dd9-978f-7238a8bccafa + - a745d8b5-5c62-47ca-b41d-80258db9c75a status: 200 OK code: 200 duration: "" @@ -2119,10 +2080,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action method: POST response: - body: '{"task":{"description":"server_poweron_in_place","href_from":"/servers/7c563736-1418-4d54-8e8a-534de89e1437/action","href_result":"/servers/7c563736-1418-4d54-8e8a-534de89e1437","id":"a06a60c8-cfe1-4d7f-8006-39ffbbec18de","started_at":"2023-05-29T12:13:46.944251+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweron_in_place","href_from":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action","href_result":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e","id":"1308192b-b07d-40d5-ab06-c65421fca554","started_at":"2023-07-10T07:43:05.970028+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "325" @@ -2131,9 +2092,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:46 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a06a60c8-cfe1-4d7f-8006-39ffbbec18de + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/1308192b-b07d-40d5-ab06-c65421fca554 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2143,7 +2104,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0ccf166-baa8-4592-8e29-dc2e23adc8ff + - 180cf06e-ab4d-4c2e-aff6-7f2866a292dd status: 202 Accepted code: 202 duration: "" @@ -2154,25 +2115,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:35.390576+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"starting in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:47.561561+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"starting in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2723" + - "2812" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:47 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2182,7 +2143,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5fc7885-cda9-4649-ac00-9b8d77e98e43 + - 99efccdd-4630-4f3d-b556-13773bcde3b8 status: 200 OK code: 200 duration: "" @@ -2193,25 +2154,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.312881+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:42:08.295914+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2754" + - "2843" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2221,7 +2182,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31f058ea-46b0-40f7-91ae-ac0245ddeb7b + - d0ceffdb-24ac-4ff7-90f5-cf85cc2a2510 status: 200 OK code: 200 duration: "" @@ -2234,10 +2195,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/7c563736-1418-4d54-8e8a-534de89e1437/action","href_result":"/servers/7c563736-1418-4d54-8e8a-534de89e1437","id":"32d023fa-f37f-4916-8364-b80eccb1fd97","started_at":"2023-05-29T12:13:52.666817+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/action","href_result":"/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e","id":"2eccf064-c1cc-4f0d-a944-8e1aa55ae0fe","started_at":"2023-07-10T07:43:13.811214+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2246,9 +2207,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:52 GMT + - Mon, 10 Jul 2023 07:43:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/32d023fa-f37f-4916-8364-b80eccb1fd97 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/2eccf064-c1cc-4f0d-a944-8e1aa55ae0fe Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2258,7 +2219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3b958b4-fa81-4ba2-aa9f-c1c8371334c1 + - dbf00f11-a811-4ea9-9f92-19704ca4b40d status: 202 Accepted code: 202 duration: "" @@ -2269,220 +2230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2714" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:52 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5d4a1323-8a4c-43a1-a621-361129c77a57 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2714" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:58 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2b2afb0f-44f2-43c5-bc55-2862c170a6d4 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2714" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:03 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 91e002ec-e50f-4d3d-be79-e0acf91899c0 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2712" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:08 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 30f0f1fa-6fa1-4269-9fb7-8cd913d75ff5 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2712" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb5ccf85-c32d-4b23-b0d3-e48e7d4200b3 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:19 GMT + - Mon, 10 Jul 2023 07:43:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2492,7 +2258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bdb83e1e-23ea-4bfb-90fd-121bd24cbb6b + - d87b8db1-4cdf-4119-b890-008d23abe108 status: 200 OK code: 200 duration: "" @@ -2503,25 +2269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:24 GMT + - Mon, 10 Jul 2023 07:43:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2531,7 +2297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2ff09618-e8c1-42b5-aea6-798af36262f3 + - 2bb0ffdd-9885-4700-a807-c31d155957e6 status: 200 OK code: 200 duration: "" @@ -2542,25 +2308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:29 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2570,7 +2336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6009cbd-97a1-4f08-bdda-bd8762578239 + - 37cf9eca-7c58-4f81-914e-ddfa8273a27a status: 200 OK code: 200 duration: "" @@ -2581,25 +2347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:34 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2609,7 +2375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2556e7a7-aebb-474c-bddf-1812a6e7030d + - af71ba35-c3c9-458b-bd2c-984c05f1876d status: 200 OK code: 200 duration: "" @@ -2620,25 +2386,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:40 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2648,7 +2414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a33bb1f7-77b5-4830-9cdc-758b197179da + - 79200567-9bac-4238-81c8-00f16bd6e004 status: 200 OK code: 200 duration: "" @@ -2659,25 +2425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:45 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2687,7 +2453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13a683a2-1921-49ff-a9d9-278c8067a3a2 + - a344a2b0-dacc-488e-ac40-5e67461a704b status: 200 OK code: 200 duration: "" @@ -2698,25 +2464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:50 GMT + - Mon, 10 Jul 2023 07:43:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2726,7 +2492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 563938cb-7b36-4508-b66f-5aa573236f2f + - c248679f-3e4f-4dc8-8fc4-a01e1bd456f5 status: 200 OK code: 200 duration: "" @@ -2737,25 +2503,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:55 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2765,7 +2531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4f12acc-1b5e-4faa-a7e9-ce5d65f5bfa8 + - 6cf46362-e04f-4ef0-8864-382557721a4f status: 200 OK code: 200 duration: "" @@ -2776,25 +2542,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:01 GMT + - Mon, 10 Jul 2023 07:44:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2804,7 +2570,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b7308e2-b487-46a8-876e-07de90e7d2d2 + - ed72d21f-3567-4c24-b32c-e475088ec9e6 status: 200 OK code: 200 duration: "" @@ -2815,25 +2581,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"204","node_id":"15","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:52.338825+00:00","name":"tf-srv-zealous-moser","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.14.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"304","node_id":"63","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:43:13.465305+00:00","name":"tf-srv-laughing-shamir","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.86.125","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:06 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2843,7 +2609,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fac30f40-923b-44db-adaa-805e9723f533 + - 45089d93-d8b0-4579-a659-9768dfecb7ff status: 200 OK code: 200 duration: "" @@ -2854,25 +2620,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:11 GMT + - Mon, 10 Jul 2023 07:44:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2882,7 +2648,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8ad0b2e-7cc8-4d58-99c0-f7ef24f6250d + - ad1f3409-d68f-45ca-a1ac-4d487a6103ce status: 200 OK code: 200 duration: "" @@ -2895,25 +2661,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: PATCH response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:11 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2923,7 +2689,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db95c695-056f-41a7-b134-c4eb896aeae2 + - baf19a6a-1667-493e-9770-6bdf42b6676f status: 200 OK code: 200 duration: "" @@ -2934,25 +2700,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:11 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2962,7 +2728,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 693a44a8-a9d4-4d49-a45c-ae1cf816084a + - f58ca61e-e789-43c3-98e1-907eeea10463 status: 200 OK code: 200 duration: "" @@ -2973,25 +2739,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:12 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3001,7 +2767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 370e9093-8758-4ecb-a26b-35c67513a42f + - 2f9376ee-f03a-440a-b371-5e44d6c825f6 status: 200 OK code: 200 duration: "" @@ -3012,7 +2778,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -3024,7 +2790,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:12 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3034,7 +2800,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f53c04a8-a707-48ba-97db-d8bfef70534b + - 7ffb3483-ce5a-4370-b060-79defcfba433 status: 200 OK code: 200 duration: "" @@ -3045,7 +2811,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -3057,9 +2823,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:12 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3070,7 +2836,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9308d7b4-e9bf-41fc-8e8b-910147370db5 + - 1ecb8e4f-0978-4f30-8ebf-1ee7b45262ae X-Total-Count: - "0" status: 200 OK @@ -3083,25 +2849,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:44:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3111,7 +2877,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd00d8f6-60e0-46ae-8aa3-992b71cf0005 + - a8d8c104-337f-4281-b573-0f77a4eda5c6 status: 200 OK code: 200 duration: "" @@ -3122,19 +2888,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:44:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3144,7 +2910,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3815f275-69ff-4c8f-8765-0b63a72d028b + - 6ac69d39-1321-4eda-96c4-8c3bc06b3299 status: 200 OK code: 200 duration: "" @@ -3155,19 +2921,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3177,7 +2943,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8249264-43f2-46fd-90ce-63c4ded76124 + - caadc589-cbd3-488a-8a5a-4c2d85997f26 status: 200 OK code: 200 duration: "" @@ -3188,25 +2954,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3216,7 +2982,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 524dfec2-84f0-4114-804e-47502cc6d900 + - e9e7ffa3-45bf-40de-9bd9-8376dd43f4c2 status: 200 OK code: 200 duration: "" @@ -3227,7 +2993,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/user_data method: GET response: body: '{"user_data":[]}' @@ -3239,7 +3005,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:44:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3249,7 +3015,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85a7d834-b49c-41a4-b088-35b4a0cf6b53 + - 34cfbf40-a6aa-496e-a93a-b46a5b32c09d status: 200 OK code: 200 duration: "" @@ -3260,7 +3026,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e/private_nics method: GET response: body: '{"private_nics":[]}' @@ -3272,9 +3038,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:13 GMT + - Mon, 10 Jul 2023 07:44:41 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3285,7 +3051,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62d3e6ac-3d8a-4d21-a4b7-2ccb57659100 + - d8ccaf89-ed47-4b85-b5ec-2a6fd76a8981 X-Total-Count: - "0" status: 200 OK @@ -3298,19 +3064,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:14 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3320,7 +3086,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 797c85d1-36b1-4925-9a08-00daeeff25c0 + - 62ef6660-be9c-470e-8d58-d9453b911ea0 status: 200 OK code: 200 duration: "" @@ -3331,25 +3097,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:14 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3359,7 +3125,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89951ee9-47f8-450c-8c35-805ed3965426 + - 0585527c-f3f8-4f7c-a6f9-c1cc00ebf38b status: 200 OK code: 200 duration: "" @@ -3370,25 +3136,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613378+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-moser","id":"7c563736-1418-4d54-8e8a-534de89e1437","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:15:10.666684+00:00","name":"tf-srv-zealous-moser","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613378+00:00","export_uri":null,"id":"ec8ad367-2d8d-4160-ab32-5d6fd6f6811d","modification_date":"2023-05-29T12:12:38.613378+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7c563736-1418-4d54-8e8a-534de89e1437","name":"tf-srv-zealous-moser"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:52.765487+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-laughing-shamir","id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:19","maintenances":[],"modification_date":"2023-07-10T07:44:12.402321+00:00","name":"tf-srv-laughing-shamir","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:52.765487+00:00","export_uri":null,"id":"905dbbd7-13c4-4f1e-ab56-978a9449bc62","modification_date":"2023-07-10T07:41:52.765487+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"40d0c4bb-747e-4964-a0d2-c996aa68e41e","name":"tf-srv-laughing-shamir"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2593" + - "2681" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:14 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3398,7 +3164,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13d2c04c-fd72-475a-b2fd-a28fc6cf0e5c + - 5a736745-09cd-4ab7-ab31-fbb7c9c9c031 status: 200 OK code: 200 duration: "" @@ -3409,7 +3175,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: DELETE response: body: "" @@ -3417,7 +3183,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:14 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3427,7 +3193,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd4ca31a-2b65-4ed2-9a37-e42dd1ce377d + - 8e67ed72-be00-4fe0-b4b4-7d8c47c06075 status: 204 No Content code: 204 duration: "" @@ -3438,10 +3204,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: - body: '{"message":"\"7c563736-1418-4d54-8e8a-534de89e1437\" not found","type":"unknown_resource"}' + body: '{"message":"\"40d0c4bb-747e-4964-a0d2-c996aa68e41e\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3450,7 +3216,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:15 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3460,7 +3226,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d3fa90e-922f-4233-9fc5-0ced78ad4814 + - 1973ecf0-163d-4be9-ba2d-184a254253d7 status: 404 Not Found code: 404 duration: "" @@ -3471,7 +3237,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/ec8ad367-2d8d-4160-ab32-5d6fd6f6811d + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/905dbbd7-13c4-4f1e-ab56-978a9449bc62 method: DELETE response: body: "" @@ -3479,7 +3245,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:15:15 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3489,7 +3255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 129182b0-c6b9-4bde-b9dd-c6727c023439 + - 50722c4a-6cab-4364-8752-e81760cff4ce status: 204 No Content code: 204 duration: "" @@ -3500,10 +3266,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c563736-1418-4d54-8e8a-534de89e1437 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/40d0c4bb-747e-4964-a0d2-c996aa68e41e method: GET response: - body: '{"message":"\"7c563736-1418-4d54-8e8a-534de89e1437\" not found","type":"unknown_resource"}' + body: '{"message":"\"40d0c4bb-747e-4964-a0d2-c996aa68e41e\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3512,7 +3278,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:15:15 GMT + - Mon, 10 Jul 2023 07:44:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3522,7 +3288,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b43b817d-359e-4a82-aed6-1783e609e570 + - e0ac58e0-6092-4e4d-93c1-223cb94575d5 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-state2.cassette.yaml b/scaleway/testdata/instance-server-state2.cassette.yaml index 1df0b02a02..e88a2824ee 100644 --- a/scaleway/testdata/instance-server-state2.cassette.yaml +++ b/scaleway/testdata/instance-server-state2.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ed1947c-18ca-414c-8393-89d0423c9ac5 + - f2037695-a91c-4a3f-a1cc-65e8f5c373b6 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:37 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9771ecdc-6704-4615-8db4-d4ecec523025 + - f7a073cd-3a49-4263-9bd4-b4f880214644 status: 200 OK code: 200 duration: "" @@ -77,16 +77,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:54 GMT Link: - ; rel="next",; rel="last" @@ -99,7 +99,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af6f887d-7c2b-4fd1-9f6b-c0c7d4df8fd8 + - a43df398-251e-4a13-86f6-4cfd8d813dc0 X-Total-Count: - "56" status: 200 OK @@ -115,16 +115,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:54 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -137,14 +137,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c52bf32d-ff5f-4fec-9030-a4897b50fdea + - 9923b956-e7bb-4064-99ff-9cc2ae13ec49 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-agitated-hofstadter","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","state"]}' + body: '{"name":"tf-srv-frosty-burnell","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","state"]}' form: {} headers: Content-Type: @@ -157,22 +157,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -182,7 +182,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83125db3-9689-47b1-9073-75d47183de30 + - 8c8ac1cb-3c19-4722-be70-1cc9fc89d12f status: 201 Created code: 201 duration: "" @@ -193,25 +193,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -221,7 +221,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d578156-6ffa-47bc-801a-ed5ca724bbe6 + - 4aedc86b-19e8-4dba-9ac9-b301e5a7735b status: 200 OK code: 200 duration: "" @@ -232,25 +232,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -260,7 +260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 748b8c6e-8e2f-4738-8826-04d62b6143a1 + - 9a39f232-9db7-4743-b21e-4b464cee2f25 status: 200 OK code: 200 duration: "" @@ -271,25 +271,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -299,7 +299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b51c726b-3b30-44b0-8d36-1a9b4f068aea + - a0a7d1c0-5ec5-407f-be5f-baeaf0b22902 status: 200 OK code: 200 duration: "" @@ -310,7 +310,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/user_data method: GET response: body: '{"user_data":[]}' @@ -322,7 +322,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -332,7 +332,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07756744-8173-42c6-a3b1-d80abf7c13f2 + - ddf2707c-816f-4e85-a571-36723ff8637a status: 200 OK code: 200 duration: "" @@ -343,7 +343,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/private_nics method: GET response: body: '{"private_nics":[]}' @@ -355,9 +355,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -368,7 +368,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 584f1c65-46a9-4b95-b1c8-9fb527aeaa14 + - 14652acd-34f3-441c-9dde-d833adf9ce51 X-Total-Count: - "0" status: 200 OK @@ -381,25 +381,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -409,7 +409,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b303a37a-eccd-492c-8819-2a6fd8d7c4b2 + - 30296269-a686-4627-8339-900a60c77745 status: 200 OK code: 200 duration: "" @@ -420,19 +420,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -442,7 +442,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db6a43e4-100b-428c-9ee5-bfd9edb01ec9 + - 1a10df91-4e8b-4c7b-8f99-e0d5ffe4a823 status: 200 OK code: 200 duration: "" @@ -453,19 +453,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -475,7 +475,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e984130c-aac2-4be9-a8f1-e91ff1f3f97c + - aa08604b-033c-476b-91c8-8f78ddeded8a status: 200 OK code: 200 duration: "" @@ -486,25 +486,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -514,7 +514,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4cc60ad6-3260-44b0-a888-abb34dd98b67 + - 217f39eb-5df6-4ed5-baf3-ff71046b5c6b status: 200 OK code: 200 duration: "" @@ -525,7 +525,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/user_data method: GET response: body: '{"user_data":[]}' @@ -537,7 +537,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -547,7 +547,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2bdd64a-682f-4ceb-b27d-beada44d9ae2 + - 4f5a629a-1c38-47ff-aedc-705d0d701846 status: 200 OK code: 200 duration: "" @@ -558,7 +558,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/private_nics method: GET response: body: '{"private_nics":[]}' @@ -570,9 +570,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -583,7 +583,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87ad77f5-517f-47a5-9465-7754add8155d + - 469c8efa-0b78-489b-b692-377ede40d094 X-Total-Count: - "0" status: 200 OK @@ -596,19 +596,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -618,7 +618,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fec8d886-cc8d-4fe5-96b2-f11e3c8b97a2 + - dc38c25d-0da5-48bf-b42e-9b07f69e9ab8 status: 200 OK code: 200 duration: "" @@ -629,19 +629,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -651,7 +651,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 300a31ee-169a-4231-ab6d-eb26f5b9d00c + - 2e63eaf1-3581-45be-84d6-0c017ff3a0f5 status: 200 OK code: 200 duration: "" @@ -662,25 +662,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -690,7 +690,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1a7a67c-23fc-449e-a952-6281229652a4 + - d44b8f14-9e76-4f12-8ffc-997cef665dd2 status: 200 OK code: 200 duration: "" @@ -701,7 +701,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/user_data method: GET response: body: '{"user_data":[]}' @@ -713,7 +713,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -723,7 +723,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97b86125-54b3-4162-900f-9ac4a6536249 + - c56b7523-8ce5-48f5-a034-04609cf937b6 status: 200 OK code: 200 duration: "" @@ -734,7 +734,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/private_nics method: GET response: body: '{"private_nics":[]}' @@ -746,9 +746,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -759,7 +759,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d255e107-55bd-49a2-b28c-c30c94eae39b + - 2acfc0a0-e3ef-4f81-9f24-a6d9104fb961 X-Total-Count: - "0" status: 200 OK @@ -772,19 +772,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:41 GMT + - Mon, 10 Jul 2023 07:41:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -794,7 +794,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3cb7ce6-3089-4e18-9920-e5a41bb439b1 + - bd6cddd2-f21a-4201-b4fe-79e279d827fe status: 200 OK code: 200 duration: "" @@ -805,25 +805,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:42:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -833,7 +833,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3bfb75af-4d34-4de7-9a9a-f36dae25122e + - 9fc37c95-9519-4ea7-9cbd-e39309a2e9da status: 200 OK code: 200 duration: "" @@ -844,25 +844,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613189+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:41:55.256744+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:42 GMT + - Mon, 10 Jul 2023 07:42:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -872,7 +872,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15c956b5-3bf4-4141-b714-df11cbdf86e2 + - 3ea7bffc-cf96-49be-8bbc-6ad5964fb106 status: 200 OK code: 200 duration: "" @@ -885,10 +885,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action","href_result":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c","id":"0e309579-f0a7-4902-96a2-e46a9866d843","started_at":"2023-05-29T12:12:43.051252+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action","href_result":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17","id":"30dd3dda-a90c-495d-bbd9-f58968ea52aa","started_at":"2023-07-10T07:42:01.544060+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -897,9 +897,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/0e309579-f0a7-4902-96a2-e46a9866d843 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/30dd3dda-a90c-495d-bbd9-f58968ea52aa Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -909,7 +909,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd685107-0fde-45c3-b6aa-981a3321dcb7 + - d04ee415-bf8a-4c74-9875-93ffde5d074d status: 202 Accepted code: 202 duration: "" @@ -920,25 +920,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:42.718059+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:01.191819+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2633" + - "2700" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:43 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -948,7 +948,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81ee4510-e1d2-4ad6-a695-e6706ce540f3 + - b7abfade-1df5-427c-9682-a7442301f5d7 status: 200 OK code: 200 duration: "" @@ -959,25 +959,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:42.718059+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:01.191819+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2741" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -987,7 +987,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db016689-afd0-4fa9-b174-9a2fe21bf762 + - 7eb7e529-7375-4070-92c1-a4a0f4fd0333 status: 200 OK code: 200 duration: "" @@ -998,25 +998,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:42.718059+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:01.191819+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2741" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:53 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1026,7 +1026,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30608755-ed88-4b5e-a4c8-04c153bc5c9a + - 6c1eddc7-828e-45b0-9847-380c3e6ea2b9 status: 200 OK code: 200 duration: "" @@ -1037,25 +1037,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.413468+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:14.566118+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2772" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1065,7 +1065,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e12d28d-ff41-4ba6-941b-70befeffdc78 + - a36aa879-88e8-4652-b0c0-44db5033c7f8 status: 200 OK code: 200 duration: "" @@ -1078,10 +1078,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action method: POST response: - body: '{"task":{"description":"server_stop_in_place","href_from":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action","href_result":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c","id":"7d1f8c5a-4c00-48a3-bf4f-51873444f5e4","started_at":"2023-05-29T12:12:59.439991+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_stop_in_place","href_from":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action","href_result":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17","id":"d00843e7-ab1b-49c4-8157-9a655b432c1d","started_at":"2023-07-10T07:42:20.062781+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -1090,9 +1090,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7d1f8c5a-4c00-48a3-bf4f-51873444f5e4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d00843e7-ab1b-49c4-8157-9a655b432c1d Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1102,7 +1102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 675a958a-5ba7-4fc3-861d-d57ec63cdd37 + - f41f837b-40b2-490c-838a-9d7920ca73d3 status: 202 Accepted code: 202 duration: "" @@ -1113,25 +1113,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.897809+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:19.384657+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2741" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:42:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1141,7 +1141,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1b06e2b-7347-452b-a1b1-0a9caf1d8cf2 + - 9b00e141-af65-4319-9fad-901322234e1e status: 200 OK code: 200 duration: "" @@ -1152,25 +1152,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.897809+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:19.384657+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2741" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1180,7 +1180,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 213fc200-cd78-4d00-9b05-f2dd487f7313 + - 494d767f-ac59-4d2c-b13b-c4ab745c1b4d status: 200 OK code: 200 duration: "" @@ -1191,25 +1191,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.897809+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:19.384657+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2741" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:10 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1219,7 +1219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e67d133-49df-477c-bf8f-02107dbf8c3e + - e79562d4-6b0d-4fdb-8644-7dd2847a23a8 status: 200 OK code: 200 duration: "" @@ -1230,25 +1230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.897809+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:19.384657+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:15 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1258,7 +1258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90db2ac1-5e3d-4eaa-96f5-30601d1348fb + - f77d64c1-a85f-4a87-8786-e1595325ba29 status: 200 OK code: 200 duration: "" @@ -1269,25 +1269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.897809+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:19.384657+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:20 GMT + - Mon, 10 Jul 2023 07:42:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1297,7 +1297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f49dd15-06c8-463d-9347-09b8dd21104a + - 20d67a38-85e1-4bd1-b864-ef1aa7d05769 status: 200 OK code: 200 duration: "" @@ -1308,64 +1308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:58.897809+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2730" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:26 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b781555d-cb23-40f0-b788-cf99688c046b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1375,7 +1336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bea2bdf-7c7b-4579-a183-5bb5aad3c321 + - 684149d1-6436-4421-84f8-9597bea1080e status: 200 OK code: 200 duration: "" @@ -1388,25 +1349,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: PATCH response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:42:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1416,7 +1377,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be41eefc-2705-46cc-b726-0f65cc5715bd + - cc759907-a8cb-4861-bbaf-4f372b507e6b status: 200 OK code: 200 duration: "" @@ -1427,25 +1388,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1455,7 +1416,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 171cafd2-7210-42e1-b336-e1f7dcb6991d + - 6ac92ec1-72c3-465e-9d77-e3a5d4b5cdc3 status: 200 OK code: 200 duration: "" @@ -1466,25 +1427,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1494,7 +1455,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7adc8c9-ea30-4522-b99c-8a82f56dd250 + - 20abfb29-a82e-40a4-a765-1f700660ce13 status: 200 OK code: 200 duration: "" @@ -1505,7 +1466,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/user_data method: GET response: body: '{"user_data":[]}' @@ -1517,7 +1478,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1527,7 +1488,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25b26be7-da41-45a0-b32f-f70e309fec5a + - 508ed8ed-6fde-467f-b9a7-56ea55b60864 status: 200 OK code: 200 duration: "" @@ -1538,7 +1499,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1550,9 +1511,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1563,7 +1524,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2defeccf-9254-4549-897c-ba21c206c09b + - 74da4582-b974-42c0-85d0-27ad666c747e X-Total-Count: - "0" status: 200 OK @@ -1576,25 +1537,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1604,7 +1565,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 86bcf8d1-3f69-44a0-973c-61afb1a41ad7 + - 2f2b6054-2fc3-4673-bac9-47d15bc0d0f1 status: 200 OK code: 200 duration: "" @@ -1615,19 +1576,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:42:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1637,7 +1598,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9253e922-f3f8-458c-9bf3-2bdae9e48ac4 + - 4b7e7f9a-afbd-4ad4-829b-a459d323c3b8 status: 200 OK code: 200 duration: "" @@ -1648,19 +1609,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1670,7 +1631,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04f819a1-158f-4440-bec5-5463d4cfc036 + - 759cfc8c-fa47-4a8b-9e75-94b89325b782 status: 200 OK code: 200 duration: "" @@ -1681,25 +1642,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1709,7 +1670,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b84c178-b9d1-415e-b1f3-5b4b4fee4830 + - 511f9bd2-8dbd-4c2b-97a4-dc748baeb1e0 status: 200 OK code: 200 duration: "" @@ -1720,7 +1681,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/user_data method: GET response: body: '{"user_data":[]}' @@ -1732,7 +1693,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1742,7 +1703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c97fa3aa-38f4-4809-8947-60bdca716530 + - e8ae643b-e0e8-4a00-8654-3ca13d84fc72 status: 200 OK code: 200 duration: "" @@ -1753,7 +1714,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1765,9 +1726,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1778,7 +1739,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ccf9c59-2dea-4986-9b20-5bb18dc00c89 + - b96bb9bf-ff7e-4101-bd91-a7db4412f16b X-Total-Count: - "0" status: 200 OK @@ -1791,19 +1752,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1813,7 +1774,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 660b87fe-5dfc-457c-ab7e-47f368d937f3 + - bd784610-6e76-4312-a833-d919ae08bfa8 status: 200 OK code: 200 duration: "" @@ -1824,25 +1785,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","poweroff","terminate","reboot","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped in place","state_detail":"stopped in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2777" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:33 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1852,7 +1813,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c2bfe68-d977-457c-ad7c-0e1ffb27a547 + - ec4b59e8-c6b1-4671-908a-ff2dd4eb52f6 status: 200 OK code: 200 duration: "" @@ -1865,10 +1826,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action method: POST response: - body: '{"task":{"description":"server_poweron_in_place","href_from":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action","href_result":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c","id":"cfe9a119-4d9b-44de-9d6a-a7fa50707111","started_at":"2023-05-29T12:13:34.415050+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweron_in_place","href_from":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action","href_result":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17","id":"6e16344f-5e27-4a3c-aeda-250221da75cd","started_at":"2023-07-10T07:43:03.730107+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "325" @@ -1877,9 +1838,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:34 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/cfe9a119-4d9b-44de-9d6a-a7fa50707111 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6e16344f-5e27-4a3c-aeda-250221da75cd Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1889,7 +1850,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bed4fd27-d45c-4a4e-93ae-ad9498bb713e + - 37b9aad5-3c60-4f28-9a8e-09f7a638faf9 status: 202 Accepted code: 202 duration: "" @@ -1900,25 +1861,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:30.667824+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"starting in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:51.369723+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"starting in place","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2741" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:34 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1928,7 +1889,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5cd97ed-9beb-4f07-a842-0e24621dc3b8 + - aa18082e-9e78-4a1f-9cd9-bd66eba03a4d status: 200 OK code: 200 duration: "" @@ -1939,25 +1900,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.413468+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:42:14.566118+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2772" + - "2839" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:39 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1967,7 +1928,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d065ebb-2823-45bd-98b1-c71933994207 + - 95047d55-bca8-47c8-9966-7f96f129afa5 status: 200 OK code: 200 duration: "" @@ -1980,10 +1941,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c/action","href_result":"/servers/0eca3861-65db-4e38-ac84-34783a601a3c","id":"9b5339f6-f6c0-40cc-afb2-3d92c29cb1bc","started_at":"2023-05-29T12:13:40.193323+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17/action","href_result":"/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17","id":"06cd9676-e09a-4e87-8784-0de6ab8b9eef","started_at":"2023-07-10T07:43:11.064764+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1992,9 +1953,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:43:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9b5339f6-f6c0-40cc-afb2-3d92c29cb1bc + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/06cd9676-e09a-4e87-8784-0de6ab8b9eef Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2004,7 +1965,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20095da9-c72a-4a55-8eda-919fc828509c + - e2ece179-ee83-4419-b1f6-1ca3fc67758c status: 202 Accepted code: 202 duration: "" @@ -2015,64 +1976,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:40 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a585b57a-f8a1-4859-bc44-a5f9a66f7288 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:45 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2082,7 +2004,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f7cf2c8-012f-45a9-ad7d-f6678211f58c + - 9a299994-90ca-4b4a-b113-46ec20184ecc status: 200 OK code: 200 duration: "" @@ -2093,25 +2015,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2121,7 +2043,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3d39df4-4ff9-4d68-8053-4d497d9e7c1b + - dcd1e701-b2ab-4850-9f51-80f7d9297bbb status: 200 OK code: 200 duration: "" @@ -2132,25 +2054,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2160,7 +2082,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6dade199-5d0d-496b-b506-9a3cb20245dd + - 3fd16c95-ed28-4d79-9d66-f2b78b9b6021 status: 200 OK code: 200 duration: "" @@ -2171,25 +2093,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2199,7 +2121,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03ecaf00-86b8-4ebb-a8cc-a4056458e34c + - 99149c28-f0ea-440f-af3a-9d51b6a083bf status: 200 OK code: 200 duration: "" @@ -2210,25 +2132,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:06 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2238,7 +2160,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a335b91a-9976-41cc-9c90-b3ebc2d96a6a + - 82fe0e6c-e909-4608-ba7c-0dbb73d46378 status: 200 OK code: 200 duration: "" @@ -2249,25 +2171,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:11 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2277,7 +2199,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2128020e-bfa0-4f19-a8cd-134c7cfa4ec0 + - 075610e3-ce44-4151-bb82-942b09a6a6fd status: 200 OK code: 200 duration: "" @@ -2288,25 +2210,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:43:47 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2316,7 +2238,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a4530df-6bb3-4060-b3a3-058bed403c34 + - ec1d7c96-5d1b-4a84-b419-967be0f8f108 status: 200 OK code: 200 duration: "" @@ -2327,25 +2249,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:43:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2355,7 +2277,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45e713d2-afaa-4cd1-b156-d4edd6a591aa + - 18dd6a31-9bae-4422-b433-09064c5aa22d status: 200 OK code: 200 duration: "" @@ -2366,25 +2288,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"303","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:39.837232+00:00","name":"tf-srv-agitated-hofstadter","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.84.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"203","node_id":"36","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:43:10.716268+00:00","name":"tf-srv-frosty-burnell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.76.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:28 GMT + - Mon, 10 Jul 2023 07:43:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2394,7 +2316,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ab8892b-32e5-4bd1-a678-95d61f721564 + - fa20e06e-1844-4a59-a696-0cf372f14fc9 status: 200 OK code: 200 duration: "" @@ -2405,25 +2327,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:31.835647+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:44:02.276176+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:44:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2433,7 +2355,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b5d7947-41e0-497e-bff3-bd1804f88a9c + - 185e132b-3b07-4419-a944-2f6919bc1328 status: 200 OK code: 200 duration: "" @@ -2444,25 +2366,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613189+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-agitated-hofstadter","id":"0eca3861-65db-4e38-ac84-34783a601a3c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:31.835647+00:00","name":"tf-srv-agitated-hofstadter","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613189+00:00","export_uri":null,"id":"a7b0aeed-ea17-4c61-b241-e3d5457090da","modification_date":"2023-05-29T12:12:38.613189+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"0eca3861-65db-4e38-ac84-34783a601a3c","name":"tf-srv-agitated-hofstadter"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.256744+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-frosty-burnell","id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1b","maintenances":[],"modification_date":"2023-07-10T07:44:02.276176+00:00","name":"tf-srv-frosty-burnell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","state"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.256744+00:00","export_uri":null,"id":"5d02c1f1-17f2-4208-bacf-75c3e4303604","modification_date":"2023-07-10T07:41:55.256744+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9845237f-ccb6-4443-b440-dc4e1aa29a17","name":"tf-srv-frosty-burnell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2611" + - "2678" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2472,7 +2394,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d33d967-972f-4770-81cb-968cbee0e23c + - b5d1cffd-7803-444e-9c56-a7350bb4d172 status: 200 OK code: 200 duration: "" @@ -2483,7 +2405,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: DELETE response: body: "" @@ -2491,7 +2413,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:44:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2501,7 +2423,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 455dfbd2-1b52-4c12-bf5f-5ed7e9bcf3c9 + - 41dba828-b68a-432a-8b55-c43bb8b2662e status: 204 No Content code: 204 duration: "" @@ -2512,10 +2434,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: - body: '{"message":"\"0eca3861-65db-4e38-ac84-34783a601a3c\" not found","type":"unknown_resource"}' + body: '{"message":"\"9845237f-ccb6-4443-b440-dc4e1aa29a17\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2524,7 +2446,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:33 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2534,7 +2456,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bdef9936-eada-450e-875e-12c8861b062f + - f50f83de-1be2-458b-863d-c000867c944c status: 404 Not Found code: 404 duration: "" @@ -2545,7 +2467,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a7b0aeed-ea17-4c61-b241-e3d5457090da + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/5d02c1f1-17f2-4208-bacf-75c3e4303604 method: DELETE response: body: "" @@ -2553,7 +2475,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:34 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2563,7 +2485,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2b5f27c-1f78-40e6-8256-b318cfcfddda + - 34a4fc93-446a-4175-abb4-75de3239a163 status: 204 No Content code: 204 duration: "" @@ -2574,10 +2496,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0eca3861-65db-4e38-ac84-34783a601a3c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9845237f-ccb6-4443-b440-dc4e1aa29a17 method: GET response: - body: '{"message":"\"0eca3861-65db-4e38-ac84-34783a601a3c\" not found","type":"unknown_resource"}' + body: '{"message":"\"9845237f-ccb6-4443-b440-dc4e1aa29a17\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2586,7 +2508,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:34 GMT + - Mon, 10 Jul 2023 07:44:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2596,7 +2518,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 992dc18c-a8c3-4ff9-9e54-cc48374d5496 + - 0b11d7c5-da80-4317-a762-e80a5f87c179 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-user-data-basic.cassette.yaml b/scaleway/testdata/instance-server-user-data-basic.cassette.yaml index d880486602..b4fd1cfb95 100644 --- a/scaleway/testdata/instance-server-user-data-basic.cassette.yaml +++ b/scaleway/testdata/instance-server-user-data-basic.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb52bd02-b979-4311-8bc5-30b6089d9a6d + - a8c17146-840f-4d85-abfc-0fc2a5f72fe4 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f23c59fd-7912-43df-b32d-97362fbaa559 + - 7b4a7ec2-2ee3-48dc-8635-1d3f7000608a X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:25 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6804be3-6ec5-48ae-909d-816092540708 + - ca7cc2bb-a9a6-4d88-a201-9f698c040029 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-eloquent-sinoussi","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-intelligent-dewdney","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.046250+00:00","name":"tf-srv-eloquent-sinoussi","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:12.205450+00:00","name":"tf-srv-intelligent-dewdney","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2640" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8634c6d6-88f7-4689-aad5-2199b10e2f34 + - 5587dbb2-99dc-4530-ad66-5477bd815f8a status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.046250+00:00","name":"tf-srv-eloquent-sinoussi","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:12.205450+00:00","name":"tf-srv-intelligent-dewdney","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2640" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78f672ad-3916-4962-baa1-4fabea20550e + - 8494bab6-e986-40a4-82a7-5540888b8aba status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.046250+00:00","name":"tf-srv-eloquent-sinoussi","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:12.205450+00:00","name":"tf-srv-intelligent-dewdney","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2640" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:26 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13e5d4b9-91a0-478f-bb87-38d90ddad266 + - e1716912-a039-4f46-bc4c-8823f33c173e status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/action","href_result":"/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56","id":"f66f0a91-0705-4fc2-86a8-dcd8964c9ee5","started_at":"2023-05-29T13:51:27.154117+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/action","href_result":"/servers/c632b244-eff9-4e3a-921b-aaf358ba4611","id":"7e5d9770-fe0c-4449-98b6-0c3196d7770f","started_at":"2023-07-10T07:40:13.627922+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f66f0a91-0705-4fc2-86a8-dcd8964c9ee5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7e5d9770-fe0c-4449-98b6-0c3196d7770f Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80415d94-2706-4da6-9da1-fab6f746245e + - 02bc3392-a70b-40af-9476-482425979542 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.835306+00:00","name":"tf-srv-eloquent-sinoussi","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,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:13.345272+00:00","name":"tf-srv-intelligent-dewdney","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":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2574" + - "2662" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:27 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd131a77-c3d8-4a95-9c19-ba64b407cef3 + - 5c5eeb26-cb73-4f57-9d59-89a9ac1e7f12 status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.835306+00:00","name":"tf-srv-eloquent-sinoussi","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,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:13.345272+00:00","name":"tf-srv-intelligent-dewdney","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":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2574" + - "2662" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:32 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 855f5e17-5324-4cdf-9cab-a30485a7a608 + - 333f1af6-0c29-4f69-8660-eadafe7aaf3e status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:51:26.835306+00:00","name":"tf-srv-eloquent-sinoussi","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,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:13.345272+00:00","name":"tf-srv-intelligent-dewdney","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":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2574" + - "2662" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:38 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f415d953-9ab2-46a0-81ce-b70c4d0d1cae + - de7df851-d4d6-4cbd-bda5-d3a732671e9a status: 200 OK code: 200 duration: "" @@ -392,25 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.835306+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:13.345272+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2770" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:43 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54a83c79-905a-4fbf-a211-eec0bfa1b50a + - e707971e-9245-45f3-a325-cb3f9d495bd4 status: 200 OK code: 200 duration: "" @@ -431,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.835306+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:13.345272+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2684" + - "2770" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:48 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b4dc440-6024-4e15-b0ea-9d01c0d01823 + - 6bf35892-7994-426f-825f-2521dc96b514 status: 200 OK code: 200 duration: "" @@ -470,64 +470,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:26.835306+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2684" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:51:53 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 43c56296-87e7-4770-a71e-ee1c5d0ed1bb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -537,7 +498,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3185aa44-655e-4c4f-b353-ef5ec0a8b3ef + - ffb9c45c-653e-4bda-9548-f9b4c2c497a7 status: 200 OK code: 200 duration: "" @@ -548,25 +509,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -576,7 +537,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 884e56ab-ac36-4533-8f19-dd8915d9fc22 + - 7b51a17b-a853-41e4-8748-565a477ab93f status: 200 OK code: 200 duration: "" @@ -587,7 +548,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data method: GET response: body: '{"user_data":[]}' @@ -599,7 +560,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -609,7 +570,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb28f96d-17c5-4275-a5cc-dc98409e0915 + - a89605fd-85dc-432f-b6b4-560fdbaee5f2 status: 200 OK code: 200 duration: "" @@ -620,7 +581,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/private_nics method: GET response: body: '{"private_nics":[]}' @@ -632,9 +593,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:46 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -645,7 +606,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef4406d5-4656-4de6-8126-d7ee75b50f6a + - 63a37748-7beb-4292-9f6e-bdf7f19a4121 X-Total-Count: - "0" status: 200 OK @@ -658,25 +619,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -686,7 +647,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3a73c6a-cd88-474b-aacf-bf6531694ae4 + - 04fc7c57-999e-4250-949b-f537498521b1 status: 200 OK code: 200 duration: "" @@ -702,7 +663,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data/cloud-init method: PATCH response: body: "" @@ -710,7 +671,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -720,7 +681,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e114ff7-5510-4f87-9e7c-ce0878d429a0 + - e9a257da-4de0-47fe-8c2d-cd3ce1bf35ca status: 204 No Content code: 204 duration: "" @@ -731,25 +692,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -759,7 +720,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05dba0a8-fdc1-4ead-aba4-67f8d74945df + - 1be90661-938d-44ab-86f2-d9a8f9b31533 status: 200 OK code: 200 duration: "" @@ -770,7 +731,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data/cloud-init method: GET response: body: | @@ -785,7 +746,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 13:51:59 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -795,7 +756,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c353cfe-6ae9-4b56-a64c-63c9f5721eb3 + - 7032446e-f707-4cee-a612-0d3dfbc5e316 status: 200 OK code: 200 duration: "" @@ -806,25 +767,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -834,7 +795,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd21a7e9-93c8-4aca-bd0f-29f3dc9506f2 + - 843b4068-0a0f-481d-8b82-cf7b2158e93b status: 200 OK code: 200 duration: "" @@ -845,7 +806,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data method: GET response: body: '{"user_data":["cloud-init"]}' @@ -857,7 +818,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -867,7 +828,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c351415b-7772-4582-9734-e1167e1cb108 + - 7133574b-9146-4994-bd45-71ca1bc6935f status: 200 OK code: 200 duration: "" @@ -878,7 +839,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data/cloud-init method: GET response: body: | @@ -893,7 +854,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -903,7 +864,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb786a25-8b0f-4799-9131-823fe522bec6 + - d8907834-83fe-473c-8847-43cb5e1597c1 status: 200 OK code: 200 duration: "" @@ -914,7 +875,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/private_nics method: GET response: body: '{"private_nics":[]}' @@ -926,9 +887,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -939,7 +900,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 26e1643d-3736-4d5b-8bf7-b6931ed07741 + - f6687c5e-0224-44c0-a0cb-b0deef71b46c X-Total-Count: - "0" status: 200 OK @@ -952,25 +913,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:00 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -980,7 +941,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1813690b-f2d8-41ac-bd9e-b4d3313c623d + - 03f9ec50-9449-45ed-9682-97d304c695fa status: 200 OK code: 200 duration: "" @@ -991,7 +952,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data/cloud-init method: GET response: body: | @@ -1006,7 +967,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 13:52:01 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1016,7 +977,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6530ba7-4807-4eb0-83bf-4e8bdb2ac8f9 + - f2e0f1bc-f22b-489e-b0f1-f1e13c63db09 status: 200 OK code: 200 duration: "" @@ -1027,7 +988,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/user_data/cloud-init method: DELETE response: body: "" @@ -1035,7 +996,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:52:01 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1045,7 +1006,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 162e0eb2-cb7e-4ad3-afc6-146d91f4fe24 + - dd23ac6f-20a1-430d-9963-5b4e105eb07e status: 204 No Content code: 204 duration: "" @@ -1056,25 +1017,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:51:54.495199+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:36.736982+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2715" + - "2801" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:02 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1084,7 +1045,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d113786-0dfd-4101-9708-ca0559099ffa + - 72c674c6-20bf-41fe-83d4-c6efb824a02b status: 200 OK code: 200 duration: "" @@ -1097,10 +1058,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56/action","href_result":"/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56","id":"5b6b56b4-a291-4ff6-8881-ef394539b189","started_at":"2023-05-29T13:52:02.907083+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/c632b244-eff9-4e3a-921b-aaf358ba4611/action","href_result":"/servers/c632b244-eff9-4e3a-921b-aaf358ba4611","id":"1c565893-5d58-46f0-be7f-ba25e7070b34","started_at":"2023-07-10T07:40:51.201374+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1109,9 +1070,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:02 GMT + - Mon, 10 Jul 2023 07:40:51 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5b6b56b4-a291-4ff6-8881-ef394539b189 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/1c565893-5d58-46f0-be7f-ba25e7070b34 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1121,7 +1082,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3613dd0c-5381-4e21-b141-db127568cad7 + - de8e36b8-e4ce-4e7c-adf5-34f3c9d864fd status: 202 Accepted code: 202 duration: "" @@ -1132,25 +1093,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:03 GMT + - Mon, 10 Jul 2023 07:40:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1160,7 +1121,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cca5ad86-10e0-49d9-85c4-ba3306483e93 + - 7c3978ab-c450-4b15-85d4-1fcd90601815 status: 200 OK code: 200 duration: "" @@ -1171,25 +1132,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:08 GMT + - Mon, 10 Jul 2023 07:40:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1199,7 +1160,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c668e02-e8d3-49e7-be44-6612bdfbff24 + - 59229f3f-a020-46c9-87aa-0674a1adda73 status: 200 OK code: 200 duration: "" @@ -1210,25 +1171,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:13 GMT + - Mon, 10 Jul 2023 07:41:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1238,7 +1199,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eea2265b-863b-41ff-8e17-81ee34128f39 + - 4d1684a1-6160-4c1a-928e-a102044f74f3 status: 200 OK code: 200 duration: "" @@ -1249,25 +1210,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:18 GMT + - Mon, 10 Jul 2023 07:41:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1277,7 +1238,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcc386cc-ab07-4862-96a2-db7803dc8289 + - beaa7c57-e905-4d37-845e-804f95af1837 status: 200 OK code: 200 duration: "" @@ -1288,25 +1249,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:24 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1316,7 +1277,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7892514b-5565-42e7-a458-e659ae375267 + - 352ca343-59aa-4d6b-85c0-b95c97e7fb2e status: 200 OK code: 200 duration: "" @@ -1327,25 +1288,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:29 GMT + - Mon, 10 Jul 2023 07:41:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1355,7 +1316,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f07441d5-e8f9-43a9-b711-287c89d11479 + - 0d7f37f3-8bfb-4fd1-a1c5-0399de74bf6f status: 200 OK code: 200 duration: "" @@ -1366,25 +1327,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:34 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1394,7 +1355,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 979da294-4be3-4aff-a40e-fefb02044b5d + - 44ee63f3-5fa5-4b0b-8690-5d8aef2eef91 status: 200 OK code: 200 duration: "" @@ -1405,25 +1366,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:39 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1433,7 +1394,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f09e658b-5d29-49b3-a056-cd4d466a8992 + - be93bbd5-ac95-49fc-8421-ff32375f9f05 status: 200 OK code: 200 duration: "" @@ -1444,25 +1405,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:45 GMT + - Mon, 10 Jul 2023 07:41:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1472,7 +1433,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - edee338c-5390-4f50-9f2d-8ea572ca1995 + - 9589a8c6-b753-470b-9f84-1a17401720f0 status: 200 OK code: 200 duration: "" @@ -1483,25 +1444,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:50 GMT + - Mon, 10 Jul 2023 07:41:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1511,7 +1472,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d370d314-a40a-4912-9e84-c76d7c0d955a + - 05daf3d8-5379-4b03-8325-cc2cbcf95eb8 status: 200 OK code: 200 duration: "" @@ -1522,25 +1483,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:52:55 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1550,7 +1511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5c9eaf5-5236-4b6b-83c2-3b1b31e57cf2 + - a596f65b-e170-48b7-8469-5d420d5ded89 status: 200 OK code: 200 duration: "" @@ -1561,25 +1522,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:52:02.382745+00:00","name":"tf-srv-eloquent-sinoussi","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"15","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:40:50.877711+00:00","name":"tf-srv-intelligent-dewdney","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.29","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2673" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:00 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1589,7 +1550,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b31d63c-5b56-468c-80dd-923a574b2ea3 + - c780c007-3bb1-4c60-89f1-f930b8cf3cfc status: 200 OK code: 200 duration: "" @@ -1600,25 +1561,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:53:04.303892+00:00","name":"tf-srv-eloquent-sinoussi","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:41:55.998026+00:00","name":"tf-srv-intelligent-dewdney","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2640" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:06 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1628,7 +1589,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52842b38-c294-4043-b06c-ec685fa21d88 + - d44f7b65-65c3-4d03-ba65-3d943d96112b status: 200 OK code: 200 duration: "" @@ -1639,25 +1600,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:51:26.046250+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-eloquent-sinoussi","id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:53:04.303892+00:00","name":"tf-srv-eloquent-sinoussi","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:51:26.046250+00:00","export_uri":null,"id":"8a7637cd-960b-4864-aa6a-3c8043efb910","modification_date":"2023-05-29T13:51:26.046250+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"16948a4a-d89b-4f9a-8fee-af85e0e54e56","name":"tf-srv-eloquent-sinoussi"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.205450+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-intelligent-dewdney","id":"c632b244-eff9-4e3a-921b-aaf358ba4611","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bb","maintenances":[],"modification_date":"2023-07-10T07:41:55.998026+00:00","name":"tf-srv-intelligent-dewdney","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.205450+00:00","export_uri":null,"id":"f3fd27ca-e0a9-492a-86ed-9e4fbeab1273","modification_date":"2023-07-10T07:40:12.205450+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c632b244-eff9-4e3a-921b-aaf358ba4611","name":"tf-srv-intelligent-dewdney"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2552" + - "2640" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:06 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1667,7 +1628,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e72f111-8ba8-4769-837f-8d4806bf795e + - bd043eb0-3237-40f4-a848-48bf29220954 status: 200 OK code: 200 duration: "" @@ -1678,7 +1639,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: DELETE response: body: "" @@ -1686,7 +1647,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:53:06 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1696,7 +1657,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 728885da-89ed-4322-a518-0e2aec1aef2a + - dad89d9c-5333-4248-921a-b7f50e37d4b6 status: 204 No Content code: 204 duration: "" @@ -1707,10 +1668,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: - body: '{"message":"\"16948a4a-d89b-4f9a-8fee-af85e0e54e56\" not found","type":"unknown_resource"}' + body: '{"message":"\"c632b244-eff9-4e3a-921b-aaf358ba4611\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1719,7 +1680,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:06 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1729,7 +1690,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04154f1a-275b-4ae5-b21f-0ab962ea8144 + - 4742c305-c1cf-468e-9c22-c3e1b02f1891 status: 404 Not Found code: 404 duration: "" @@ -1740,7 +1701,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/8a7637cd-960b-4864-aa6a-3c8043efb910 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f3fd27ca-e0a9-492a-86ed-9e4fbeab1273 method: DELETE response: body: "" @@ -1748,7 +1709,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:53:06 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1758,7 +1719,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6664c1d6-5154-4fdb-a979-30ab2161c0f3 + - 6f2d4669-76ca-475f-91a3-963ed0876813 status: 204 No Content code: 204 duration: "" @@ -1769,10 +1730,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/16948a4a-d89b-4f9a-8fee-af85e0e54e56 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c632b244-eff9-4e3a-921b-aaf358ba4611 method: GET response: - body: '{"message":"\"16948a4a-d89b-4f9a-8fee-af85e0e54e56\" not found","type":"unknown_resource"}' + body: '{"message":"\"c632b244-eff9-4e3a-921b-aaf358ba4611\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1781,7 +1742,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:53:06 GMT + - Mon, 10 Jul 2023 07:41:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1791,7 +1752,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef548508-5516-4022-83b6-f4bbdcda126a + - e39ddf45-9d1e-4c41-95f3-fa2e982d8773 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-user-data-with-cloud-init-at-start.cassette.yaml b/scaleway/testdata/instance-server-user-data-with-cloud-init-at-start.cassette.yaml index ae9e9a8acd..694b6a19dd 100644 --- a/scaleway/testdata/instance-server-user-data-with-cloud-init-at-start.cassette.yaml +++ b/scaleway/testdata/instance-server-user-data-with-cloud-init-at-start.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85fd9155-a3d5-4c54-9c7a-4585fcd99c2f + - d2511710-757e-4c18-b87a-06c27cf5d86e status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95a42cbf-0931-449d-b125-67a6d79f7dca + - 739f154d-7808-4d87-8f6b-45f17059dcea X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f51bfc10-7b8a-45a2-a29d-5db6ee8edbdc + - 0a287db2-a340-4c8f-9cc3-9ac37a4775a9 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-suspicious-johnson","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-elastic-cerf","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.603608+00:00","name":"tf-srv-suspicious-johnson","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:12.238849+00:00","name":"tf-srv-elastic-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2619" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0beb87d2-5f9a-4b7a-a2ae-34be076703e2 + - 35a0fc70-9b37-4398-8398-801fd3696401 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.603608+00:00","name":"tf-srv-suspicious-johnson","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:12.238849+00:00","name":"tf-srv-elastic-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2619" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2114c05-c493-4c06-977e-b720673e6476 + - 04d6dad0-a5eb-4fae-a425-0359896ca928 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.603608+00:00","name":"tf-srv-suspicious-johnson","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:12.238849+00:00","name":"tf-srv-elastic-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2619" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9802155-57d2-4988-9bab-9ffc916de9e5 + - f5880e5e-6ad7-4930-b209-ee3599793798 status: 200 OK code: 200 duration: "" @@ -238,7 +238,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data method: GET response: body: '{"user_data":[]}' @@ -250,7 +250,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -260,15 +260,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7aa935a1-bb9b-4943-9d29-952e09713003 + - e146fb04-cdd6-46fb-84c7-3680633053ff status: 200 OK code: 200 duration: "" - request: - body: | - #cloud-config - apt_update: true - apt_upgrade: true + body: bar form: {} headers: Content-Type: @@ -276,7 +273,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data/foo method: PATCH response: body: "" @@ -284,7 +281,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -294,12 +291,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6684ca96-1dfc-42d9-a805-96a9793a30e6 + - fffc5361-9712-4017-88ef-44808f2b49a9 status: 204 No Content code: 204 duration: "" - request: - body: bar + body: | + #cloud-config + apt_update: true + apt_upgrade: true form: {} headers: Content-Type: @@ -307,7 +307,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data/foo + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data/cloud-init method: PATCH response: body: "" @@ -315,7 +315,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -325,7 +325,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d0499dc-26b0-482f-a5aa-65060fa5df87 + - 457d8d6e-f2d9-4151-ad52-243b3c4b1a4d status: 204 No Content code: 204 duration: "" @@ -336,25 +336,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.603608+00:00","name":"tf-srv-suspicious-johnson","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:12.238849+00:00","name":"tf-srv-elastic-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2619" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -364,7 +364,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db6618a6-2723-4bd7-b447-4a113c24ab9f + - 786fea9b-0258-49cb-b083-fd19b08085a5 status: 200 OK code: 200 duration: "" @@ -377,10 +377,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/action","href_result":"/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e","id":"5b66035b-aafb-4390-8bab-09f53658baef","started_at":"2023-05-29T12:12:40.241172+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/c391f39e-585d-4787-9027-b526d99f88e0/action","href_result":"/servers/c391f39e-585d-4787-9027-b526d99f88e0","id":"58edfe65-fea0-4ce0-bf49-8a9148330fdf","started_at":"2023-07-10T07:40:13.998969+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -389,9 +389,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5b66035b-aafb-4390-8bab-09f53658baef + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/58edfe65-fea0-4ce0-bf49-8a9148330fdf Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -401,7 +401,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c42c77c7-5b67-41c5-a51e-e8584fd5e129 + - f7e0fdf8-c814-4d5e-8652-2d61dada5967 status: 202 Accepted code: 202 duration: "" @@ -412,25 +412,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.933842+00:00","name":"tf-srv-suspicious-johnson","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,"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":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:13.571473+00:00","name":"tf-srv-elastic-cerf","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":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2577" + - "2641" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -440,7 +440,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3bd1340-f7d3-4dd3-b5c1-ae6e7bf5c4b2 + - 0df61adf-7137-42cb-a258-b76d76e2bb39 status: 200 OK code: 200 duration: "" @@ -451,25 +451,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.933842+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:13.571473+00:00","name":"tf-srv-elastic-cerf","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":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2686" + - "2641" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -479,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a87201c7-5aa2-4690-97c7-2838ebd44b0e + - ba788c6a-2652-46c4-a5c2-54a37691643b status: 200 OK code: 200 duration: "" @@ -490,25 +490,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.933842+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:13.571473+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2686" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -518,7 +518,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10e2f6df-c0ad-476f-9612-564900080844 + - 8cf3a495-a834-4676-89ea-0b96870d4522 status: 200 OK code: 200 duration: "" @@ -529,25 +529,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.933842+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:13.571473+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2686" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -557,7 +557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73319dd9-eb39-43f0-b67d-9c895d0836fa + - 4d15e24b-f323-4cc9-89e7-b15fd8c6bdf1 status: 200 OK code: 200 duration: "" @@ -568,25 +568,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.523703+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:36.017101+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2780" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -596,7 +596,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f08f9c6c-fef7-4a01-9842-8bc211a630ba + - e34f1e03-09ef-49f7-af7a-b17696e6da4b status: 200 OK code: 200 duration: "" @@ -607,25 +607,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.523703+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:36.017101+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2780" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -635,7 +635,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28657045-2807-4622-b0d9-a21d02955dfb + - e1fe2be3-60e1-4a75-8c32-414dba3cd862 status: 200 OK code: 200 duration: "" @@ -646,7 +646,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data method: GET response: body: '{"user_data":["cloud-init","foo"]}' @@ -658,7 +658,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -668,7 +668,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af53a05a-f973-46c8-937f-eb1680cd8130 + - b56bc49d-5a9b-4713-8115-fdbfe79f66eb status: 200 OK code: 200 duration: "" @@ -679,7 +679,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data/cloud-init method: GET response: body: | @@ -694,7 +694,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -704,7 +704,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13053d0c-7eeb-4c93-9dc2-25777dc79f28 + - a86cdbb2-d4a7-401a-9d83-49055e1e25df status: 200 OK code: 200 duration: "" @@ -715,7 +715,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data/foo + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data/foo method: GET response: body: bar @@ -727,7 +727,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -737,7 +737,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffa2885a-a7b9-4e68-9760-1b734c34d808 + - 9f0d2d79-7143-48a5-bb1c-abd98dbe28d5 status: 200 OK code: 200 duration: "" @@ -748,7 +748,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -760,9 +760,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -773,7 +773,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f58a53e-94e8-4df5-b18d-f2d531305d73 + - 269b6152-810f-417f-baf4-4d4a06de52b7 X-Total-Count: - "0" status: 200 OK @@ -786,25 +786,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.523703+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:36.017101+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2780" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -814,7 +814,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e5ea932-3674-4a5a-ba78-edae7c03e2b2 + - 52f033bf-5cbd-40fe-8fdd-ad602d8260aa status: 200 OK code: 200 duration: "" @@ -825,25 +825,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.523703+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:36.017101+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2780" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -853,7 +853,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e5f7b72-8735-4088-be80-2ac0bc77a7e2 + - d0ce5c96-1bfe-4a13-aa09-e626d73d4854 status: 200 OK code: 200 duration: "" @@ -864,7 +864,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data method: GET response: body: '{"user_data":["cloud-init","foo"]}' @@ -876,7 +876,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -886,7 +886,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b660724-171e-47cc-be71-45fadd19a2aa + - 3411ea79-f1f9-444c-8c04-a924b15627cc status: 200 OK code: 200 duration: "" @@ -897,7 +897,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data/cloud-init method: GET response: body: | @@ -912,7 +912,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -922,7 +922,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18b61ee6-88a6-404c-b698-e57e031e4f19 + - 43b6c51f-b5b6-4d7f-a644-1ccec3463df3 status: 200 OK code: 200 duration: "" @@ -933,7 +933,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/user_data/foo + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/user_data/foo method: GET response: body: bar @@ -945,7 +945,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -955,7 +955,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f375c8ba-b002-4411-99d5-61533c16b5f0 + - 7a01bd85-d2dd-4bbd-81d1-e8ad2eeb96f2 status: 200 OK code: 200 duration: "" @@ -966,7 +966,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -978,9 +978,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -991,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1f262d3-aa7f-4f57-b694-866bcc069c5f + - f36c34a5-a6e0-4b81-b209-0ba67e2f76c6 X-Total-Count: - "0" status: 200 OK @@ -1004,25 +1004,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.523703+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:36.017101+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2717" + - "2780" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1032,7 +1032,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a4ed405-0a08-4779-9ebd-546201be5342 + - fbf7d404-89df-45a0-b4be-2abdd9ff32bb status: 200 OK code: 200 duration: "" @@ -1045,10 +1045,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e/action","href_result":"/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e","id":"282c6295-5be7-4d13-b1f6-df031d8e0d7e","started_at":"2023-05-29T12:13:03.901914+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/c391f39e-585d-4787-9027-b526d99f88e0/action","href_result":"/servers/c391f39e-585d-4787-9027-b526d99f88e0","id":"b6720ac9-8509-46ee-91c6-fe87283e4e27","started_at":"2023-07-10T07:40:44.599242+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1057,9 +1057,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/282c6295-5be7-4d13-b1f6-df031d8e0d7e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b6720ac9-8509-46ee-91c6-fe87283e4e27 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1069,7 +1069,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05876cfc-9443-420c-855a-9ac6f2b9190c + - 023c40be-726d-4858-b79b-ef1f47d0c74e status: 202 Accepted code: 202 duration: "" @@ -1080,25 +1080,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2740" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1108,7 +1108,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98b48586-3784-4e32-9b52-fdf782d3a213 + - 2f1924fc-dda2-48cb-a4eb-dc99487dab08 status: 200 OK code: 200 duration: "" @@ -1119,25 +1119,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2740" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:40:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1147,7 +1147,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6f4cb06-7d47-424c-9234-e897ca11d5d3 + - 45507fa3-ece5-4101-8f1f-254e683ca21e status: 200 OK code: 200 duration: "" @@ -1158,25 +1158,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2740" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:14 GMT + - Mon, 10 Jul 2023 07:40:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1186,7 +1186,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f7f97fe-a334-4743-8ac4-9a5dbd7862e8 + - d11df19c-f017-4413-bd47-9d1a1aae8f3e status: 200 OK code: 200 duration: "" @@ -1197,25 +1197,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2677" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:19 GMT + - Mon, 10 Jul 2023 07:41:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1225,7 +1225,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e585c589-0689-45bd-8b57-0191fb0bc9b5 + - 068ad477-a5bb-48d9-8bf4-a68c9cad8c98 status: 200 OK code: 200 duration: "" @@ -1236,25 +1236,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:24 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1264,7 +1264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09e68047-a048-4eca-b6a8-e0315adb65f1 + - 25b83fd0-f970-4c77-816f-d3f387867c28 status: 200 OK code: 200 duration: "" @@ -1275,25 +1275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1303,7 +1303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df910ed4-c2de-4935-916a-e06eb4205cab + - 4f48d32d-35a6-403e-9819-9935d3afc7dc status: 200 OK code: 200 duration: "" @@ -1314,25 +1314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:35 GMT + - Mon, 10 Jul 2023 07:41:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1342,7 +1342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8970dd03-fbc9-4bb7-a6cf-f6990b47988b + - 8e13d82b-ae52-4578-beea-0cc3d83ee8ee status: 200 OK code: 200 duration: "" @@ -1353,25 +1353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1381,7 +1381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 059356f1-33dc-402a-9d1d-cd15ade074bc + - f98e4797-e5a1-4d0f-8a08-e206c57b32e4 status: 200 OK code: 200 duration: "" @@ -1392,25 +1392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:45 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1420,7 +1420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 813ff8db-af77-4937-9bdc-9882b43dd85b + - be90f110-1a72-4496-a34f-876905c468e1 status: 200 OK code: 200 duration: "" @@ -1431,25 +1431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:41:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1459,7 +1459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8645560-5f53-48ed-9f32-c2a0272259d6 + - 3ff53f70-a1fa-41db-a58e-18e3ec3ad4de status: 200 OK code: 200 duration: "" @@ -1470,25 +1470,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"1702","node_id":"22","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:03.345868+00:00","name":"tf-srv-suspicious-johnson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.50.43","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"15","hypervisor_id":"802","node_id":"12","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:40:44.304809+00:00","name":"tf-srv-elastic-cerf","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.30.23","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2675" + - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:41:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1498,7 +1498,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5582d4a-e4e2-40a1-8c4a-acda87074b64 + - d1b4e790-2c51-45f5-9eb3-57eee44cd51c status: 200 OK code: 200 duration: "" @@ -1509,25 +1509,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:56.613462+00:00","name":"tf-srv-suspicious-johnson","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:41:43.584247+00:00","name":"tf-srv-elastic-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2619" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1537,7 +1537,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc32e01c-2563-4ffd-ae47-312e154ca474 + - 8e967a03-48f7-45a3-a55a-662da4515a6f status: 200 OK code: 200 duration: "" @@ -1548,25 +1548,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.603608+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-suspicious-johnson","id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:56.613462+00:00","name":"tf-srv-suspicious-johnson","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.603608+00:00","export_uri":null,"id":"84b99aa2-1a82-4467-9fe1-13e6a7a6b410","modification_date":"2023-05-29T12:12:38.603608+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"630ff87d-7f41-4642-82b5-b5fda1e4d25e","name":"tf-srv-suspicious-johnson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.238849+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-elastic-cerf","id":"c391f39e-585d-4787-9027-b526d99f88e0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b3","maintenances":[],"modification_date":"2023-07-10T07:41:43.584247+00:00","name":"tf-srv-elastic-cerf","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.238849+00:00","export_uri":null,"id":"f0bcfb5c-5e14-4d19-9d77-b06eea81d140","modification_date":"2023-07-10T07:40:12.238849+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c391f39e-585d-4787-9027-b526d99f88e0","name":"tf-srv-elastic-cerf"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2555" + - "2619" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1576,7 +1576,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29aa7fac-68fa-425c-92e4-cd48f667ddb2 + - a0a060d2-faee-4ea8-8d88-e5ae221d33e9 status: 200 OK code: 200 duration: "" @@ -1587,7 +1587,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: DELETE response: body: "" @@ -1595,7 +1595,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1605,7 +1605,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e5e7ef2-c13f-4446-97e5-95ebd0fed088 + - 65e89e36-f821-49c2-a716-c296158d0710 status: 204 No Content code: 204 duration: "" @@ -1616,10 +1616,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: - body: '{"message":"\"630ff87d-7f41-4642-82b5-b5fda1e4d25e\" not found","type":"unknown_resource"}' + body: '{"message":"\"c391f39e-585d-4787-9027-b526d99f88e0\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1628,7 +1628,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1638,7 +1638,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99ac4ae1-d3f2-44a9-ab2c-dee45a5d5bc5 + - 8d6d85df-c4b6-4ea8-8cc4-996b33a41a4f status: 404 Not Found code: 404 duration: "" @@ -1649,7 +1649,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/84b99aa2-1a82-4467-9fe1-13e6a7a6b410 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f0bcfb5c-5e14-4d19-9d77-b06eea81d140 method: DELETE response: body: "" @@ -1657,7 +1657,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:02 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1667,7 +1667,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d834246b-9b74-43ca-9a4f-424303f141cd + - 30c70549-fc54-431e-b644-530dcf30b876 status: 204 No Content code: 204 duration: "" @@ -1678,10 +1678,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/630ff87d-7f41-4642-82b5-b5fda1e4d25e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c391f39e-585d-4787-9027-b526d99f88e0 method: GET response: - body: '{"message":"\"630ff87d-7f41-4642-82b5-b5fda1e4d25e\" not found","type":"unknown_resource"}' + body: '{"message":"\"c391f39e-585d-4787-9027-b526d99f88e0\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1690,7 +1690,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:02 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1700,7 +1700,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de261621-acf8-4ff9-b2fd-49aca5c847f0 + - c6141ceb-711a-462f-ada6-f6895f2fe31a status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-user-data-without-cloud-init-at-start.cassette.yaml b/scaleway/testdata/instance-server-user-data-without-cloud-init-at-start.cassette.yaml index 6d045e8362..a3c17f42d4 100644 --- a/scaleway/testdata/instance-server-user-data-without-cloud-init-at-start.cassette.yaml +++ b/scaleway/testdata/instance-server-user-data-without-cloud-init-at-start.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d62e94c-0812-430e-9ee2-1b9a6a90ae15 + - 49411b0b-93a9-4816-9c21-8f462cb5d330 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afe7b7cb-1bba-4430-92d2-bf09a462b99f + - eb634059-b7e0-406d-9f4e-d5e224868a26 X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a31797d-37d7-4aea-8c0f-7c724627abdf + - 11a2712d-e093-4987-9a49-1c9243add40c X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-upbeat-beaver","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","user_data"]}' + body: '{"name":"tf-srv-magical-shirley","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","user_data"]}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613745+00:00","name":"tf-srv-upbeat-beaver","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:12.324292+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2597" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 751f8bf0-dab8-4775-844e-75667037f5a9 + - f423346d-8646-4db6-96b5-1933d51f8bf0 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613745+00:00","name":"tf-srv-upbeat-beaver","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:12.324292+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2597" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14e308fd-dd5c-4f70-a0dd-f737da1885e5 + - 8d8114ba-48fb-4d7a-bbea-73f7d2b3f549 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:38.613745+00:00","name":"tf-srv-upbeat-beaver","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:12.324292+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2597" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc142bf5-a857-4a0e-8c2f-ef32eb6e8373 + - 1f424701-d493-4879-8458-f9341e709901 status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/action","href_result":"/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c","id":"1fb28a5a-aaf1-496a-a6b7-12b3a509420a","started_at":"2023-05-29T12:12:39.667791+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/action","href_result":"/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","id":"c655737a-710a-48dc-b060-5f954cff7c51","started_at":"2023-07-10T07:40:13.743828+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/1fb28a5a-aaf1-496a-a6b7-12b3a509420a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c655737a-710a-48dc-b060-5f954cff7c51 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0cc4155-6652-4030-832e-d449dab8dcb6 + - 37be03b8-388d-479a-af0e-b9b33f5bd270 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.380971+00:00","name":"tf-srv-upbeat-beaver","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2619" + - "2707" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8331feb3-5d25-45e9-a3d6-a62739f36267 + - 35599fe8-f52f-45ff-8704-a21ed24c809d status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.380971+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2727" + - "2707" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12baa212-88c2-4875-a0ec-664e88b31c93 + - d651d62f-3979-4475-8441-a0e4cbefa607 status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.380971+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2727" + - "2707" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 53c24cbb-84c2-4251-948a-568769082497 + - 0f71bfbd-18ab-4671-908b-f435e23aceeb status: 200 OK code: 200 duration: "" @@ -392,25 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.380971+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2727" + - "2707" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:55 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78270bc8-af6a-4f9a-9220-b28df732109a + - cbe8d12a-dfde-45cf-95e2-1623b6624d8e status: 200 OK code: 200 duration: "" @@ -431,25 +431,259 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2707" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:36 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 105473c4-f1e8-4cf5-bcc1-4a75e1d8b710 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2707" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:42 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9da4a034-15b1-4be5-a77e-7f0c5b626491 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2814" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:47 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 64ffae1f-09c1-476c-a3ff-a2718f187c6a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2814" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:53 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1b04f137-060b-4e1a-9a81-f7c7e920a7f5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2814" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:58 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3f8ca0dc-b6fc-4748-9844-118f24edbada + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:40:13.470466+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2814" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:41:03 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a521e91b-d49e-4dea-b688-aaf15c4ca48f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +693,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - efd85c06-afaa-4994-89b2-7ab80ebaf0b2 + - d4189262-4cfd-4388-9c63-af4a930c8324 status: 200 OK code: 200 duration: "" @@ -470,25 +704,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -498,7 +732,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a45bda65-b08c-47f5-8c75-3a1d25b355f5 + - d796b7ea-9beb-4b0b-8bd8-4e8edfdaa96d status: 200 OK code: 200 duration: "" @@ -509,7 +743,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data method: GET response: body: '{"user_data":[]}' @@ -521,7 +755,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -531,7 +765,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 408b30ef-273f-4a35-be09-6907830ce98e + - 22c6751a-3274-4e00-a780-2824e65f9793 status: 200 OK code: 200 duration: "" @@ -542,7 +776,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -554,9 +788,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -567,7 +801,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7970309e-b478-45f8-96d5-a35457704114 + - 840bf0ea-af55-4b72-9397-e0305c99b401 X-Total-Count: - "0" status: 200 OK @@ -580,25 +814,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +842,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34f70c71-37e6-46ff-a461-a44e84fa46d7 + - 8a13539d-13be-4b7b-956a-65000495ec3c status: 200 OK code: 200 duration: "" @@ -619,25 +853,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -647,7 +881,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce8a3340-8a41-4b6d-847f-3d38518abc89 + - 7856eea4-3607-4452-8f73-f3be0b3d7244 status: 200 OK code: 200 duration: "" @@ -658,7 +892,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data method: GET response: body: '{"user_data":[]}' @@ -670,7 +904,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -680,7 +914,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aeac3d1c-1729-4c0f-9096-5c01431adc1b + - f613b496-7e97-4b82-8da1-bd6253b81faf status: 200 OK code: 200 duration: "" @@ -691,7 +925,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -703,9 +937,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -716,7 +950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a7e473e-966d-4137-851b-1bd3dbdec7e9 + - 76b54fa6-da14-4323-9f74-adb4c3ad06ec X-Total-Count: - "0" status: 200 OK @@ -729,25 +963,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -757,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f12c284-bae8-4509-bead-fa319780c164 + - a47790f8-14f3-4b14-b331-b478adc6fe53 status: 200 OK code: 200 duration: "" @@ -768,7 +1002,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data method: GET response: body: '{"user_data":[]}' @@ -780,7 +1014,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -790,7 +1024,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43a142c7-adda-401f-848d-7c34fdb809a7 + - d4f3d5b9-f543-4b5d-bd9b-8e9aaa72d077 status: 200 OK code: 200 duration: "" @@ -801,7 +1035,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -813,9 +1047,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -826,7 +1060,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ec4b285-98e5-4876-bba7-ccc1f32af891 + - 88b6954d-2e10-44c1-8da9-ddef9298e069 X-Total-Count: - "0" status: 200 OK @@ -839,25 +1073,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -867,7 +1101,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8bbc77cb-5e7e-47da-82ea-071b5663d202 + - 8432bb11-85fd-4117-8516-0edf43555e45 status: 200 OK code: 200 duration: "" @@ -878,25 +1112,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -906,7 +1140,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f4457b7-53ed-49bf-b553-d650e4671e99 + - 04326b31-575d-4692-8285-aeef359567e0 status: 200 OK code: 200 duration: "" @@ -917,7 +1151,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data method: GET response: body: '{"user_data":[]}' @@ -929,7 +1163,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -939,7 +1173,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6bb74b1f-20ff-4fb9-910c-e1e37d5fd17c + - 3bd20145-7360-442f-9c14-260a7fe10c10 status: 200 OK code: 200 duration: "" @@ -955,7 +1189,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data/cloud-init method: PATCH response: body: "" @@ -963,7 +1197,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -973,7 +1207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec786f75-8a0f-41ed-9d63-bfd9201015b8 + - b8805df8-cb4e-433a-9565-45e24ab6db71 status: 204 No Content code: 204 duration: "" @@ -986,25 +1220,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1014,7 +1248,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e7b125f-481e-4131-bc48-6b8fdb40edf9 + - 00081138-bd25-455e-a79d-f7a642ddbaed status: 200 OK code: 200 duration: "" @@ -1025,25 +1259,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1053,7 +1287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3035b84b-6a5a-47de-a33b-b79e6fca9641 + - 4612f029-4aab-49db-b05c-b61e7b633765 status: 200 OK code: 200 duration: "" @@ -1064,25 +1298,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1092,7 +1326,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b1c5a79-1950-438c-ab34-4134d49864ce + - 61ef7079-34c0-4241-9c40-de4e3cac307d status: 200 OK code: 200 duration: "" @@ -1103,7 +1337,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data method: GET response: body: '{"user_data":["cloud-init"]}' @@ -1115,7 +1349,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1125,7 +1359,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c91e4a2-10ed-4634-95bd-0f32e6929bf5 + - ec6ade23-4a31-43ae-9674-928acc5a285b status: 200 OK code: 200 duration: "" @@ -1136,7 +1370,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data/cloud-init method: GET response: body: | @@ -1151,7 +1385,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1161,7 +1395,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80581e4b-fbdf-441e-a355-4a03cd01ded3 + - d3ac285e-868b-4aec-839b-f8472488681a status: 200 OK code: 200 duration: "" @@ -1172,7 +1406,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1184,9 +1418,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1197,7 +1431,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df9412b0-011e-4cd3-8c20-d0fcb78458b7 + - a01ebab8-1675-40f8-a5ec-bc763dcb54cf X-Total-Count: - "0" status: 200 OK @@ -1210,25 +1444,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1238,7 +1472,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2a93b19-70b3-4a07-885e-2c2203691350 + - eb30141f-d781-4183-9926-10d32800a59e status: 200 OK code: 200 duration: "" @@ -1249,25 +1483,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1277,7 +1511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41c57599-f98a-41b9-8c3f-bc5e1c91420d + - 302d104e-6bbb-40d5-b85b-703e7850d773 status: 200 OK code: 200 duration: "" @@ -1288,7 +1522,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data method: GET response: body: '{"user_data":["cloud-init"]}' @@ -1300,7 +1534,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1310,7 +1544,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8256a4bf-132f-4359-b98d-39cf734369c6 + - 68f136b4-a25f-4bb5-a859-f68d6980a8f5 status: 200 OK code: 200 duration: "" @@ -1321,7 +1555,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/user_data/cloud-init + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/user_data/cloud-init method: GET response: body: | @@ -1336,7 +1570,7 @@ interactions: Content-Type: - text/plain Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1346,7 +1580,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 567cc955-eb8a-4773-bdf6-bc1f02050508 + - 5d2fdbc1-89a9-49bf-a401-5254ca3c158f status: 200 OK code: 200 duration: "" @@ -1357,7 +1591,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1369,9 +1603,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1382,7 +1616,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04e9c796-7769-47a5-94b8-83cb388a9019 + - 25102fc4-842d-4cf5-9e46-bde8977469c3 X-Total-Count: - "0" status: 200 OK @@ -1395,25 +1629,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:57.993067+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:05.241650+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2758" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1423,7 +1657,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0da9bd18-354e-4750-b768-0376517f6bc5 + - 1e79e1e7-4169-4daa-b628-f79f0574d817 status: 200 OK code: 200 duration: "" @@ -1436,10 +1670,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c/action","href_result":"/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c","id":"39b8f377-33fa-4046-a8cf-5d4acf67039d","started_at":"2023-05-29T12:13:06.525329+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4/action","href_result":"/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","id":"3787d5bc-1c59-4eef-bc21-8fe9a5d7f60a","started_at":"2023-07-10T07:41:15.529222+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1448,9 +1682,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/39b8f377-33fa-4046-a8cf-5d4acf67039d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/3787d5bc-1c59-4eef-bc21-8fe9a5d7f60a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1460,7 +1694,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e529e9c-6712-4897-ab62-6391ab7f8e02 + - 437fcc11-e9fa-4c40-92a1-f8b916a9936a status: 202 Accepted code: 202 duration: "" @@ -1471,25 +1705,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2718" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1499,7 +1733,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43cabf94-2629-4180-b8df-50aa2df50d82 + - 2f6cee32-51f2-46b5-b999-1540e2a85dab status: 200 OK code: 200 duration: "" @@ -1510,25 +1744,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2718" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1538,7 +1772,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5001a943-85ac-4c46-a2f8-b7db2df409bd + - 09d0a277-7b7d-42c5-812e-aa903224a935 status: 200 OK code: 200 duration: "" @@ -1549,25 +1783,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2718" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:41:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1577,7 +1811,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90a9a08c-6973-4a44-87f9-250754448b24 + - 79a55ee4-2662-4e92-900e-08156c5ba173 status: 200 OK code: 200 duration: "" @@ -1588,25 +1822,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:22 GMT + - Mon, 10 Jul 2023 07:41:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1616,7 +1850,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e845cce5-4bdf-4ccf-aa16-e3ecdeb25af9 + - c1df4e44-2980-4d6e-90c3-2e41fff4cff4 status: 200 OK code: 200 duration: "" @@ -1627,25 +1861,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1655,7 +1889,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 510c66a1-19ed-4180-aa22-b6345b46970e + - 47c7f35d-042a-4a0e-a335-7dd1bdbde2d3 status: 200 OK code: 200 duration: "" @@ -1666,25 +1900,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1694,7 +1928,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48f0f5e0-7552-4de3-a8bd-769346cbfba7 + - 319eab1b-0f3e-49e7-a014-2fd3d2299b57 status: 200 OK code: 200 duration: "" @@ -1705,25 +1939,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:38 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1733,7 +1967,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e198be16-ffb1-404b-9f04-eeee381ac025 + - 9f4add23-03f3-4878-a4bb-36a6a3f06792 status: 200 OK code: 200 duration: "" @@ -1744,25 +1978,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:43 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1772,7 +2006,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec2a597f-59d2-42a1-badc-7db184a4df1d + - 2142ae46-5635-4b6c-9768-959a4a40bbd3 status: 200 OK code: 200 duration: "" @@ -1783,25 +2017,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:50 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1811,7 +2045,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22c314c5-4abe-43fc-929f-e6143ba9f031 + - 55dafda3-28a5-438a-b5d4-2eb3c1fbacf5 status: 200 OK code: 200 duration: "" @@ -1822,25 +2056,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"502","node_id":"31","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:06.111267+00:00","name":"tf-srv-upbeat-beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.98.61","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"103","node_id":"28","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:41:15.170401+00:00","name":"tf-srv-magical-shirley","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.4.55","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2716" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:55 GMT + - Mon, 10 Jul 2023 07:42:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1850,7 +2084,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da74a091-1dcd-4058-a0b8-4df9940e9377 + - 0f357ebf-d132-4425-ad6e-2e28e0f21fcf status: 200 OK code: 200 duration: "" @@ -1861,25 +2095,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:57.161091+00:00","name":"tf-srv-upbeat-beaver","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:42:10.364246+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2597" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:42:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1889,7 +2123,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6af0388-046f-46c9-b1e4-6990f06643d9 + - 37a5abb7-f5da-4a8e-9140-4ae4c5a98daf status: 200 OK code: 200 duration: "" @@ -1900,25 +2134,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:38.613745+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-upbeat-beaver","id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:13:57.161091+00:00","name":"tf-srv-upbeat-beaver","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:38.613745+00:00","export_uri":null,"id":"213f5b6d-0bd7-4573-8c5a-e002e29e3bcf","modification_date":"2023-05-29T12:12:38.613745+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"1dc9f7e0-0034-4aec-9161-3ca4a380531c","name":"tf-srv-upbeat-beaver"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.324292+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-shirley","id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bd","maintenances":[],"modification_date":"2023-07-10T07:42:10.364246+00:00","name":"tf-srv-magical-shirley","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","user_data"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.324292+00:00","export_uri":null,"id":"000fb243-9ecb-4f44-bd08-78d957491f38","modification_date":"2023-07-10T07:40:12.324292+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4","name":"tf-srv-magical-shirley"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2597" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1928,7 +2162,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0075eea8-3983-4c6c-8852-b63d23e27778 + - b519b272-38c8-4118-acb7-61b3ce18f6cc status: 200 OK code: 200 duration: "" @@ -1939,7 +2173,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: DELETE response: body: "" @@ -1947,7 +2181,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1957,7 +2191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 621cdc04-8841-4fbc-a812-df2304b9e463 + - 615de75c-af92-4d5a-90d6-65bf737b71a6 status: 204 No Content code: 204 duration: "" @@ -1968,10 +2202,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: - body: '{"message":"\"1dc9f7e0-0034-4aec-9161-3ca4a380531c\" not found","type":"unknown_resource"}' + body: '{"message":"\"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1980,7 +2214,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1990,7 +2224,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 631619fc-0283-40cd-816e-a763b9bf6992 + - 24eba079-a841-4eef-8948-1da4414a231f status: 404 Not Found code: 404 duration: "" @@ -2001,7 +2235,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/213f5b6d-0bd7-4573-8c5a-e002e29e3bcf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/000fb243-9ecb-4f44-bd08-78d957491f38 method: DELETE response: body: "" @@ -2009,7 +2243,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2019,7 +2253,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3fc47c4e-2759-426b-a021-7fcdfb210d44 + - 07017b40-033e-460e-a4c3-f31a6cb2e29b status: 204 No Content code: 204 duration: "" @@ -2030,10 +2264,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/1dc9f7e0-0034-4aec-9161-3ca4a380531c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27ff47c2-7b08-484a-8d8a-ff4266f2b1d4 method: GET response: - body: '{"message":"\"1dc9f7e0-0034-4aec-9161-3ca4a380531c\" not found","type":"unknown_resource"}' + body: '{"message":"\"27ff47c2-7b08-484a-8d8a-ff4266f2b1d4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2042,7 +2276,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:04 GMT + - Mon, 10 Jul 2023 07:42:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2052,7 +2286,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6bc641ef-dbf2-490c-af18-f2995f23d7a4 + - 1438f204-dfa5-4976-9340-c7bb148aa091 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-with-default-root-volume-and-additional-volume.cassette.yaml b/scaleway/testdata/instance-server-with-default-root-volume-and-additional-volume.cassette.yaml index 0d1cf4f403..869822b8a6 100644 --- a/scaleway/testdata/instance-server-with-default-root-volume-and-additional-volume.cassette.yaml +++ b/scaleway/testdata/instance-server-with-default-root-volume-and-additional-volume.cassette.yaml @@ -2,7 +2,7 @@ version: 1 interactions: - request: - body: '{"name":"tf-vol-exciting-ride","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":100000000000}' + body: '{"name":"tf-vol-nostalgic-hugle","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":100000000000}' form: {} headers: Content-Type: @@ -13,18 +13,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.406044+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:53.308526+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45f7e100-2ba6-4bba-88b2-1e6a3253efaf + - 05076329-14e5-4dea-a8dd-4dc64e8d1eb8 status: 201 Created code: 201 duration: "" @@ -45,19 +45,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.406044+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:53.308526+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6726eab3-bc91-4c30-9e53-8ed347f7987d + - fef79f4c-fc36-4e90-b8fa-23d2bf0ca9b8 status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.406044+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:53.308526+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2057c813-896a-4acf-b495-c2d6e98b4dbe + - 2bd655cc-6d3f-45e8-bbcd-ffa5b23d85da status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","label":"ubuntu_bionic","zone":"fr-par-1"}],"total_count":1}' + body: '{"local_images":[{"arch":"x86_64","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-VIZ","GP1-XL","GP1-XS","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","PRO2-L","PRO2-M","PRO2-S","PRO2-XS","PRO2-XXS","RENDER-S","STARDUST1-S","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB"],"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","label":"ubuntu_bionic","type":"unknown_type","zone":"fr-par-1"}],"total_count":1}' headers: Content-Length: - - "552" + - "617" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ee4fc74-1c9a-4aba-94fe-86d9a37a9983 + - 48a61ae4-1de8-4a46-8f62-d46081214d4e status: 200 OK code: 200 duration: "" @@ -147,16 +147,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Link: - ; rel="next",; rel="last" @@ -169,7 +169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df6bfe5c-4e67-46b4-8dd1-e8014f83a9a3 + - 11277778-fbcb-4399-b495-30442a9d5fc9 X-Total-Count: - "56" status: 200 OK @@ -185,16 +185,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af527e9e-08d5-42f7-aa42-20fae3461f27 + - 69d2dda5-ef91-4945-9538-734f55e1b1a3 X-Total-Count: - "56" status: 200 OK @@ -220,19 +220,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.406044+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:53.308526+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:41:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -242,12 +242,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77ffaa1f-1b21-4069-8601-60adeea71cad + - 1f4bde5c-c575-48b5-93e1-c846b2b73d08 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-relaxed-fermat","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"},"1":{"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","name":"tf-vol-exciting-ride"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-stoic-banach","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"},"1":{"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","name":"tf-vol-nostalgic-hugle"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -260,22 +260,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-srv-relaxed-fermat","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-srv-stoic-banach","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3077" + - "3153" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -285,7 +285,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95e867f2-3815-478d-9bc1-168c957ae69e + - e8aea8d9-3b18-4a76-939e-1b889d86e519 status: 201 Created code: 201 duration: "" @@ -296,25 +296,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-srv-relaxed-fermat","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-srv-stoic-banach","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3077" + - "3153" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -324,7 +324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5269be92-e619-4ea4-8e81-bbb5091b78c7 + - 02354f1a-25e6-4e9b-ae44-d3f523fdf8f0 status: 200 OK code: 200 duration: "" @@ -335,25 +335,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-srv-relaxed-fermat","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-srv-stoic-banach","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3077" + - "3153" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -363,7 +363,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42a69542-13be-4e02-ad1e-815a8816f8f8 + - 9c41c277-598a-4646-a5b0-e6a75316d7f3 status: 200 OK code: 200 duration: "" @@ -376,10 +376,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/293cb201-65ba-4f34-bccb-d93ca9241185/action","href_result":"/servers/293cb201-65ba-4f34-bccb-d93ca9241185","id":"e48eee25-1473-4e85-a741-4437e8f30083","started_at":"2023-05-29T12:12:50.305020+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/action","href_result":"/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9","id":"c07813a0-3635-4155-b9cc-8ae8a2c47b90","started_at":"2023-07-10T07:41:57.118918+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -388,9 +388,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e48eee25-1473-4e85-a741-4437e8f30083 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c07813a0-3635-4155-b9cc-8ae8a2c47b90 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -400,7 +400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7398942d-f355-42ae-bd03-d0acdc33bb8a + - 5559fd73-1fac-4700-ad4f-5c670c0e41a7 status: 202 Accepted code: 202 duration: "" @@ -411,25 +411,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.629267+00:00","name":"tf-srv-relaxed-fermat","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,"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":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:56.816663+00:00","name":"tf-srv-stoic-banach","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":false,"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":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3099" + - "3175" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -439,7 +439,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4d4bd6d-20a6-4f04-8978-90d33dc5c339 + - 7e59aeda-1066-42c6-ad7f-3e4796281561 status: 200 OK code: 200 duration: "" @@ -450,25 +450,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.629267+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:56.816663+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3207" + - "3283" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:55 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -478,7 +478,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed4cbabb-8329-4845-a5b2-a1c5da48b432 + - 82ddd757-ceef-491b-86c0-136a456b6a15 status: 200 OK code: 200 duration: "" @@ -489,25 +489,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.629267+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:56.816663+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3207" + - "3283" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -517,7 +517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5d6a189-7205-4632-bfff-11f2ab89d9bf + - 3e795da4-cf11-45b6-8afd-e93f1aa457d1 status: 200 OK code: 200 duration: "" @@ -528,25 +528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.629267+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:56.816663+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3207" + - "3283" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -556,7 +556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec9abe21-73f2-4d96-ad2b-bbabb90b08d1 + - 62337021-dde8-4d3b-b6c9-24547362124b status: 200 OK code: 200 duration: "" @@ -567,25 +567,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.629267+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:56.816663+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3207" + - "3283" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:42:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -595,7 +595,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb5dd2ea-e5d6-4d2a-8f21-84ff9688002e + - e3bc2538-8dab-47f3-af82-a3e8e6599b6c status: 200 OK code: 200 duration: "" @@ -606,25 +606,64 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:41:56.816663+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "3283" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:42:27 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a1c45e47-1853-42c1-9fcf-b6bb2ae533df + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.480951+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:31.394211+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3238" + - "3314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:16 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -634,7 +673,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7edef84e-d0cf-4279-862f-b8cbd054e6f3 + - cf3e70ee-f600-4ff0-9ee2-a0190a8205be status: 200 OK code: 200 duration: "" @@ -645,25 +684,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.480951+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:31.394211+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3238" + - "3314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:16 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -673,7 +712,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f5ec822-c833-499b-8b08-1c1315c0f228 + - c2a2dcee-7bf4-4b9d-8297-ea822a7ddbef status: 200 OK code: 200 duration: "" @@ -684,7 +723,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/user_data method: GET response: body: '{"user_data":[]}' @@ -696,7 +735,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:16 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -706,7 +745,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 701d7634-89f2-4cd2-a7b6-62b6e77a6aef + - ea04f066-cd0d-4f66-8199-0421bb75a575 status: 200 OK code: 200 duration: "" @@ -717,7 +756,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -729,9 +768,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -742,7 +781,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11972204-5b6f-489e-a1ef-b62e1c19a6eb + - 941cc1ed-5ce0-421f-9c78-6078403bb4df X-Total-Count: - "0" status: 200 OK @@ -755,25 +794,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.480951+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:31.394211+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3238" + - "3314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -783,7 +822,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd586449-fe06-481f-8a6c-8fbe22c82f4c + - d0a8bb17-e5ce-432c-9123-278ab8d65f6a status: 200 OK code: 200 duration: "" @@ -794,10 +833,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "518" @@ -806,7 +845,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -816,7 +855,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06abeea4-1efb-4f65-94b6-bf256d7f1be4 + - 1994b06f-95a0-4a49-8728-5a06f650e4f0 status: 200 OK code: 200 duration: "" @@ -827,25 +866,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.480951+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:31.394211+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3238" + - "3314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -855,7 +894,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 928772ea-b7da-4af3-9db5-e17797f665c5 + - 19ba54c2-cc76-49e6-82f3-a7d5ff085bbc status: 200 OK code: 200 duration: "" @@ -866,7 +905,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/user_data method: GET response: body: '{"user_data":[]}' @@ -878,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -888,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2db89fc3-18d4-45fb-b332-a496ffafd78c + - e96bf122-1744-410f-91b6-629dd41ff569 status: 200 OK code: 200 duration: "" @@ -899,7 +938,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -911,9 +950,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -924,7 +963,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7154b0e-078f-486d-8e36-5d240d3244bd + - 99463003-bcfd-4cd7-a54b-02a2818c5d30 X-Total-Count: - "0" status: 200 OK @@ -937,25 +976,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.480951+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:31.394211+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3238" + - "3314" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:18 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -965,7 +1004,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82949da1-aa9a-4b0c-8058-1ccbcedfa826 + - ab6f7d8e-4fdf-4c03-9526-1c483ed2889d status: 200 OK code: 200 duration: "" @@ -978,10 +1017,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/293cb201-65ba-4f34-bccb-d93ca9241185/action","href_result":"/servers/293cb201-65ba-4f34-bccb-d93ca9241185","id":"280c24c6-bb94-4fe5-a058-5b825f47ee26","started_at":"2023-05-29T12:13:18.896645+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9/action","href_result":"/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9","id":"965445e7-67f2-4407-a9bb-fddaa66e76a8","started_at":"2023-07-10T07:42:36.524793+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -990,9 +1029,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:18 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/280c24c6-bb94-4fe5-a058-5b825f47ee26 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/965445e7-67f2-4407-a9bb-fddaa66e76a8 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1002,7 +1041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2638af6-d56b-4d4b-bdc7-4e2f51ccca69 + - 21980d54-f461-45bc-91b2-cffa72ae75b0 status: 202 Accepted code: 202 duration: "" @@ -1013,142 +1052,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3198" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:19 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 849bb794-8d0a-47f1-9b3a-693665626122 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3198" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:24 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1f0d694a-56f0-4434-b4e7-7dc21c685536 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3198" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:29 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 329f4d9e-9621-45f0-ba72-ca746f0b17b4 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3274" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:34 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1158,7 +1080,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8eae3ed5-d995-4872-8e3c-1159775e51ce + - 177e7d88-1d26-4221-aac6-c51f10379a96 status: 200 OK code: 200 duration: "" @@ -1169,25 +1091,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3274" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:40 GMT + - Mon, 10 Jul 2023 07:42:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1197,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b6731e0-b769-4b74-9604-716e4db9c2a3 + - d679591f-a30f-4b15-a9a0-b5139dfe22f9 status: 200 OK code: 200 duration: "" @@ -1208,25 +1130,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3272" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:45 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1236,7 +1158,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e68f4c8f-e4c2-44ad-ad23-badd47a66376 + - 0b0a2197-d056-4d1d-8119-7f6ccfc3559d status: 200 OK code: 200 duration: "" @@ -1247,25 +1169,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3272" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:51 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1275,7 +1197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f74c615d-60ff-411f-856d-cb503ac965d9 + - 4622bd73-5b31-46d9-9f06-b3e77aa95779 status: 200 OK code: 200 duration: "" @@ -1286,25 +1208,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3272" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1314,7 +1236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e256aa3-691b-4efc-ae51-83b67753ded4 + - db7861ee-4707-4cef-9487-bf93bae41c8e status: 200 OK code: 200 duration: "" @@ -1325,25 +1247,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3272" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1353,7 +1275,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfd7d5e3-e07c-4480-a0b4-7a1214b7c8a4 + - d0ee1f74-2f01-4272-a0c5-af0a80aeafde status: 200 OK code: 200 duration: "" @@ -1364,25 +1286,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3272" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:06 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1392,7 +1314,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38893aa1-5cd9-43a3-9ced-5f4efad94f1d + - e8f883ae-b39c-4b43-9c38-f5cdcc12cfcc status: 200 OK code: 200 duration: "" @@ -1403,25 +1325,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"801","node_id":"36","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:18.624740+00:00","name":"tf-srv-relaxed-fermat","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.56.71","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"503","node_id":"43","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:42:36.180861+00:00","name":"tf-srv-stoic-banach","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.36.85","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3196" + - "3272" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:11 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1431,7 +1353,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a845756-2d31-449e-acec-93a8b8654866 + - 0c52ad3e-1f5d-43d7-a101-1dc94613bc29 status: 200 OK code: 200 duration: "" @@ -1442,25 +1364,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:13.823887+00:00","name":"tf-srv-relaxed-fermat","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:43:27.130743+00:00","name":"tf-srv-stoic-banach","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3077" + - "3153" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1470,7 +1392,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32006a45-6bba-49a5-aa11-76d531c17feb + - 127532bb-4466-4f80-ac90-041b2a115aec status: 200 OK code: 200 duration: "" @@ -1481,25 +1403,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.943807+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-relaxed-fermat","id":"293cb201-65ba-4f34-bccb-d93ca9241185","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:41:55.173723+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-stoic-banach","id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","image":{"arch":"x86_64","creation_date":"2023-04-13T12:40:21.308324+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"4cdb6366-9d0b-4daa-98c1-d171227fb92f","modification_date":"2023-04-13T12:40:21.308324+00:00","name":"Ubuntu 18.04 Bionic Beaver","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"20a8daaf-3c20-4699-a288-a004fa66d692","name":"Ubuntu - 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:13.823887+00:00","name":"tf-srv-relaxed-fermat","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.943807+00:00","export_uri":null,"id":"41794ffb-995c-4b80-a7cd-19023790d1f6","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"Ubuntu - 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:12:48.943807+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"293cb201-65ba-4f34-bccb-d93ca9241185","name":"tf-srv-relaxed-fermat"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + 18.04 Bionic Beaver","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:1d","maintenances":[],"modification_date":"2023-07-10T07:43:27.130743+00:00","name":"tf-srv-stoic-banach","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:41:55.173723+00:00","export_uri":null,"id":"3ab96b2a-dbe8-4624-a9c3-2bac9d91b50a","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"Ubuntu + 18.04 Bionic Beaver","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:41:55.173723+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"c00223a9-2bac-4091-9712-4ca3a29e0bc9","name":"tf-srv-stoic-banach"},"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3077" + - "3153" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1509,7 +1431,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 925faea8-1a45-4858-8e12-657535c08b51 + - ffb047e8-3d35-43ba-8c68-9dbb28e0bafc status: 200 OK code: 200 duration: "" @@ -1520,7 +1442,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: DELETE response: body: "" @@ -1528,7 +1450,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1538,7 +1460,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96701f58-8588-4507-a3e5-597556049ac6 + - 5118eefd-5f45-4d9e-8637-c11f6b905957 status: 204 No Content code: 204 duration: "" @@ -1549,10 +1471,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: - body: '{"message":"\"293cb201-65ba-4f34-bccb-d93ca9241185\" not found","type":"unknown_resource"}' + body: '{"message":"\"c00223a9-2bac-4091-9712-4ca3a29e0bc9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1561,7 +1483,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:18 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1571,7 +1493,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d91d8202-bf3f-47d3-a695-e3ef81a95af2 + - 8b9b1883-5acf-49f1-916c-237efb31a884 status: 404 Not Found code: 404 duration: "" @@ -1582,19 +1504,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T12:12:48.406044+00:00","export_uri":null,"id":"066e95ae-0fbf-4fda-8012-ab519fdd4758","modification_date":"2023-05-29T12:14:17.688975+00:00","name":"tf-vol-exciting-ride","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:41:53.308526+00:00","export_uri":null,"id":"24b2b75e-34ac-406d-a5ce-9b4f1ba1113f","modification_date":"2023-07-10T07:43:31.025800+00:00","name":"tf-vol-nostalgic-hugle","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":100000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "443" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:18 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1604,7 +1526,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1015e81e-ae78-4cbd-bf5c-0201d2ce2cee + - 55dcddc7-98b2-49d5-88fc-e87e90bd9375 status: 200 OK code: 200 duration: "" @@ -1615,7 +1537,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/066e95ae-0fbf-4fda-8012-ab519fdd4758 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/24b2b75e-34ac-406d-a5ce-9b4f1ba1113f method: DELETE response: body: "" @@ -1623,7 +1545,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:18 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1633,7 +1555,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9ef037b-e578-4af6-b250-1db641ce13e9 + - 4cf1aac1-fa20-4b88-801a-160d124a8bed status: 204 No Content code: 204 duration: "" @@ -1644,10 +1566,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/293cb201-65ba-4f34-bccb-d93ca9241185 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c00223a9-2bac-4091-9712-4ca3a29e0bc9 method: GET response: - body: '{"message":"\"293cb201-65ba-4f34-bccb-d93ca9241185\" not found","type":"unknown_resource"}' + body: '{"message":"\"c00223a9-2bac-4091-9712-4ca3a29e0bc9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1656,7 +1578,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:19 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1666,7 +1588,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed73d354-e8f2-4881-aeb6-7ca0f34f486f + - 7d9d1ff1-5c0e-497a-89c0-4230c7d3e373 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-with-placement-group.cassette.yaml b/scaleway/testdata/instance-server-with-placement-group.cassette.yaml index 14d20718cb..7538a19d9e 100644 --- a/scaleway/testdata/instance-server-with-placement-group.cassette.yaml +++ b/scaleway/testdata/instance-server-with-placement-group.cassette.yaml @@ -2,7 +2,7 @@ version: 1 interactions: - request: - body: '{"name":"tf-pg-busy-kapitsa","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_type":"max_availability"}' + body: '{"name":"tf-pg-hardcore-morse","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_type":"max_availability"}' form: {} headers: Content-Type: @@ -13,18 +13,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups method: POST response: - body: '{"placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "324" + - "326" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/fcf01789-e150-46a4-8c3a-6fd4bc9a50be + - https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7602b1b-bb15-4f8a-aba6-5e4333e7d4ae + - 4fd2c534-9040-4c15-9d7d-9e79260e3489 status: 201 Created code: 201 duration: "" @@ -45,19 +45,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/fcf01789-e150-46a4-8c3a-6fd4bc9a50be + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8 method: GET response: - body: '{"placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "324" + - "326" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8729185b-a875-4293-9f06-f4ef2c08f70b + - ae4f4f9c-eeb8-4fb1-8996-2c5c3eb66d9e status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7990d043-d38d-4772-8f65-d8519b0c7994 + - 27c736e2-d6bc-403d-a2c9-76d75b432d53 status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 221bf01b-ffe8-4f53-881e-70423299a624 + - 3cf25b6d-23a5-4790-9652-018223cf9a03 status: 200 OK code: 200 duration: "" @@ -144,19 +144,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -166,7 +166,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61d10d10-89c3-45bc-b469-1913a61b9221 + - df6a3ee1-c2ae-4dfe-bb38-d745743d52aa status: 200 OK code: 200 duration: "" @@ -180,16 +180,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - ; rel="next",; rel="last" @@ -202,7 +202,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4302062b-ac92-4b41-9f36-57c98b33237b + - cf6cff1e-5b2f-40b5-beb7-e489c9420357 X-Total-Count: - "56" status: 200 OK @@ -218,16 +218,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - ; rel="next",; rel="last" @@ -240,7 +240,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - befdf3a6-2460-46a4-a579-677b84906ec8 + - bd2c49af-a324-4ec7-a367-7ef2c2bfb01e X-Total-Count: - "56" status: 200 OK @@ -256,16 +256,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - ; rel="next",; rel="last" @@ -278,7 +278,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1930c719-9f06-4437-bdbd-8be9497f547e + - a18a9689-6a2b-44ed-9720-2cc77196bfc1 X-Total-Count: - "56" status: 200 OK @@ -294,16 +294,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -316,7 +316,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28e5e86d-b844-4fdc-9114-6fad23ef1b45 + - 2d0add02-bffc-4744-9678-d3e84161546d X-Total-Count: - "56" status: 200 OK @@ -332,16 +332,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -354,7 +354,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ead5469-8997-423b-86d8-29deb9ce5501 + - 01ffd11c-dca5-4b78-b2d5-e69d76692327 X-Total-Count: - "56" status: 200 OK @@ -370,16 +370,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:48 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -392,14 +392,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3ef4ab7-91f5-4d89-a8ed-ad5a2aff744e + - f2774c89-06db-4999-abd7-7339282ba057 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-priceless-bardeen","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","placement_group"],"placement_group":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be"}' + body: '{"name":"tf-srv-zen-lamarr","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","placement_group"],"placement_group":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8"}' form: {} headers: Content-Type: @@ -412,22 +412,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:48.900139+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:37.573239+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2914" + - "2977" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -437,7 +437,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - deaddab1-ebc7-4add-badd-c0759cd8e95e + - e86462d2-97e0-437f-953d-c951d17f9aa7 status: 201 Created code: 201 duration: "" @@ -448,25 +448,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:48.900139+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:37.573239+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2914" + - "2977" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -476,53 +476,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8cf9b4f5-0a76-4b57-b77b-e763dbea7e1d + - ca75062d-ba1e-43e0-b2a0-7d792dd944db status: 200 OK code: 200 duration: "" -- request: - body: '{"name":"tf-srv-thirsty-noyce","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","placement_group"],"placement_group":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers - method: POST - response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.185962+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2902" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:49 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b1f8a237-fb4a-48b3-80fb-56d35a8b6d04 - status: 201 Created - code: 201 - duration: "" - request: body: "" form: {} @@ -530,25 +487,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:48.900139+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:37.573239+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2914" + - "2977" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -558,36 +515,40 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88455da9-f03c-4fa3-9fb8-5ba6f14bb9a0 + - dd07da55-eacd-4b79-99fd-194d94f7e0f4 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"tf-srv-zealous-hoover","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","placement_group"],"placement_group":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.185962+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:38.342482+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2902" + - "2989" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:38 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -597,12 +558,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7cf500b8-7cb7-412a-bb9c-6ad2d75587c4 - status: 200 OK - code: 200 + - 7ff2a291-a362-4618-b576-01d205dd71c2 + status: 201 Created + code: 201 duration: "" - request: - body: '{"name":"tf-srv-vibrant-jennings","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","placement_group"],"placement_group":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be"}' + body: '{"action":"poweron"}' form: {} headers: Content-Type: @@ -610,27 +571,21 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4/action method: POST response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.579862+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/52250e1c-1749-40a3-8329-d535213a81c4/action","href_result":"/servers/52250e1c-1749-40a3-8329-d535213a81c4","id":"84708dcd-6767-4aad-ab60-2324a58a6739","started_at":"2023-07-10T07:42:38.888160+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "2911" + - "322" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/84708dcd-6767-4aad-ab60-2324a58a6739 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -640,9 +595,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed3b5ab8-e7f2-4fdb-b630-8fbdf07d76dd - status: 201 Created - code: 201 + - d54e7ea1-9a2a-4437-95e2-039fc49cb393 + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -651,25 +606,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.185962+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:38.342482+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2902" + - "2989" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -679,7 +634,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5398b615-4ff9-46be-bdb3-20c4c0e03c12 + - e0ef0459-e5bf-44d5-84e3-9f1a9729f93d status: 200 OK code: 200 duration: "" @@ -690,25 +645,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.579862+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:38.549410+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2911" + - "2999" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:49 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -718,7 +673,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca22b666-029b-44e2-8b2e-48a690320d6a + - 9733aee2-e521-48e1-8367-9f39e042d0b4 status: 200 OK code: 200 duration: "" @@ -729,25 +684,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.579862+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:38.342482+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2911" + - "2989" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -757,12 +712,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80d494eb-c107-4088-8761-5e095c08e98c + - 44c3d708-3def-4a24-905c-67e32c4a39f3 status: 200 OK code: 200 duration: "" - request: - body: '{"action":"poweron"}' + body: '{"name":"tf-srv-cool-meninsky","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","placement_group"],"placement_group":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8"}' form: {} headers: Content-Type: @@ -770,60 +725,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/7e3334b4-612a-4678-8f4b-07330effe202/action","href_result":"/servers/7e3334b4-612a-4678-8f4b-07330effe202","id":"e8915142-cb0f-4248-98d4-77f5b5787bdb","started_at":"2023-05-29T12:12:50.177000+00:00","status":"pending","terminated_at":null}}' - headers: - Content-Length: - - "322" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:12:50 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e8915142-cb0f-4248-98d4-77f5b5787bdb - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 71d4fff3-8a83-4dc8-b981-f994634aeda4 - status: 202 Accepted - code: 202 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.552264+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:42:38.813127+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2936" + - "2986" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:39 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -833,9 +755,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62cac57e-932e-46b5-9445-33cf16bc1c2d - status: 200 OK - code: 200 + - aacd9f10-5a17-4325-a5a0-e46024dc0310 + status: 201 Created + code: 201 duration: "" - request: body: '{"action":"poweron"}' @@ -846,10 +768,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/action","href_result":"/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c","id":"b831af89-036f-4018-88de-cc50c443ff1d","started_at":"2023-05-29T12:12:50.586446+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/action","href_result":"/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","id":"e3125362-6c47-48c2-8cb9-3b832c8c7a32","started_at":"2023-07-10T07:42:39.425810+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -858,9 +780,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b831af89-036f-4018-88de-cc50c443ff1d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e3125362-6c47-48c2-8cb9-3b832c8c7a32 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -870,34 +792,36 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e82ce084-efbd-4c6d-9880-bfce989b4353 + - cf344023-5b1f-4e69-aed8-3798c9582964 status: 202 Accepted code: 202 duration: "" - request: - body: '{"action":"poweron"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/action - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a + method: GET response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/action","href_result":"/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7","id":"a577d326-a411-4bdd-a9cd-3779dc7e84ca","started_at":"2023-05-29T12:12:50.747491+00:00","status":"pending","terminated_at":null}}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:42:38.813127+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "322" + - "2986" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a577d326-a411-4bdd-a9cd-3779dc7e84ca + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -907,9 +831,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6122a74b-4a7f-4880-a69a-2d4954ec6996 - status: 202 Accepted - code: 202 + - 5fb4c6c4-ef3a-4319-8b6a-4c6f5b7031d5 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -918,25 +842,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.929477+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2924" + - "3011" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -946,7 +870,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c539e009-09ba-47b0-a9d6-4bba4d92a423 + - c262370b-21e7-411b-abd1-322aa362b9ac status: 200 OK code: 200 duration: "" @@ -957,25 +881,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:42:38.813127+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2933" + - "2986" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:50 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -985,36 +909,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0961679-4491-4d0d-b895-374b388585c9 + - 17695bf7-c920-4df8-a2a6-68c4ef2d59b6 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"action":"poweron"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/action + method: POST response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.552264+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/action","href_result":"/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a","id":"d2c62d6c-d3c4-48a2-be5f-b49bd955da72","started_at":"2023-07-10T07:42:40.264742+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "3043" + - "322" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:55 GMT + - Mon, 10 Jul 2023 07:42:40 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d2c62d6c-d3c4-48a2-be5f-b49bd955da72 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1024,9 +946,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12386c6c-44a7-4192-9441-8e4a95cad74f - status: 200 OK - code: 200 + - 11a41dab-34d8-406a-b1e8-6c9a59b0569f + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -1035,25 +957,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.929477+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:42:39.917702+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2924" + - "3008" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1063,7 +985,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67b39eeb-570e-433c-96c3-bca383b730be + - 729d6cb3-686e-4337-98fd-09e3199f437f status: 200 OK code: 200 duration: "" @@ -1074,25 +996,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:38.549410+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2933" + - "3107" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1102,7 +1024,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 551c1755-8fb0-45e2-ba56-fdbfe601e13c + - 4a10d462-ab12-4f6d-869d-c1ed10b651eb status: 200 OK code: 200 duration: "" @@ -1113,25 +1035,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.552264+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3043" + - "3011" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1141,7 +1063,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1596f801-561d-4193-b252-8304ed5969c1 + - aad7c9bd-823f-4c87-8083-b888a9e5a766 status: 200 OK code: 200 duration: "" @@ -1152,25 +1074,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:49.929477+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:42:39.917702+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2924" + - "3008" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1180,7 +1102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d9a3cb3-daba-4723-a4c9-257ddef3e291 + - 48468ed5-3cb6-4b1a-b44f-22f91fe1079e status: 200 OK code: 200 duration: "" @@ -1191,25 +1113,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:51.887040+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2933" + - "3138" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1219,7 +1141,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8197d6e1-d2a9-40e4-9c4c-3e96db0dee80 + - c9e83a8a-7fe8-495c-bbc8-bc9a4cad518d status: 200 OK code: 200 duration: "" @@ -1230,25 +1152,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.299778+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3074" + - "3121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1258,7 +1180,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9dac5c83-011a-48b2-a43b-5e2c770bb794 + - ca35f898-0470-41fa-8409-364f48748b99 status: 200 OK code: 200 duration: "" @@ -1269,25 +1191,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.299778+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:51.887040+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3074" + - "3138" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1297,7 +1219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9a527fd-4fa1-41ff-ba15-aec1cbde17b9 + - aa4fbe9f-ad88-4054-897c-da6fb50133e5 status: 200 OK code: 200 duration: "" @@ -1308,7 +1230,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4/user_data method: GET response: body: '{"user_data":[]}' @@ -1320,7 +1242,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1330,7 +1252,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce2476c0-fc9d-49b9-8fe5-3380a8b7f12a + - ad7375ed-5df8-42d5-b1ae-1aafc884602e status: 200 OK code: 200 duration: "" @@ -1341,7 +1263,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1353,9 +1275,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1366,7 +1288,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8dddd8e-a437-49e9-902a-2285dbd052e8 + - 4597c520-c47f-4b47-bdb8-a491b16ec8aa X-Total-Count: - "0" status: 200 OK @@ -1379,25 +1301,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.929477+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:42:39.917702+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3032" + - "3115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1407,7 +1329,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab90a603-ac66-49a3-a2d5-b128dbf1fcc1 + - 0979ce3a-f562-4985-83a1-345a94a89f66 status: 200 OK code: 200 duration: "" @@ -1418,25 +1340,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2933" + - "3121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1446,7 +1368,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6633c27-da0e-4339-83e4-43411877c4b6 + - 623976ca-109a-43e4-bb37-4b4674c80652 status: 200 OK code: 200 duration: "" @@ -1457,25 +1379,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:49.929477+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:06.519971+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3032" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1485,7 +1407,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b083ef78-c9ab-4f01-9350-683e39495029 + - 3d3c7075-fb19-4566-b134-19704ae6946a status: 200 OK code: 200 duration: "" @@ -1496,25 +1418,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3042" + - "3121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:11 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1524,7 +1446,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7342056-6abe-41eb-b9b3-2191c77aebfa + - 154077ef-bc0a-4265-a9ee-59bc7f39f58f status: 200 OK code: 200 duration: "" @@ -1535,25 +1457,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.428977+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:06.519971+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1563,7 +1485,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8611f2c-284b-4356-86fb-899fedb62077 + - fda755a8-565d-46cd-ba18-9d38371e6b87 status: 200 OK code: 200 duration: "" @@ -1574,64 +1496,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/user_data method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3042" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:17 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - bce2add7-2960-4174-ad3d-b0257ef8689d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c - method: GET - response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.428977+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"user_data":[]}' headers: Content-Length: - - "3063" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1641,7 +1518,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9cafb560-11f1-4655-ae71-d485aa0a11cb + - afd79e16-dd25-4f7b-a2b0-25c4523e735c status: 200 OK code: 200 duration: "" @@ -1652,19 +1529,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "17" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT + - Mon, 10 Jul 2023 07:43:07 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1674,7 +1554,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f56347d-32e8-4dcf-a755-9c5921900c7b + - 4cebe6a0-2135-4cbb-8fbb-4e5580152ada + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -1685,22 +1567,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: - body: '{"private_nics":[]}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "20" + - "3121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:17 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1710,9 +1595,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80f2a4ef-2f4b-4544-bf28-fd78ecc2ebdf - X-Total-Count: - - "0" + - cf4cf54e-1c26-42d3-99ac-b72d3728e820 status: 200 OK code: 200 duration: "" @@ -1723,25 +1606,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:50.178528+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:42:39.075589+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3042" + - "3121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:22 GMT + - Mon, 10 Jul 2023 07:43:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1751,7 +1634,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b600ad70-fb2e-43cc-a52a-b5ca113b8163 + - d52fc3d1-db28-40a8-9de8-a024fb3b9724 status: 200 OK code: 200 duration: "" @@ -1762,25 +1645,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:24.165399+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:23.685293+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3073" + - "3152" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:43:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1790,7 +1673,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a68a9258-e720-4765-bf59-e3dcfa055fe1 + - d8f39f43-e43c-4f7f-9938-909409eecb36 status: 200 OK code: 200 duration: "" @@ -1801,25 +1684,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:24.165399+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:23.685293+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3073" + - "3152" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:43:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1829,7 +1712,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d2642afd-21c0-4b2c-b332-69239d8b5045 + - c305a8b7-0cbc-47de-9d3a-30b405c96527 status: 200 OK code: 200 duration: "" @@ -1840,7 +1723,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/user_data method: GET response: body: '{"user_data":[]}' @@ -1852,7 +1735,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1862,7 +1745,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15c59dae-92e7-44b6-a7d6-3ee88f9b8316 + - 9c51e68a-6780-46e9-a0c1-bfd1e98a1ddf status: 200 OK code: 200 duration: "" @@ -1873,7 +1756,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1885,9 +1768,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:27 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1898,7 +1781,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f74846e-077f-4430-a8fb-90f4ec947075 + - c32e7c1c-099c-4d22-914e-8264497b0ed4 X-Total-Count: - "0" status: 200 OK @@ -1911,25 +1794,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:24.165399+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:06.519971+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3073" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:28 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1939,7 +1822,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c914758f-33d1-4d54-88d8-62ff0799174b + - 6eed769e-f87e-44d7-868a-5121d831c632 status: 200 OK code: 200 duration: "" @@ -1950,25 +1833,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.299778+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:51.887040+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3066" + - "3130" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:28 GMT + - Mon, 10 Jul 2023 07:43:26 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1978,7 +1861,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a7b5a87-5132-418e-b317-6bc3454cabf5 + - 66a74921-25cf-48d0-9dea-72e7070ec444 status: 200 OK code: 200 duration: "" @@ -1989,25 +1872,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.428977+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:23.685293+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3152" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2017,7 +1900,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 624a0b03-f1be-4ba0-b2c1-d796ca656492 + - 7c5fcf95-1aa5-4ace-8773-b2a80715fb89 status: 200 OK code: 200 duration: "" @@ -2028,19 +1911,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/fcf01789-e150-46a4-8c3a-6fd4bc9a50be + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8 method: GET response: - body: '{"placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "324" + - "326" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2050,7 +1933,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ac5bf2f-b259-4116-92be-90a955d22a7f + - f4ea3956-60d8-4305-8432-6f43f2a031c4 status: 200 OK code: 200 duration: "" @@ -2061,19 +1944,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/fcf01789-e150-46a4-8c3a-6fd4bc9a50be + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8 method: GET response: - body: '{"placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' + body: '{"placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "324" + - "326" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2083,7 +1966,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af5fbf29-191f-45a0-9988-2beebd5b8af4 + - 1b549e33-a7d8-4c77-821b-1fc8271f714b status: 200 OK code: 200 duration: "" @@ -2094,25 +1977,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:15.428977+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:42:51.887040+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3063" + - "3130" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2122,7 +2005,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3f006d4-ba2e-448e-9ae2-e41e452a04cd + - d61224c5-4993-488a-9a75-3519b97238c4 status: 200 OK code: 200 duration: "" @@ -2133,25 +2016,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:24.165399+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:06.519971+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3073" + - "3146" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2161,7 +2044,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4a283ef-714e-4d56-9125-5a0b1a846db6 + - 732b90d5-57b2-4cf9-b9e4-2c48ab7f9363 status: 200 OK code: 200 duration: "" @@ -2172,19 +2055,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: - body: '{"user_data":[]}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:23.685293+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8","name":"tf-pg-hardcore-morse","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "17" + - "3152" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2194,7 +2083,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81a25ac6-566d-4cb0-8f2b-10d214d2e090 + - 5b26d772-fdaf-4df5-bfb7-6ed4f29098dd status: 200 OK code: 200 duration: "" @@ -2205,7 +2094,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/user_data method: GET response: body: '{"user_data":[]}' @@ -2217,7 +2106,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:29 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2227,7 +2116,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38ec50ee-6a2a-4161-85a1-635984f16db9 + - f005b177-a888-4a47-b91a-be4056e7f704 status: 200 OK code: 200 duration: "" @@ -2238,22 +2127,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/user_data method: GET response: - body: '{"private_nics":[]}' + body: '{"user_data":[]}' headers: Content-Length: - - "20" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2263,9 +2149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 445dfd60-f90d-451f-be2d-6d4bdadb4e7a - X-Total-Count: - - "0" + - 607639b5-b7d8-456c-b664-53e9e6882bf3 status: 200 OK code: 200 duration: "" @@ -2276,22 +2160,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4/user_data method: GET response: - body: '{"private_nics":[]}' + body: '{"user_data":[]}' headers: Content-Length: - - "20" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2301,9 +2182,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94919590-fe51-44b6-bfe1-194dbd3e2d7c - X-Total-Count: - - "0" + - 307fb601-6655-408d-a0e6-8c2f3c2cc46c status: 200 OK code: 200 duration: "" @@ -2314,25 +2193,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/private_nics method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:02.299778+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":{"id":"fcf01789-e150-46a4-8c3a-6fd4bc9a50be","name":"tf-pg-busy-kapitsa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","policy_mode":"enforced","policy_respected":true,"policy_type":"max_availability","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":[],"zone":"fr-par-1"},"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "3066" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:43:29 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2342,7 +2218,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 706f25ab-6f88-4994-bfd6-3b8ae56ff83c + - 246c0205-384d-48cc-a390-d5b64f1cea85 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -2353,19 +2231,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[]}' headers: Content-Length: - - "17" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:43:29 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2375,7 +2256,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c276b4d6-bbdf-4fe8-8132-61f88c894264 + - efcfddfb-a79c-4c8d-809c-8175ec5db771 + X-Total-Count: + - "0" status: 200 OK code: 200 duration: "" @@ -2386,7 +2269,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2398,9 +2281,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:30 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2411,7 +2294,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96c2a725-b803-4a4d-b5a6-ff9032473807 + - 9f03aea1-8b69-4ea6-bd5b-8983623e1b98 X-Total-Count: - "0" status: 200 OK @@ -2426,25 +2309,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.002512+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.352740+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2774" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2454,7 +2337,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c725463a-3762-4de6-861c-b1371fce1af4 + - 2f68ee3e-f3eb-4116-beea-6fdcdb2ffdbe status: 200 OK code: 200 duration: "" @@ -2467,25 +2350,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.083679+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.391585+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2767" + - "2845" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2495,38 +2378,36 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed08b5cc-f359-4824-bfb2-2f25a10c642d + - 5afc8095-9ec8-41d2-b042-1e01af875dde status: 200 OK code: 200 duration: "" - request: - body: '{"placement_group":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c - method: PATCH + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 + method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.074950+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.352740+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2851" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2536,36 +2417,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b63eac9-024d-4b40-8903-c470cabbf510 + - 8c2696a6-0c69-460c-9da5-fa3a489b2a71 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"placement_group":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 + method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.002512+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.431644+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2774" + - "2829" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2575,7 +2458,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c702f332-356b-4a27-8c10-44681e81990f + - 26a01e77-b432-419c-bfea-eacf8f04226a status: 200 OK code: 200 duration: "" @@ -2586,25 +2469,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.074950+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.391585+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2764" + - "2837" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2614,7 +2497,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc3ffb35-a370-4f49-9b43-412338d9431d + - 3e8136ab-85b5-4ea0-bc84-0683051b00f7 status: 200 OK code: 200 duration: "" @@ -2625,25 +2508,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.083679+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.431644+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2767" + - "2829" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2653,7 +2536,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b5d4468-060e-41ae-88da-b75111a89ff9 + - 02272195-f885-475f-b26e-b58db263edb4 status: 200 OK code: 200 duration: "" @@ -2666,10 +2549,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7/action","href_result":"/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7","id":"c360d134-a82f-45e9-9c75-9f0a770acab2","started_at":"2023-05-29T12:13:31.623996+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a/action","href_result":"/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a","id":"00c502dc-0131-4134-9915-ce99e0d60737","started_at":"2023-07-10T07:43:30.966963+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2678,9 +2561,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c360d134-a82f-45e9-9c75-9f0a770acab2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/00c502dc-0131-4134-9915-ce99e0d60737 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2690,7 +2573,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d26c840-644b-471d-bf5a-b15e98288b6a + - d1ccc2f3-bb55-4217-9872-b26edd689dff status: 202 Accepted code: 202 duration: "" @@ -2703,10 +2586,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c/action","href_result":"/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c","id":"4c299773-278a-43a0-bd06-f05a9db44537","started_at":"2023-05-29T12:13:31.741040+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1/action","href_result":"/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","id":"73aa8472-5237-453d-9339-6568ca7ec31a","started_at":"2023-07-10T07:43:31.026452+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2715,9 +2598,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/4c299773-278a-43a0-bd06-f05a9db44537 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/73aa8472-5237-453d-9339-6568ca7ec31a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2727,88 +2610,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06d12da6-dce3-4614-9ef6-587a5c26db05 + - 8e46302c-5edf-4d6e-b281-084e249efa02 status: 202 Accepted code: 202 duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2734" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:31 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00298e82-32e7-404f-b732-9886909ae34d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2724" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:31 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ddede04-fd1c-4f3f-b175-ce52f8183de9 - status: 200 OK - code: 200 - duration: "" - request: body: '{"action":"poweroff"}' form: {} @@ -2818,10 +2623,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/7e3334b4-612a-4678-8f4b-07330effe202/action","href_result":"/servers/7e3334b4-612a-4678-8f4b-07330effe202","id":"b7116a93-fee7-44e6-a3e9-fb63ec7e4891","started_at":"2023-05-29T12:13:31.990869+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/52250e1c-1749-40a3-8329-d535213a81c4/action","href_result":"/servers/52250e1c-1749-40a3-8329-d535213a81c4","id":"f7837ce5-2242-4560-9965-31220cde3c39","started_at":"2023-07-10T07:43:31.074694+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2830,9 +2635,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:32 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b7116a93-fee7-44e6-a3e9-fb63ec7e4891 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f7837ce5-2242-4560-9965-31220cde3c39 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2842,7 +2647,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e772183-1b09-4c96-9b00-3c68a4f133f3 + - c40f8bb4-b5da-4c0c-9801-dbcf4acd3154 status: 202 Accepted code: 202 duration: "" @@ -2853,103 +2658,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2735" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:32 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - eb2c619e-670b-42b8-9a37-9ba1ed0476e7 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2734" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:36 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 127105f9-6a98-4afd-a507-edfce45e2ad0 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2959,7 +2686,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d51f75d6-9678-408d-b63b-ac229099eca1 + - 36f4455f-3be7-4f9b-ba59-fc337c23b76a status: 200 OK code: 200 duration: "" @@ -2970,25 +2697,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:37 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2998,7 +2725,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 000a4ced-9705-47ed-b9f2-9570da77de73 + - 2ff884f7-34fc-4383-8387-94f9cdce6076 status: 200 OK code: 200 duration: "" @@ -3009,25 +2736,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:42 GMT + - Mon, 10 Jul 2023 07:43:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3037,7 +2764,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f50f6a6-6490-41b6-a081-8e1278514d7c + - 82a43bab-4cc2-41e7-8236-09a3a8f47a5d status: 200 OK code: 200 duration: "" @@ -3048,25 +2775,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:43 GMT + - Mon, 10 Jul 2023 07:43:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3076,7 +2803,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be08ba62-1fff-4502-99df-a677963f47f6 + - d5f149e9-df6f-4585-ad2b-e2ca1975e3ee status: 200 OK code: 200 duration: "" @@ -3087,25 +2814,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:43 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3115,7 +2842,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3a92eaa-4017-462f-ac16-bed56dfaa333 + - 1e203552-68c8-48af-ba63-22104fb7e5b4 status: 200 OK code: 200 duration: "" @@ -3126,25 +2853,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:49 GMT + - Mon, 10 Jul 2023 07:43:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3154,7 +2881,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db8ccc21-39ee-4f64-aa41-d7eae224333c + - a3dcb3a8-89f6-4a8a-bc56-c72c33605028 status: 200 OK code: 200 duration: "" @@ -3165,25 +2892,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:50 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3193,7 +2920,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d063500-1f74-42f8-b677-b7a278ec7df1 + - 85c72dba-8df8-44a2-ad70-967a508317d9 status: 200 OK code: 200 duration: "" @@ -3204,25 +2931,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:50 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3232,7 +2959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99207c05-da94-4760-84fb-54fd742cc17d + - 3e194c1c-2187-4963-8929-4de6ffbd18d1 status: 200 OK code: 200 duration: "" @@ -3243,25 +2970,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3271,7 +2998,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ecc314dd-5f93-48ec-a491-5c234c08ede0 + - f8e68a99-5983-4681-9e31-20168479279b status: 200 OK code: 200 duration: "" @@ -3282,25 +3009,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3310,7 +3037,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e00b0c00-8d84-478f-b0b3-208276562da5 + - bd135a0a-7f8a-43a9-afe7-0a2bff3c1cfa status: 200 OK code: 200 duration: "" @@ -3321,25 +3048,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:56 GMT + - Mon, 10 Jul 2023 07:43:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3349,7 +3076,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 69d78f11-ced6-4199-bc43-15859c26cbd7 + - e37eafbc-c7c8-495e-8713-c046fc1c97b6 status: 200 OK code: 200 duration: "" @@ -3360,25 +3087,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:00 GMT + - Mon, 10 Jul 2023 07:43:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3388,7 +3115,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1279b9d8-4bc8-4dab-af21-256fb1980b70 + - e6da54f9-8d90-47a0-9fdc-46029c75b2d4 status: 200 OK code: 200 duration: "" @@ -3399,25 +3126,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3427,7 +3154,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1e96072-49af-4362-98bd-6ded7ab83b48 + - 9e70c210-8656-40bb-885e-7e16ed56ff8f status: 200 OK code: 200 duration: "" @@ -3438,25 +3165,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:01 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3466,7 +3193,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27561665-961e-4a25-96c5-882364b57641 + - 9a79f560-459f-4007-ba17-cf1b9cff1de3 status: 200 OK code: 200 duration: "" @@ -3477,25 +3204,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:05 GMT + - Mon, 10 Jul 2023 07:43:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3505,7 +3232,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1dabc36-11bb-4a7b-bb4a-ee1219d14a6d + - 0bc2f282-4589-4130-a4f5-2bed1005334c status: 200 OK code: 200 duration: "" @@ -3516,25 +3243,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:06 GMT + - Mon, 10 Jul 2023 07:43:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3544,7 +3271,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8310bdc0-0655-4803-b853-8c9f33fe1403 + - 70438f74-e737-4c93-b531-0b601b8660e8 status: 200 OK code: 200 duration: "" @@ -3555,25 +3282,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:06 GMT + - Mon, 10 Jul 2023 07:43:59 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3583,7 +3310,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97397ef9-d685-416f-9e98-119b0b3aab97 + - 4a161928-3552-45e3-a64c-408dd689af27 status: 200 OK code: 200 duration: "" @@ -3594,25 +3321,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:44:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3622,7 +3349,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1fe70be6-e6f7-48a9-8630-db2cb8fccf6b + - 07c8bbd1-bb77-4896-9d21-78af63eeedf9 status: 200 OK code: 200 duration: "" @@ -3633,25 +3360,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"504","node_id":"19","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:43:30.770463+00:00","name":"tf-srv-zen-lamarr","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.38.37","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2797" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:11 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3661,7 +3388,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d44440d5-64c6-48f0-81a2-501c39692115 + - 5abbeba3-88df-4087-aa62-d658278c0a6b status: 200 OK code: 200 duration: "" @@ -3672,25 +3399,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:11 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3700,7 +3427,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca5b77b0-e834-4237-904f-4b4d179fd14a + - e7b95c0f-d25f-4e51-aa72-db721a147be5 status: 200 OK code: 200 duration: "" @@ -3711,25 +3438,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:44:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3739,7 +3466,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78d4c971-dffe-4de5-baa4-92f0f0c0f62c + - bd3b9a81-d025-4ad7-8cdc-edf4d5178d65 status: 200 OK code: 200 duration: "" @@ -3750,25 +3477,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"203","node_id":"9","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.676003+00:00","name":"tf-srv-priceless-bardeen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.76.17","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:44:07.470930+00:00","name":"tf-srv-zen-lamarr","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2735" + - "2676" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:16 GMT + - Mon, 10 Jul 2023 07:44:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3778,7 +3505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f4a42cd-49e5-432c-8663-e3dc5d377688 + - c35604bc-6327-47f4-83fd-69f6ac957c04 status: 200 OK code: 200 duration: "" @@ -3789,25 +3516,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"17","hypervisor_id":"901","node_id":"52","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:43:30.602002+00:00","name":"tf-srv-zealous-hoover","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.192.103","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2809" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:17 GMT + - Mon, 10 Jul 2023 07:44:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3817,7 +3544,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc101821-8615-45e4-b6a8-d1c081c65603 + - f12bc5cd-ba7a-4fbc-94db-60b11449e9af status: 200 OK code: 200 duration: "" @@ -3828,25 +3555,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"40","hypervisor_id":"2002","node_id":"4","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:43:30.652067+00:00","name":"tf-srv-cool-meninsky","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.70.78.7","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:20 GMT + - Mon, 10 Jul 2023 07:44:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3856,7 +3583,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f3f3075-b181-4a94-b80a-8856302a3634 + - acc9a485-9bbb-4d2d-b20f-0b258f2bf517 status: 200 OK code: 200 duration: "" @@ -3867,25 +3594,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:16.818977+00:00","name":"tf-srv-priceless-bardeen","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:37.573239+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zen-lamarr","id":"52250e1c-1749-40a3-8329-d535213a81c4","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:31","maintenances":[],"modification_date":"2023-07-10T07:44:07.470930+00:00","name":"tf-srv-zen-lamarr","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:37.573239+00:00","export_uri":null,"id":"3860eea3-f7db-4045-b3d4-9278684e9038","modification_date":"2023-07-10T07:42:37.573239+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"52250e1c-1749-40a3-8329-d535213a81c4","name":"tf-srv-zen-lamarr"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2615" + - "2676" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3895,7 +3622,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 638a3173-83a6-430a-ac0c-2e8a543d22bf + - fe556a6e-9adc-4739-819d-da8f8f99b8eb status: 200 OK code: 200 duration: "" @@ -3906,46 +3633,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 - method: GET - response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:48.900139+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-priceless-bardeen","id":"7e3334b4-612a-4678-8f4b-07330effe202","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:16.818977+00:00","name":"tf-srv-priceless-bardeen","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:48.900139+00:00","export_uri":null,"id":"c411ac4e-1401-4349-b888-c6fb6b3b45fa","modification_date":"2023-05-29T12:12:48.900139+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"7e3334b4-612a-4678-8f4b-07330effe202","name":"tf-srv-priceless-bardeen"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:22 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 93d3a133-85d9-4b5a-83ee-7b87c2e201bf - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: DELETE response: body: "" @@ -3953,7 +3641,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:44:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3963,7 +3651,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77cc7f8d-de38-46da-b75a-79cdca0d03c4 + - 8a3987ff-29f9-4f9c-9b2d-44aa92963d4f status: 204 No Content code: 204 duration: "" @@ -3974,10 +3662,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: - body: '{"message":"\"7e3334b4-612a-4678-8f4b-07330effe202\" not found","type":"unknown_resource"}' + body: '{"message":"\"52250e1c-1749-40a3-8329-d535213a81c4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3986,7 +3674,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3996,7 +3684,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0c3d6cd-0bda-41ea-bb27-c7fcf57cc412 + - 6ee1f164-1c9d-47ad-9bfe-014d013a5b8b status: 404 Not Found code: 404 duration: "" @@ -4007,7 +3695,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c411ac4e-1401-4349-b888-c6fb6b3b45fa + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3860eea3-f7db-4045-b3d4-9278684e9038 method: DELETE response: body: "" @@ -4015,7 +3703,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:44:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4025,7 +3713,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f490c582-7f58-42a3-b2df-a5f7b63aa4ff + - ebafb02f-36b2-4168-98fb-8a357b492d35 status: 204 No Content code: 204 duration: "" @@ -4036,25 +3724,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"104","node_id":"27","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.408562+00:00","name":"tf-srv-thirsty-noyce","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.70.53","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:44:24.658918+00:00","name":"tf-srv-zealous-hoover","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2722" + - "2688" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:22 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4064,7 +3752,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74ace016-9b7a-412b-aaec-24aeb7551c42 + - 81806e16-f4b6-4424-b8bd-1bf276b92fd9 status: 200 OK code: 200 duration: "" @@ -4075,25 +3763,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"803","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:31.335147+00:00","name":"tf-srv-vibrant-jennings","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.124.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:44:19.930722+00:00","name":"tf-srv-cool-meninsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2732" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:25 GMT + - Mon, 10 Jul 2023 07:44:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4103,7 +3791,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc8b2aaa-fb04-4b3b-a37c-36c7687ea3dd + - a914539a-6013-40ea-af1b-f0d40e753777 status: 200 OK code: 200 duration: "" @@ -4114,25 +3802,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:26.478931+00:00","name":"tf-srv-thirsty-noyce","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.813127+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-meninsky","id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:3b","maintenances":[],"modification_date":"2023-07-10T07:44:19.930722+00:00","name":"tf-srv-cool-meninsky","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.813127+00:00","export_uri":null,"id":"1fd61d9e-bfeb-4634-afae-9e1b6f36d13b","modification_date":"2023-07-10T07:42:38.813127+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90d9df36-3aa0-4184-9f5b-e33fe8b2167a","name":"tf-srv-cool-meninsky"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:27 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4142,7 +3830,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c56881a4-9a07-4a39-bd73-2a5ee5a2f216 + - 51b1003f-175d-47ee-9b0b-0effebcfe788 status: 200 OK code: 200 duration: "" @@ -4153,25 +3841,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.185962+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-thirsty-noyce","id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:26.478931+00:00","name":"tf-srv-thirsty-noyce","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.185962+00:00","export_uri":null,"id":"25f33647-50db-4494-8cd0-6d5c53dcd4ea","modification_date":"2023-05-29T12:12:49.185962+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"ec6f3006-67ae-41c2-8e31-41b488fb5d5c","name":"tf-srv-thirsty-noyce"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:38.342482+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-zealous-hoover","id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:39","maintenances":[],"modification_date":"2023-07-10T07:44:24.658918+00:00","name":"tf-srv-zealous-hoover","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:38.342482+00:00","export_uri":null,"id":"3ddb199e-b8ca-428d-a834-e8f278b1fb66","modification_date":"2023-07-10T07:42:38.342482+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1","name":"tf-srv-zealous-hoover"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2603" + - "2688" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:27 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4181,7 +3869,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bfa14f80-b6d7-42a5-9a83-e73490bec589 + - 91c7ec0a-662f-4439-90bb-1fff9ac6f9a3 status: 200 OK code: 200 duration: "" @@ -4192,7 +3880,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: DELETE response: body: "" @@ -4200,7 +3888,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:28 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4210,7 +3898,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8aa0a601-30cb-4aec-b675-28226eb5eb44 + - 94d58603-f0b9-4888-b61f-b885e722b7d8 status: 204 No Content code: 204 duration: "" @@ -4221,40 +3909,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c - method: GET - response: - body: '{"message":"\"ec6f3006-67ae-41c2-8e31-41b488fb5d5c\" not found","type":"unknown_resource"}' - headers: - Content-Length: - - "93" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:28 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e67daf9a-46fa-480e-9844-799e57819cea - status: 404 Not Found - code: 404 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/25f33647-50db-4494-8cd0-6d5c53dcd4ea + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: DELETE response: body: "" @@ -4262,7 +3917,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:28 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4272,7 +3927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18663bae-ecd8-42af-8988-e7c780570c19 + - 41417022-4a1e-4419-b4f9-710cfb35de90 status: 204 No Content code: 204 duration: "" @@ -4283,25 +3938,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:26.619297+00:00","name":"tf-srv-vibrant-jennings","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"message":"\"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1\" not found","type":"unknown_resource"}' headers: Content-Length: - - "2612" + - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4311,9 +3960,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56216b18-2299-4323-ac12-57afff5b07b5 - status: 200 OK - code: 200 + - 9a3e9b50-dd1b-4298-9af7-fdb6771ff292 + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -4322,25 +3971,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:49.579862+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-vibrant-jennings","id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:26.619297+00:00","name":"tf-srv-vibrant-jennings","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","placement_group"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:49.579862+00:00","export_uri":null,"id":"0a895148-aa72-4c43-8317-83f076465a7c","modification_date":"2023-05-29T12:12:49.579862+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9ffaed66-4119-4636-8247-b581a3f5ccc7","name":"tf-srv-vibrant-jennings"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"message":"\"90d9df36-3aa0-4184-9f5b-e33fe8b2167a\" not found","type":"unknown_resource"}' headers: Content-Length: - - "2612" + - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:44:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4350,9 +3993,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0d9eae2-2fae-409e-90cd-93e179b2bfd1 - status: 200 OK - code: 200 + - 762a3622-ed0f-4841-91e6-4bdc2302f1a7 + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -4361,7 +4004,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3ddb199e-b8ca-428d-a834-e8f278b1fb66 method: DELETE response: body: "" @@ -4369,7 +4012,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:44:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4379,7 +4022,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 598720af-bddf-4662-8502-11308542d8b4 + - 3b6acfdd-e6d6-4c82-9fdf-a626b5cb9e8a status: 204 No Content code: 204 duration: "" @@ -4390,40 +4033,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 - method: GET - response: - body: '{"message":"\"9ffaed66-4119-4636-8247-b581a3f5ccc7\" not found","type":"unknown_resource"}' - headers: - Content-Length: - - "93" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:14:31 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 58f310ef-c914-46e7-b413-beff4db3349e - status: 404 Not Found - code: 404 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0a895148-aa72-4c43-8317-83f076465a7c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/1fd61d9e-bfeb-4634-afae-9e1b6f36d13b method: DELETE response: body: "" @@ -4431,7 +4041,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:31 GMT + - Mon, 10 Jul 2023 07:44:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4441,7 +4051,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f86933b-4e3e-4929-9599-409f92691ed8 + - 0780c781-0484-4616-bcff-21f4014aa89c status: 204 No Content code: 204 duration: "" @@ -4452,7 +4062,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/fcf01789-e150-46a4-8c3a-6fd4bc9a50be + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/placement_groups/e1a00eeb-3d54-4b6a-bc5f-e1947300cdb8 method: DELETE response: body: "" @@ -4460,7 +4070,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:44:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4470,7 +4080,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f6cc313-0d74-40ed-9d35-7482d19cc875 + - 50e08987-2d6e-435a-aef4-c4b67b8504fb status: 204 No Content code: 204 duration: "" @@ -4481,10 +4091,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9ffaed66-4119-4636-8247-b581a3f5ccc7 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90d9df36-3aa0-4184-9f5b-e33fe8b2167a method: GET response: - body: '{"message":"\"9ffaed66-4119-4636-8247-b581a3f5ccc7\" not found","type":"unknown_resource"}' + body: '{"message":"\"90d9df36-3aa0-4184-9f5b-e33fe8b2167a\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4493,7 +4103,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:44:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4503,7 +4113,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a113d63-c540-48bd-b6af-5b4d60acc7e6 + - f8ea82d1-b443-4ede-9432-c5887cf12b81 status: 404 Not Found code: 404 duration: "" @@ -4514,10 +4124,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7e3334b4-612a-4678-8f4b-07330effe202 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/52250e1c-1749-40a3-8329-d535213a81c4 method: GET response: - body: '{"message":"\"7e3334b4-612a-4678-8f4b-07330effe202\" not found","type":"unknown_resource"}' + body: '{"message":"\"52250e1c-1749-40a3-8329-d535213a81c4\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4526,7 +4136,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4536,7 +4146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 109e1487-7bf7-44bd-9341-5d1896a07715 + - 3c30af7c-3950-46cd-a2e7-c72518bfe0f9 status: 404 Not Found code: 404 duration: "" @@ -4547,10 +4157,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/ec6f3006-67ae-41c2-8e31-41b488fb5d5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8fc1b5a8-cfce-489d-aebb-fcfaffac82a1 method: GET response: - body: '{"message":"\"ec6f3006-67ae-41c2-8e31-41b488fb5d5c\" not found","type":"unknown_resource"}' + body: '{"message":"\"8fc1b5a8-cfce-489d-aebb-fcfaffac82a1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4559,7 +4169,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:32 GMT + - Mon, 10 Jul 2023 07:44:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4569,7 +4179,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d62a9c2f-a140-4452-8446-c079369d0430 + - 5219f651-dcd8-46f2-a1ff-f7338f70f339 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-server-with-reserved-ip.cassette.yaml b/scaleway/testdata/instance-server-with-reserved-ip.cassette.yaml index fe8888782c..1bc8f8ecd7 100644 --- a/scaleway/testdata/instance-server-with-reserved-ip.cassette.yaml +++ b/scaleway/testdata/instance-server-with-reserved-ip.cassette.yaml @@ -2,7 +2,7 @@ version: 1 interactions: - request: - body: '{"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","type":"unknown_iptype"}' form: {} headers: Content-Type: @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Location: - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 Server: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c76559cf-cbf2-440b-96e0-05b97cdd5317 + - 9d81a225-4796-4ec0-b726-8d2ec2abf615 status: 201 Created code: 201 duration: "" @@ -48,16 +48,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cfbceb09-3fe0-4784-a857-4cad04ffb1d2 + - 0a5f6b77-e7a5-49bd-a259-2c3cda9976b7 status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57c1954e-7a2c-472b-9936-e485abb413c3 + - 600bad51-e381-41ab-b752-4b4276ca2987 status: 200 OK code: 200 duration: "" @@ -114,16 +114,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Link: - ; rel="next",; rel="last" @@ -136,7 +136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e36f84f5-4db5-45f0-a9ce-fb28aebcb10a + - ca8257f1-7f15-42bb-93ff-32795cdbcdd2 X-Total-Count: - "56" status: 200 OK @@ -152,16 +152,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:38 GMT + - Mon, 10 Jul 2023 07:42:01 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -174,14 +174,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2378f1fd-bc8c-43b4-a9f1-225d4895b39e + - 0065d4e9-0fa9-4cf4-94b5-66dbf16d77a2 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-beautiful-cartwright","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"public_ip":"452ea82f-500e-42fd-9200-8e5e921dd007","boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","reserved_ip"]}' + body: '{"name":"tf-srv-objective-wilson","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"public_ip":"452ea82f-500e-42fd-9200-8e5e921dd007","boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":["terraform-test","scaleway_instance_server","reserved_ip"]}' form: {} headers: Content-Type: @@ -194,22 +194,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.115133+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:01.795130+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2708" + - "3032" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:02 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -219,7 +219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8072a4e-1fe6-4ca1-81d8-64fdc7485cec + - 5a1844ef-975b-4428-b0b7-7581876fccb8 status: 201 Created code: 201 duration: "" @@ -230,25 +230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.115133+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:01.795130+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2708" + - "3032" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -258,7 +258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c8484e0-880d-45a2-8bf6-3efc7e22ee3f + - 091f1da7-d15c-4307-aff4-0ca2a8aa79d3 status: 200 OK code: 200 duration: "" @@ -269,25 +269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.115133+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:01.795130+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2708" + - "3032" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:39 GMT + - Mon, 10 Jul 2023 07:42:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -297,7 +297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44f4393b-7303-488e-a98c-ffa670f361f0 + - 14239e3f-93ec-4939-9ebf-5f01a9095078 status: 200 OK code: 200 duration: "" @@ -310,10 +310,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/action","href_result":"/servers/786b9c95-991b-44f1-acbc-7c9aa7908675","id":"83569770-38e9-4226-9298-f121d59f950d","started_at":"2023-05-29T12:12:40.171559+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/action","href_result":"/servers/90c38d39-d38e-4416-ab3c-92a4706457f0","id":"c8b90738-0eea-48c7-8405-11b7708cf880","started_at":"2023-07-10T07:42:07.057548+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -322,9 +322,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:07 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/83569770-38e9-4226-9298-f121d59f950d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c8b90738-0eea-48c7-8405-11b7708cf880 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -334,7 +334,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdb8c4c3-982b-4a77-85ab-94673e877aae + - 4368837b-b77c-4086-9195-883bcefef924 status: 202 Accepted code: 202 duration: "" @@ -345,25 +345,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:12:39.837701+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"allocating node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:06.259434+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2730" + - "3163" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:40 GMT + - Mon, 10 Jul 2023 07:42:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -373,7 +373,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a19498a3-f006-4735-86cf-b2c691fd2bf9 + - a84e0148-adb9-4c5b-b246-100e86fd916b status: 200 OK code: 200 duration: "" @@ -384,25 +384,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.837701+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:06.259434+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2838" + - "3163" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:45 GMT + - Mon, 10 Jul 2023 07:42:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -412,7 +412,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac4258ba-4f18-4941-8bcf-ae5e15431207 + - 1e8888f0-ef3d-44e2-8026-501dda0ee66a status: 200 OK code: 200 duration: "" @@ -423,25 +423,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:39.837701+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:06.259434+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2838" + - "3163" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:51 GMT + - Mon, 10 Jul 2023 07:42:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -451,7 +451,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d307a5c-2c0f-4bcb-b51b-01d75967ef33 + - 59a98fd9-8a21-47dc-b6dc-28d1896d2250 status: 200 OK code: 200 duration: "" @@ -462,25 +462,64 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:06.259434+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "3163" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:42:25 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 129407a9-1fb5-44a1-b23c-b160ea560a9b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -490,7 +529,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45987e63-36f6-4ea0-ab2c-14cf34666039 + - b170edfb-13be-4176-87f9-3d45963e5c96 status: 200 OK code: 200 duration: "" @@ -501,25 +540,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -529,7 +568,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbca4960-219e-4585-9905-45f613e6da81 + - db68e81e-469a-4dca-955d-bb4c16209570 status: 200 OK code: 200 duration: "" @@ -540,7 +579,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -552,7 +591,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -562,7 +601,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a1fc797-327d-4cab-b979-f6d4170d4073 + - 3b8c01fe-6f4e-44d3-8265-588652bab9ec status: 200 OK code: 200 duration: "" @@ -573,7 +612,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -585,9 +624,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:32 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -598,7 +637,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e7bed5e-79d2-4cb2-94ae-30297a337469 + - 325f3a3f-4677-4502-8bba-05ee66005863 X-Total-Count: - "0" status: 200 OK @@ -611,25 +650,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:56 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -639,7 +678,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d030db3-1f98-4464-bacc-cbda87d41b01 + - 2f1f6c8e-b6e3-4090-9004-d1792185744c status: 200 OK code: 200 duration: "" @@ -653,16 +692,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "335" + - "383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -672,7 +711,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db67f0c4-6644-4375-9bde-9f64cda0ea47 + - 414bf93b-de3b-4fd0-972f-964ca9ea3490 status: 200 OK code: 200 duration: "" @@ -683,25 +722,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:42:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -711,7 +750,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44d0b32e-1a43-4bb4-a4e6-c7cfaac3d497 + - 324fb01d-80e8-4a0e-a711-1b983791310b status: 200 OK code: 200 duration: "" @@ -722,7 +761,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -734,7 +773,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -744,7 +783,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 467036e6-55c4-46e0-adfa-24867ff85b55 + - c5367221-56cc-49a4-8005-71399ece8ce2 status: 200 OK code: 200 duration: "" @@ -755,7 +794,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -767,9 +806,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:57 GMT + - Mon, 10 Jul 2023 07:42:34 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -780,7 +819,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12fb0a12-a028-4dfd-bd12-57354b34896f + - 0d2515b9-ab94-428c-a27c-e032cc8c59f8 X-Total-Count: - "0" status: 200 OK @@ -796,16 +835,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "335" + - "383" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -815,7 +854,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a58c8e22-b4d3-462c-aaaf-506bb67da3dd + - 28d5ef3c-c3c1-4d79-b99c-a87a8c4d1c91 status: 200 OK code: 200 duration: "" @@ -826,25 +865,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -854,7 +893,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89784aca-469e-4f18-8536-b06efa01b0b8 + - 0e30559f-90f7-4526-9468-770c8b72e6ab status: 200 OK code: 200 duration: "" @@ -865,7 +904,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -877,7 +916,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -887,7 +926,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6326bd7f-8cd9-4669-a3d2-54541e6d8b52 + - 2f7edd6a-5edd-4956-99d7-6ece3b6912ec status: 200 OK code: 200 duration: "" @@ -898,7 +937,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -910,9 +949,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:58 GMT + - Mon, 10 Jul 2023 07:42:35 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -923,14 +962,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a0df8e1-1fdd-482e-a17d-02b8627e488a + - a9a2ba74-483b-4060-9572-49806bf24d36 X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","type":"unknown_iptype"}' form: {} headers: Content-Type: @@ -941,18 +980,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -962,7 +1001,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e7be7c5-604a-41b0-93c6-3e4617108408 + - a40560b5-fd2a-4281-bd92-e42e6ae9b3b1 status: 201 Created code: 201 duration: "" @@ -973,19 +1012,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -995,7 +1034,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90f11fd1-3227-4d92-8fce-5e9a7c9dbd38 + - 141c3cc7-0bfb-430f-83bb-eda31418e1dd status: 200 OK code: 200 duration: "" @@ -1006,25 +1045,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1034,7 +1073,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58a9bbcd-7a0d-4fef-aa77-8719bd0452a4 + - b239bb99-060c-40f2-9b35-4b48c0d2be2e status: 200 OK code: 200 duration: "" @@ -1045,25 +1084,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"id":"452ea82f-500e-42fd-9200-8e5e921dd007"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.15.249.127","dynamic":false,"family":"inet","gateway":null,"id":"452ea82f-500e-42fd-9200-8e5e921dd007","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:12:59 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1073,12 +1112,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb4c1d49-a54e-4393-af97-f1acc5bebc9e + - b4b5b3cf-44b5-4afa-875d-008e73802f81 status: 200 OK code: 200 duration: "" - request: - body: '{"server":null}' + body: '{"type":"unknown_iptype","server":null}' form: {} headers: Content-Type: @@ -1089,16 +1128,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: PATCH response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1108,7 +1147,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6dbbc6bb-f4b1-461d-b01d-ba666c1f82dc + - 0290fab3-5f4e-492c-b9d1-345abe384166 status: 200 OK code: 200 duration: "" @@ -1119,25 +1158,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2852" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1147,7 +1186,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4bf6bd22-8a67-48c4-a63a-95add459e0a6 + - 51566ad4-52f7-4470-8af3-bb710d45aefd status: 200 OK code: 200 duration: "" @@ -1158,25 +1197,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2852" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1186,12 +1225,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f58cb806-cdab-471a-8de5-699ab72dddf9 + - 26b87fee-0b4b-4ae1-a3b5-e438dffdcbd7 status: 200 OK code: 200 duration: "" - request: - body: '{"server":"786b9c95-991b-44f1-acbc-7c9aa7908675"}' + body: '{"type":"unknown_iptype","server":"90c38d39-d38e-4416-ab3c-92a4706457f0"}' form: {} headers: Content-Type: @@ -1199,19 +1238,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: PATCH response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "335" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1221,7 +1260,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a4d9fc4-f993-4a29-be26-7916831a41b6 + - 92ed2756-414e-4134-8305-d064cfe466a6 status: 200 OK code: 200 duration: "" @@ -1232,25 +1271,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:00 GMT + - Mon, 10 Jul 2023 07:42:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1260,7 +1299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05770175-9d08-41b6-bded-bad4f7a4da83 + - d7d712d8-b7fd-4293-9705-09e8313add44 status: 200 OK code: 200 duration: "" @@ -1273,25 +1312,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1301,7 +1340,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e52009d5-1b4c-46bc-8b8a-3e7fa150b53a + - 42423425-aebd-4882-be30-67dc1697bde3 status: 200 OK code: 200 duration: "" @@ -1312,25 +1351,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1340,7 +1379,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5bf19db-a3b0-4f41-ac3e-0dc5340c2926 + - 96ea79bd-cf3c-44ae-8f04-60d2deb414e1 status: 200 OK code: 200 duration: "" @@ -1351,25 +1390,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1379,7 +1418,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9160374-65a1-44ad-ae87-072103c86d34 + - fa7124ae-eeac-49e6-ac73-39567c22aa32 status: 200 OK code: 200 duration: "" @@ -1390,7 +1429,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -1402,7 +1441,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1412,7 +1451,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1aac53f-4839-4b46-a9c9-cabecb43cf5e + - e148cfe3-6dbe-40be-9a70-1774f23cdc41 status: 200 OK code: 200 duration: "" @@ -1423,7 +1462,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1435,9 +1474,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1448,7 +1487,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92290fd2-7d45-4614-8029-d11ef2dcef69 + - 344b85b1-1390-4312-8b4e-92c22d194cbb X-Total-Count: - "0" status: 200 OK @@ -1461,25 +1500,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1489,7 +1528,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23947390-fd27-48e9-b9d6-c3fb0117301b + - a42b57c5-0bb0-4241-a1bb-c8fe8aa84ed4 status: 200 OK code: 200 duration: "" @@ -1500,25 +1539,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1528,7 +1567,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afa1153b-6c06-492a-8398-e12c32e9cf95 + - be97c63a-50d2-40a1-ad18-a4120f7775bf status: 200 OK code: 200 duration: "" @@ -1539,19 +1578,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "335" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:01 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1561,7 +1600,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9be51e83-25fb-458c-87db-d66b65377c2a + - 7ace1f32-1b6a-40e7-b4a8-d138e13d8103 status: 200 OK code: 200 duration: "" @@ -1575,16 +1614,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1594,7 +1633,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f27bdc1-1855-40e9-b2e4-3e414cbfcc2c + - 190637e4-255a-4865-979a-2011323e118a status: 200 OK code: 200 duration: "" @@ -1605,19 +1644,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "335" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1627,7 +1666,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f4b884a-f7da-442d-948c-d1d8d666d4b5 + - 1cd81304-1387-4ee6-a90e-c22d66f745c9 status: 200 OK code: 200 duration: "" @@ -1638,25 +1677,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3192" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1666,7 +1705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aaf0cca1-1916-42b7-bf98-2d83fa03c45f + - 2ec20a16-0622-4dfb-871c-ee62febdd5f0 status: 200 OK code: 200 duration: "" @@ -1677,7 +1716,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -1689,7 +1728,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1699,7 +1738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ca02ae2-3351-41c2-90cd-10c8302f296d + - 47e4e471-c844-484d-8167-9030eae110b8 status: 200 OK code: 200 duration: "" @@ -1710,7 +1749,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1722,9 +1761,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:48 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1735,7 +1774,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d1d384b-6a14-4730-a64b-a941b280cdc2 + - abf7a2bb-b95f-4542-b755-e96cab72666e X-Total-Count: - "0" status: 200 OK @@ -1748,19 +1787,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "335" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1770,7 +1809,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f5f4b59-fa7a-4562-bfa3-e8081ad1decc + - 33713e3a-1493-4089-9491-707a36274069 status: 200 OK code: 200 duration: "" @@ -1781,19 +1820,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"state":"attached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "382" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:02 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1803,7 +1842,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95f6ba36-ed09-4606-ac4e-738345eb94b3 + - e1c12051-abf5-4e2c-a6df-bf9a41b00d81 status: 200 OK code: 200 duration: "" @@ -1814,25 +1853,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3184" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1842,7 +1881,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97b4bfd1-b98a-4ca4-b2ef-f154ee9c87f6 + - 60d4c28b-e501-4b06-87ba-3f52529cd0da status: 200 OK code: 200 duration: "" @@ -1853,7 +1892,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -1865,7 +1904,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1875,7 +1914,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92265faa-a710-440a-b91e-82fe7d3f7156 + - fd26969e-95c8-4e34-8c61-59debb3f8406 status: 200 OK code: 200 duration: "" @@ -1886,7 +1925,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1898,9 +1937,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1911,7 +1950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 370df0ea-9830-4760-8297-cd8fddd7dec0 + - 473e214b-7511-435f-bea8-aae194c11024 X-Total-Count: - "0" status: 200 OK @@ -1924,25 +1963,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3184" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:03 GMT + - Mon, 10 Jul 2023 07:42:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1952,7 +1991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93a91a27-8387-488a-865a-ba7f6abf5c27 + - d70e5d70-bac2-43a7-ac46-ca78e8a0acb1 status: 200 OK code: 200 duration: "" @@ -1963,25 +2002,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.249.180","dynamic":false,"id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"51.158.69.45","dynamic":false,"family":"inet","gateway":null,"id":"3d507479-2133-4a90-8202-fe3f1f741d91","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2869" + - "3184" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1991,12 +2030,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6fab2422-0b25-40d8-b1f9-89fe5a5650e8 + - c0de3458-c991-42e4-91e1-d8b85c0e97c8 status: 200 OK code: 200 duration: "" - request: - body: '{"server":null}' + body: '{"type":"unknown_iptype","server":null}' form: {} headers: Content-Type: @@ -2004,19 +2043,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: PATCH response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2026,7 +2065,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb483758-147b-4ddf-8c42-0911af992061 + - 6e253c31-2a24-4873-a6d6-352e174bbfec status: 200 OK code: 200 duration: "" @@ -2037,25 +2076,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2065,7 +2104,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67ece037-60ec-44df-84e2-00b00ec65c07 + - 3dfd40c1-9a12-4772-9462-cac773c54822 status: 200 OK code: 200 duration: "" @@ -2078,25 +2117,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2106,7 +2145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 25729923-9a46-4c56-982d-d3e5f5f500cf + - f5e94886-97e1-44c6-bc1e-968b57cbce89 status: 200 OK code: 200 duration: "" @@ -2117,25 +2156,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2145,7 +2184,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65a78ab0-8e09-4d6c-a1d5-201848d0380f + - 76087485-f995-4ce3-8fbf-b8ca92ac1719 status: 200 OK code: 200 duration: "" @@ -2156,25 +2195,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2184,7 +2223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7bd12b24-7a1f-4273-9cd0-c52c380c3dd3 + - 0a842700-83d5-4879-b317-79884e234422 status: 200 OK code: 200 duration: "" @@ -2195,7 +2234,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -2207,7 +2246,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2217,7 +2256,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb76e0db-8596-436a-a3a4-9eff875132d0 + - e5f0fcf9-07c2-420e-8e8a-1953e6ef0938 status: 200 OK code: 200 duration: "" @@ -2228,7 +2267,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2240,9 +2279,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:04 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2253,7 +2292,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f57d8a4-b949-48d9-9e4c-dc308982e194 + - 4338e177-cc86-48d5-9002-81744ab8dbd8 X-Total-Count: - "0" status: 200 OK @@ -2266,25 +2305,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2294,7 +2333,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a409c125-a33b-4743-9255-ff59c56334de + - 2590a972-4f37-475a-85bb-9f3439dc9e89 status: 200 OK code: 200 duration: "" @@ -2305,25 +2344,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:42:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2333,7 +2372,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8418a08-1ee1-407f-9dcd-c7a5715771e4 + - c35b71ac-7054-4556-843c-396ba89e1f74 status: 200 OK code: 200 duration: "" @@ -2347,16 +2386,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2366,7 +2405,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90ce120f-108b-4bde-a94a-a5cc9eec9b7f + - 360fd239-8436-4184-804f-7eb3a5ef036c status: 200 OK code: 200 duration: "" @@ -2377,19 +2416,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2399,7 +2438,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2179d962-cc37-472a-af79-3adae58cfcf8 + - ab89fcf5-ea89-42cb-a030-60e7c8861df5 status: 200 OK code: 200 duration: "" @@ -2410,25 +2449,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:43:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2438,7 +2477,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20e329ed-6f8c-4b37-98d7-1f81385971eb + - c127afee-4c8e-49fc-acb0-71cc326fb09e status: 200 OK code: 200 duration: "" @@ -2449,7 +2488,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -2461,7 +2500,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2471,7 +2510,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f67c0f0-5387-4393-9054-ff14582e8d64 + - d9753674-7733-49e2-a511-853a9c8dade0 status: 200 OK code: 200 duration: "" @@ -2482,7 +2521,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2494,9 +2533,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:05 GMT + - Mon, 10 Jul 2023 07:43:01 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2507,7 +2546,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70dac080-5d3c-4284-b288-fd063ee17dec + - dfdf701f-1827-426c-9c35-f7d7a7adeec2 X-Total-Count: - "0" status: 200 OK @@ -2520,19 +2559,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2542,7 +2581,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc11acd5-3c40-46ac-94b7-d9c801041570 + - b9402fd6-b886-4b53-92ef-b95dd63a6be5 status: 200 OK code: 200 duration: "" @@ -2553,19 +2592,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2575,7 +2614,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff4d3eff-c0d8-4716-929e-f8be6ba0f2e0 + - 59048a69-be5b-4d53-a96d-0e8ddf831d1a status: 200 OK code: 200 duration: "" @@ -2586,25 +2625,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2614,7 +2653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68967342-1427-4a42-97f3-72e9c86b2075 + - 05a02f9a-06e3-444e-b728-490cd02e3c07 status: 200 OK code: 200 duration: "" @@ -2625,7 +2664,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -2637,7 +2676,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2647,7 +2686,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64cd8e89-b758-44a7-902e-6af08156ff0f + - 79264e4b-ae78-4142-bcb4-b6399ec0345f status: 200 OK code: 200 duration: "" @@ -2658,7 +2697,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2670,9 +2709,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:03 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2683,7 +2722,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68cd1953-5293-4276-bc4d-857ed3e42e2d + - 26955853-8d0b-45df-87f5-aceb9e579594 X-Total-Count: - "0" status: 200 OK @@ -2696,25 +2735,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:12:55.961911+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:42:30.327554+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2781" + - "2844" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:06 GMT + - Mon, 10 Jul 2023 07:43:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2724,7 +2763,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 626bbdb3-aee3-4230-bf10-c38babf502d5 + - 0e775039-10b0-4410-9f33-723c540849f0 status: 200 OK code: 200 duration: "" @@ -2737,25 +2776,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: PATCH response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2867" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2765,7 +2804,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb95aed4-740f-4bd0-a42b-27f47509ec8e + - 00a98757-c1ba-426f-bf19-3faa0c33b5d8 status: 200 OK code: 200 duration: "" @@ -2776,25 +2815,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2867" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:43:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2804,7 +2843,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 916a8e05-6b7b-427a-bdbb-2af2c4ec43ef + - cc877780-e261-49e7-97e2-a377b41fc491 status: 200 OK code: 200 duration: "" @@ -2815,25 +2854,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2867" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:07 GMT + - Mon, 10 Jul 2023 07:43:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2843,7 +2882,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a311bf79-b410-436f-968b-2ad3a841a113 + - e85f549e-2706-4a70-9a95-80a06361c3c0 status: 200 OK code: 200 duration: "" @@ -2854,7 +2893,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -2866,7 +2905,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2876,7 +2915,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e1a9db9-7385-406f-a164-a587ab64111b + - eb9a9b4a-c5c8-43c9-b3e3-ef5ded11d159 status: 200 OK code: 200 duration: "" @@ -2887,7 +2926,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -2899,9 +2938,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2912,7 +2951,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f8f358a-7937-43c3-b482-b28526cd244e + - 8fe32d48-f5ce-4d5e-b4d7-f231147813a6 X-Total-Count: - "0" status: 200 OK @@ -2925,25 +2964,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2867" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:43:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2953,7 +2992,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 537d5f26-55f7-46e7-8c65-47b3a94c142e + - 0af14797-ed31-4b21-b930-d8ca69c05276 status: 200 OK code: 200 duration: "" @@ -2964,25 +3003,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2867" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2992,7 +3031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5d3268f0-d6fe-46b7-8bce-2d4d07d0ee6d + - aebab846-4680-46f8-b0ae-01065262b0f2 status: 200 OK code: 200 duration: "" @@ -3003,19 +3042,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 method: GET response: - body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.158.69.45","id":"3d507479-2133-4a90-8202-fe3f1f741d91","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3025,7 +3064,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a529620c-6c1d-44b5-a70a-5e4a7bce045a + - 5c5c6a26-1043-469b-a178-46b5df6bcf5b status: 200 OK code: 200 duration: "" @@ -3036,19 +3075,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/452ea82f-500e-42fd-9200-8e5e921dd007 method: GET response: - body: '{"ip":{"address":"51.15.249.180","id":"07aceef5-8111-4338-97ca-c4ca2eb47bbd","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"tags":[],"zone":"fr-par-1"}}' + body: '{"ip":{"address":"51.15.249.127","id":"452ea82f-500e-42fd-9200-8e5e921dd007","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","prefix":null,"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null,"server":null,"state":"detached","tags":[],"type":"nat","zone":"fr-par-1"}}' headers: Content-Length: - - "254" + - "306" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:08 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3058,7 +3097,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58111c3f-6d5a-4277-a685-7e1239d959ae + - d7054223-292d-41f4-995d-12e562e478ec status: 200 OK code: 200 duration: "" @@ -3069,25 +3108,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2867" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3097,7 +3136,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbbb1679-e576-49ac-a409-563a39279d6e + - a1f11180-4736-42a8-b438-58072ea7fb49 status: 200 OK code: 200 duration: "" @@ -3108,7 +3147,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/user_data method: GET response: body: '{"user_data":[]}' @@ -3120,7 +3159,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3130,7 +3169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5691c355-7252-43f2-bc77-e22adf9cd12d + - 9ba52037-e891-4ea4-96a6-ed1d74321711 status: 200 OK code: 200 duration: "" @@ -3141,7 +3180,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/private_nics method: GET response: body: '{"private_nics":[]}' @@ -3153,9 +3192,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:43:09 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -3166,41 +3205,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 825bb73c-5547-47b0-8580-eeb500be3725 + - faff9277-dafb-4e56-b516-4500cbc3827f X-Total-Count: - "0" status: 200 OK code: 200 duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/07aceef5-8111-4338-97ca-c4ca2eb47bbd - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Date: - - Mon, 29 May 2023 12:13:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6a0581f3-5ea0-44d4-ab7d-a15d112913f6 - status: 204 No Content - code: 204 - duration: "" - request: body: "" form: {} @@ -3216,7 +3226,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:13:09 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3226,7 +3236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 451f6107-970d-49d4-a5de-cf50c674ba6f + - 4aebac10-4544-4163-b543-36dc295fb100 status: 204 No Content code: 204 duration: "" @@ -3237,179 +3247,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:07.024438+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"51.15.234.153","dynamic":true,"id":"03b7d4bd-865b-4306-9510-d59ca6eb99aa"},"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booting kernel","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2867" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0102e613-9016-4fba-8c29-164fd494efdd - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"action":"poweroff"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/action - method: POST - response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/786b9c95-991b-44f1-acbc-7c9aa7908675/action","href_result":"/servers/786b9c95-991b-44f1-acbc-7c9aa7908675","id":"80efebda-1f43-42df-a666-f3b18a1f25bc","started_at":"2023-05-29T12:13:10.180127+00:00","status":"pending","terminated_at":null}}' - headers: - Content-Length: - - "317" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:10 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/80efebda-1f43-42df-a666-f3b18a1f25bc - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 104b788c-53df-4f49-ad5b-8d36c7671398 - status: 202 Accepted - code: 202 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2740" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d62b761-1dd3-4b94-86ce-577efdaa5175 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 473356b1-1a5f-419a-aa59-533a2852780f - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:05.010231+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"},"public_ips":[{"address":"163.172.147.237","dynamic":true,"family":"inet","gateway":null,"id":"1185a765-fc07-4e33-ad15-aa5765aa5824","netmask":"32","provisioning_mode":"dhcp"}],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2738" + - "3187" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:20 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3419,7 +3275,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f06bc21-2690-439c-9f57-8371999f9629 + - e03d37e0-d89d-4b93-ae58-a2ecd320b525 status: 200 OK code: 200 duration: "" @@ -3430,64 +3286,15 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3d507479-2133-4a90-8202-fe3f1f741d91 + method: DELETE response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:25 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7ad4c230-94fd-4525-845a-762676d50487 - status: 200 OK - code: 200 - duration: "" -- request: body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: - Content-Length: - - "2738" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json Date: - - Mon, 29 May 2023 12:13:31 GMT + - Mon, 10 Jul 2023 07:43:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3497,114 +3304,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e26d2b3a-80b7-48f7-8f6b-fd9d4c0754c2 - status: 200 OK - code: 200 + - cbe07b35-8f28-4655-a706-1c8c2f14695e + status: 204 No Content + code: 204 duration: "" - request: - body: "" + body: '{"action":"poweroff"}' form: {} headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json - Date: - - Mon, 29 May 2023 12:13:36 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e6a221ec-9e24-43f6-ab48-41937e03ebe0 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2738" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:13:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c6244b90-58e6-43a7-9137-430fa5f473fa - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/action + method: POST response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/90c38d39-d38e-4416-ab3c-92a4706457f0/action","href_result":"/servers/90c38d39-d38e-4416-ab3c-92a4706457f0","id":"8ca41a0a-3f4b-4074-8e92-87be62870dce","started_at":"2023-07-10T07:43:11.363485+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "2738" + - "317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:49 GMT + - Mon, 10 Jul 2023 07:43:11 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8ca41a0a-3f4b-4074-8e92-87be62870dce Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3614,9 +3341,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17236998-e328-4b9a-9376-464f85db1c3f - status: 200 OK - code: 200 + - 89e1ca62-75ab-4955-bfa8-40919fe634a4 + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -3625,25 +3352,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:11.004620+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2738" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:13:54 GMT + - Mon, 10 Jul 2023 07:43:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3653,7 +3380,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd039a17-bed0-4444-ba53-da931f344200 + - dc02a984-7d9e-4c98-87f9-f6268a246446 status: 200 OK code: 200 duration: "" @@ -3664,25 +3391,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:11.004620+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2738" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:00 GMT + - Mon, 10 Jul 2023 07:43:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3692,7 +3419,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d81a1f90-554c-4d33-b581-f2a21b660261 + - e6e83f9e-d5ed-453f-a978-910aaaee7927 status: 200 OK code: 200 duration: "" @@ -3703,25 +3430,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:11.004620+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2738" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:05 GMT + - Mon, 10 Jul 2023 07:43:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3731,7 +3458,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2863c6a5-6b71-46ac-bd05-41995ab4afe7 + - afe696d7-f7a0-4921-8838-db9485dcb49e status: 200 OK code: 200 duration: "" @@ -3742,25 +3469,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:11.004620+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2738" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:10 GMT + - Mon, 10 Jul 2023 07:43:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3770,7 +3497,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b336457-00f1-4483-9969-ec83bc63ea93 + - ce299bc3-c2fb-431c-a105-f86d29efea29 status: 200 OK code: 200 duration: "" @@ -3781,25 +3508,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"31","hypervisor_id":"204","node_id":"24","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:13:09.855940+00:00","name":"tf-srv-beautiful-cartwright","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.14.47","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"403","node_id":"57","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:11.004620+00:00","name":"tf-srv-objective-wilson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.92.113","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2738" + - "2811" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:15 GMT + - Mon, 10 Jul 2023 07:43:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3809,7 +3536,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6bfbc21-1093-47e7-b6a7-bc48c9540a30 + - d9288e8a-a418-4069-a39a-a4391305070e status: 200 OK code: 200 duration: "" @@ -3820,25 +3547,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:16.227732+00:00","name":"tf-srv-beautiful-cartwright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:39.997081+00:00","name":"tf-srv-objective-wilson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2619" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:20 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3848,7 +3575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f00f685f-5b5c-46dd-945f-cea9032831ad + - 83a6be0f-49a4-49ab-a876-70bc98e33a6d status: 200 OK code: 200 duration: "" @@ -3859,25 +3586,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:12:39.115133+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-beautiful-cartwright","id":"786b9c95-991b-44f1-acbc-7c9aa7908675","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:14:16.227732+00:00","name":"tf-srv-beautiful-cartwright","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:12:39.115133+00:00","export_uri":null,"id":"8fae5e0a-7527-4bdd-a391-6d9bbf9813ee","modification_date":"2023-05-29T12:12:39.115133+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"786b9c95-991b-44f1-acbc-7c9aa7908675","name":"tf-srv-beautiful-cartwright"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:42:01.795130+00:00","dynamic_ip_required":true,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-objective-wilson","id":"90c38d39-d38e-4416-ab3c-92a4706457f0","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8c:23","maintenances":[],"modification_date":"2023-07-10T07:43:39.997081+00:00","name":"tf-srv-objective-wilson","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":["terraform-test","scaleway_instance_server","reserved_ip"],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:42:01.795130+00:00","export_uri":null,"id":"e6a662ff-68b8-4946-a4ad-3f1f78ca26a5","modification_date":"2023-07-10T07:42:01.795130+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"90c38d39-d38e-4416-ab3c-92a4706457f0","name":"tf-srv-objective-wilson"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2619" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:20 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3887,7 +3614,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2243376f-76c8-4709-9ecd-c6a3709f62cd + - d7816766-2174-46e2-891b-0172ef5d6e7c status: 200 OK code: 200 duration: "" @@ -3898,7 +3625,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: DELETE response: body: "" @@ -3906,7 +3633,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:43:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3916,7 +3643,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 079fbb4f-c9b0-4dc5-8018-a8b154ba8667 + - bbfb13ff-50a6-46de-b6f9-a7681f30008a status: 204 No Content code: 204 duration: "" @@ -3927,10 +3654,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: - body: '{"message":"\"786b9c95-991b-44f1-acbc-7c9aa7908675\" not found","type":"unknown_resource"}' + body: '{"message":"\"90c38d39-d38e-4416-ab3c-92a4706457f0\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3939,7 +3666,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3949,7 +3676,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0191dcb-c33c-458d-a4ae-3fa9f7c4da36 + - 9cfd861c-aed4-4cc1-a1a3-dc1d8ec15fc7 status: 404 Not Found code: 404 duration: "" @@ -3960,7 +3687,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/8fae5e0a-7527-4bdd-a391-6d9bbf9813ee + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e6a662ff-68b8-4946-a4ad-3f1f78ca26a5 method: DELETE response: body: "" @@ -3968,7 +3695,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3978,7 +3705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9905d5cc-ce37-4231-9b5e-e49d129e083c + - e3f6482f-e91d-4af3-b509-ffb24197394b status: 204 No Content code: 204 duration: "" @@ -3989,10 +3716,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/786b9c95-991b-44f1-acbc-7c9aa7908675 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90c38d39-d38e-4416-ab3c-92a4706457f0 method: GET response: - body: '{"message":"\"786b9c95-991b-44f1-acbc-7c9aa7908675\" not found","type":"unknown_resource"}' + body: '{"message":"\"90c38d39-d38e-4416-ab3c-92a4706457f0\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4001,7 +3728,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:14:21 GMT + - Mon, 10 Jul 2023 07:43:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4011,7 +3738,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0908967-a0ec-4074-a8b0-89734a557b3b + - 62e20f3e-0375-4df8-8ab9-9e96afda386c status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-snapshot-server-with-block-volume.cassette.yaml b/scaleway/testdata/instance-snapshot-server-with-block-volume.cassette.yaml index e99682f91e..a62ebbc509 100644 --- a/scaleway/testdata/instance-snapshot-server-with-block-volume.cassette.yaml +++ b/scaleway/testdata/instance-snapshot-server-with-block-volume.cassette.yaml @@ -2,7 +2,7 @@ version: 1 interactions: - request: - body: '{"name":"tf-vol-gifted-hopper","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":10000000000}' + body: '{"name":"tf-vol-adoring-hamilton","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"b_ssd","size":10000000000}' form: {} headers: Content-Type: @@ -13,18 +13,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:18.380679+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:09.521535+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "442" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b36a8301-0952-4010-871c-bc8d57a33417 + - 237545ca-7b9e-4808-b58e-1533ef196ce3 status: 201 Created code: 201 duration: "" @@ -45,19 +45,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:18.380679+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:09.521535+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "442" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e426c1ce-501f-431a-8dbb-88757989d797 + - de043b01-a075-485d-8c0b-fceeeb390320 status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:18.380679+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:09.521535+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "442" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3bcfe25-61f3-48e2-a5ae-57b12148561d + - 034e1e33-5e53-4e52-a7cc-ba008a7d6b1e status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1fc6053-fa65-4b8e-bffa-b9c8899ca2c2 + - 9bc23589-1abb-4194-b07d-daa6d268bcb8 status: 200 OK code: 200 duration: "" @@ -147,16 +147,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Link: - ; rel="next",; rel="last" @@ -169,7 +169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5f6a68c-c240-47b3-ae60-2b3757dc0892 + - da4dc7a8-52b7-460c-97b8-2483fc8d2fbc X-Total-Count: - "56" status: 200 OK @@ -185,16 +185,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 605c0b8b-437e-4397-b4a1-d73458dba1aa + - c2d15264-9722-4fc0-96e9-e8f516293a35 X-Total-Count: - "56" status: 200 OK @@ -220,10 +220,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:18.671416+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:09.521535+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - "445" @@ -232,7 +232,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -242,12 +242,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 91568ad1-532a-4f9f-bf3f-3ddb1c327dec + - cbf34fc8-25ff-479b-8456-23d5f165e080 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-wonderful-carson","volume_id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: '{"name":"tf-snap-youthful-swirles","volume_id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: Content-Type: @@ -258,16 +258,59 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:18.671416+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_6dbf4a4e-e0eb-4a11-8894-8148d7903784","href_from":"/snapshots","href_result":"snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784","id":"1651e5cd-65fe-43bb-a39c-7356bb89a21b","started_at":"2023-05-29T13:35:19.035445+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:11.898975+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_6e837943-087a-4726-b2c3-52e53ad4f5d1","href_from":"/snapshots","href_result":"snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1","id":"5b0cebb2-b180-4109-8a3b-3ac8101d95c2","started_at":"2023-07-10T07:40:12.664924+00:00","status":"pending","terminated_at":null}}' + headers: + Content-Length: + - "842" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:12 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e3e9ce96-10de-4b28-9572-e6ff5a9624f9 + status: 201 Created + code: 201 + duration: "" +- request: + body: '{"name":"tf-srv-wonderful-buck","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":10000000000,"volume_type":"l_ssd"},"1":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST + response: + body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-srv-wonderful-buck","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "839" + - "3139" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:12 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -277,7 +320,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a171707-6e7c-45bc-94d9-a5be227385db + - 5e04fff0-d382-4085-bdc3-36a4ace33cfa status: 201 Created code: 201 duration: "" @@ -288,19 +331,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:18.671416+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:11.898975+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "533" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -310,40 +353,36 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19026fbb-ee91-43e6-98a0-c460e739f1e4 + - 90ea264b-07cd-440e-9cf1-ff997aa83880 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-magical-khayyam","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":10000000000,"volume_type":"l_ssd"},"1":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"}},"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.20.1; linux; amd64) 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/2d21d89c-1f82-492c-81df-e6ee45069dd9 + method: GET response: body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-srv-magical-khayyam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-srv-wonderful-buck","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3058" + - "3139" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -353,9 +392,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b2d6796-adf2-4a80-b077-4775beeb2459 - status: 201 Created - code: 201 + - de04cabd-aaa9-456d-9eb1-fa09816c5895 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -364,25 +403,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-srv-magical-khayyam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-srv-wonderful-buck","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3058" + - "3139" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -392,7 +431,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39c4dea3-0084-4348-9c70-a0d5ad1483ad + - 376d092a-7ec6-43ab-a340-e4d3a33a29c2 status: 200 OK code: 200 duration: "" @@ -403,25 +442,52 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"server":{"allowed_actions":[],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-srv-magical-khayyam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"snapshotting","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: + - Mon, 10 Jul 2023 07:40:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d5187c9f-3e5b-4871-afe8-1988293c8c0f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 + method: GET + response: + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:11.898975+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "3058" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -431,7 +497,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 385c1982-ea51-4b15-b76d-857cb4b57c64 + - 84482e13-d32c-41bb-9bc6-025634a8fc45 status: 200 OK code: 200 duration: "" @@ -442,19 +508,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"snapshotting","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "521" + - "523" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -464,7 +530,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbb14079-7c5c-43b3-96b2-d6f7dda55850 + - 8e9f2ec6-5ba5-4696-bbf1-42dc936ba0ff status: 200 OK code: 200 duration: "" @@ -475,19 +541,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:24 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -497,7 +563,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc7f1d1e-4950-4037-981b-090cfd008574 + - 4eb6b885-5bfa-468c-973e-6eba49a53dda status: 200 OK code: 200 duration: "" @@ -508,19 +574,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "520" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:24 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -530,7 +596,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e20aef5-3421-4ba0-b71e-02547c731000 + - 5bee68a9-c268-4c7a-9cca-742e61af8c44 status: 200 OK code: 200 duration: "" @@ -541,19 +607,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "518" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:24 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -563,7 +629,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13469683-cfe4-407e-af65-ecaf2bedc826 + - ed5c1d8f-aaa9-447d-8c5c-c4b1212d211a status: 200 OK code: 200 duration: "" @@ -576,10 +642,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/action","href_result":"/servers/079b063e-812d-4b03-b3db-9b3a7cad9492","id":"bb765fc3-7a5a-4aa1-afa4-59bb975b5b7a","started_at":"2023-05-29T13:35:25.151141+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/action","href_result":"/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9","id":"38d34aea-eb5a-4340-a6b2-63ab213f8241","started_at":"2023-07-10T07:40:24.671794+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -588,9 +654,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:25 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bb765fc3-7a5a-4aa1-afa4-59bb975b5b7a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/38d34aea-eb5a-4340-a6b2-63ab213f8241 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -600,7 +666,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5845840-2e66-40e5-85d5-c96f321b1e28 + - 692e1368-00ab-403d-a009-e355ee7e209d status: 202 Accepted code: 202 duration: "" @@ -611,25 +677,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:24.814541+00:00","name":"tf-srv-magical-khayyam","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,"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":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:24.299576+00:00","name":"tf-srv-wonderful-buck","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":false,"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":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3096" + - "3177" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:25 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -639,7 +705,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c133d0e0-3809-427e-9916-b166ed30e46a + - f668bafd-08a2-4582-9eb3-2d1bfdc683fb status: 200 OK code: 200 duration: "" @@ -650,25 +716,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:24.814541+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:24.299576+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3204" + - "3286" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:30 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -678,7 +744,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5f64c45-3b78-468d-adea-48999de1cc7e + - 8896edca-0628-4136-b035-d9654f338f3b status: 200 OK code: 200 duration: "" @@ -689,25 +755,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:24.814541+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:24.299576+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3204" + - "3286" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:35 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -717,7 +783,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e19bb31-85c2-43fa-8ff6-1b521c818078 + - b2169412-468b-468a-92b1-90200d63a420 status: 200 OK code: 200 duration: "" @@ -728,25 +794,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:40.199340+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:41.126969+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3235" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:41 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -756,7 +822,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b446a34-30aa-452e-8d5b-ce3f75b362ea + - d4075e98-3548-4531-9825-5f10b14fd0a0 status: 200 OK code: 200 duration: "" @@ -767,25 +833,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:40.199340+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:41.126969+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3235" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:41 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -795,7 +861,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d50a565-6070-4dc3-ba07-8c628f3d1e5a + - c246e01b-3a77-465f-bde8-ef329dc2f206 status: 200 OK code: 200 duration: "" @@ -806,7 +872,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/user_data method: GET response: body: '{"user_data":[]}' @@ -818,7 +884,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:41 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -828,7 +894,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a24ecd70-0435-4f2e-9cd3-bf037a259646 + - e9348668-892f-4ec8-b760-bfbef84b423c status: 200 OK code: 200 duration: "" @@ -839,7 +905,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -851,9 +917,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:41 GMT + - Mon, 10 Jul 2023 07:40:45 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -864,7 +930,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5597ed59-c9cb-49d5-ad11-afc2af4d42aa + - 4d73f64b-8e26-46a3-8082-44b3ec8614f4 X-Total-Count: - "0" status: 200 OK @@ -877,19 +943,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:41 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -899,7 +965,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f9cf9027-982b-4366-aa81-cfda82aea920 + - 9f4a3e55-fa7a-4878-8497-0cc398c1f1b4 status: 200 OK code: 200 duration: "" @@ -910,19 +976,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "518" + - "520" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:42 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -932,7 +998,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42cc3ddf-3f96-45bb-9a26-de19ff21b323 + - 88914651-92b9-43cb-9145-4c49982c4f19 status: 200 OK code: 200 duration: "" @@ -943,19 +1009,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:42 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -965,7 +1031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f25e2d12-2400-429c-b83d-54ab2a7a65cb + - 5994c938-ae67-4ba3-b04c-c833442719b4 status: 200 OK code: 200 duration: "" @@ -976,25 +1042,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:40.199340+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:41.126969+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3235" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:42 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1004,7 +1070,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 491a8719-b219-4790-9c41-e290540a7d72 + - 3a21fa19-f7f0-4a11-a7e1-c951a966ba26 status: 200 OK code: 200 duration: "" @@ -1015,7 +1081,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/user_data method: GET response: body: '{"user_data":[]}' @@ -1027,7 +1093,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:42 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1037,7 +1103,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21716f92-a871-47af-b9b4-0e3fbda3a1d4 + - 42f57c9e-563b-4b21-a833-b522dd388a4d status: 200 OK code: 200 duration: "" @@ -1048,7 +1114,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1060,9 +1126,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:42 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1073,7 +1139,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1557cf0-0d07-4a5b-bffd-a4a20b3f9491 + - 2be05b3c-2cfe-4fb5-908d-6c9472e4e267 X-Total-Count: - "0" status: 200 OK @@ -1086,19 +1152,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","name":"tf-vol-gifted-hopper"},"creation_date":"2023-05-29T13:35:18.671416+00:00","error_details":null,"id":"6dbf4a4e-e0eb-4a11-8894-8148d7903784","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-snap-wonderful-carson","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","name":"tf-vol-adoring-hamilton"},"creation_date":"2023-07-10T07:40:11.898975+00:00","error_details":null,"id":"6e837943-087a-4726-b2c3-52e53ad4f5d1","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-snap-youthful-swirles","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "530" + - "533" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:42 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1108,7 +1174,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 732f4530-c5fa-42f3-98e4-769b40242a02 + - 1a938fda-8623-4af4-a142-def4d8ade273 status: 200 OK code: 200 duration: "" @@ -1119,7 +1185,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: DELETE response: body: "" @@ -1127,7 +1193,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:35:43 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1137,7 +1203,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57c7e5ea-0e0b-4729-b45a-825e122ce3b3 + - 8a86efc2-7899-483b-be00-23c019e39858 status: 204 No Content code: 204 duration: "" @@ -1148,10 +1214,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"message":"\"6dbf4a4e-e0eb-4a11-8894-8148d7903784\" not found","type":"unknown_resource"}' + body: '{"message":"\"6e837943-087a-4726-b2c3-52e53ad4f5d1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1160,7 +1226,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:43 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1170,7 +1236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20bd8a9c-99f1-4e98-9ac2-bbb0963eb796 + - 40d98225-fcf0-4f4f-b5c7-e941416414fb status: 404 Not Found code: 404 duration: "" @@ -1181,25 +1247,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:40.199340+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:41.126969+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3235" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:43 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1209,7 +1275,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c9f691b-3d1f-4b29-a07e-3c9f6333087d + - c9f58d6f-5ae1-44bc-bf9d-780ff961c62a status: 200 OK code: 200 duration: "" @@ -1222,10 +1288,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/079b063e-812d-4b03-b3db-9b3a7cad9492/action","href_result":"/servers/079b063e-812d-4b03-b3db-9b3a7cad9492","id":"10ee4ff6-2219-44b1-a486-874bf8be47ac","started_at":"2023-05-29T13:35:43.773587+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9/action","href_result":"/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9","id":"8822f83c-4048-4978-8897-51d713234807","started_at":"2023-07-10T07:40:50.859709+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1234,9 +1300,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:43 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/10ee4ff6-2219-44b1-a486-874bf8be47ac + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8822f83c-4048-4978-8897-51d713234807 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1246,7 +1312,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3891cb2f-fbda-41bf-824d-72ef86ac0498 + - eaa0ac0c-7208-4467-bc99-8035bee49643 status: 202 Accepted code: 202 duration: "" @@ -1257,103 +1323,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3195" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:35:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9802ec7e-5717-4639-8a44-03c269a31f25 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3195" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:35:49 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 71cc5e35-04fe-4a1b-8568-225b5b424d56 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3195" + - "3277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:54 GMT + - Mon, 10 Jul 2023 07:40:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1363,7 +1351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9f908e8-4516-43d2-8e6f-6736c7121aa9 + - cc278da7-016c-42d2-9ade-dcadc13c5d75 status: 200 OK code: 200 duration: "" @@ -1374,25 +1362,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3195" + - "3277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:59 GMT + - Mon, 10 Jul 2023 07:40:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1402,7 +1390,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c52ffdbc-f52e-416e-aa5e-508a93491c7b + - fe496b9b-0cd5-4c02-acc2-be783bc7d3b8 status: 200 OK code: 200 duration: "" @@ -1413,25 +1401,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3277" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:04 GMT + - Mon, 10 Jul 2023 07:41:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1441,7 +1429,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cbd4cfab-a8d4-4c18-bc3c-08fe613a4baf + - bf7e3468-a5fd-46db-81ce-e56ab74bfccb status: 200 OK code: 200 duration: "" @@ -1452,25 +1440,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:10 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1480,7 +1468,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4fc9224b-cbb7-4c45-be15-a40583107e9d + - d0b13900-4eca-4f95-9320-4d3e7e4d55bd status: 200 OK code: 200 duration: "" @@ -1491,25 +1479,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:15 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1519,7 +1507,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3c0b1b0-d57d-49c0-b235-d280caeb4444 + - 0a19e65c-a613-40c3-9c44-6dfc1ca77c09 status: 200 OK code: 200 duration: "" @@ -1530,25 +1518,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:20 GMT + - Mon, 10 Jul 2023 07:41:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1558,7 +1546,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 839fccf8-4dd2-4af0-b2fd-518a2aaf9771 + - 97e2ebcd-6322-4e81-8c21-e1ef6eb2d2ab status: 200 OK code: 200 duration: "" @@ -1569,25 +1557,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:25 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1597,7 +1585,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de2c20f8-792a-492f-a3ac-806976da1a3a + - f6f848d5-0b0e-4602-a1b1-d313eefb3128 status: 200 OK code: 200 duration: "" @@ -1608,25 +1596,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:31 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1636,7 +1624,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7908f907-86fc-48b3-bccd-403157a40ae7 + - 2f74d0d6-e15f-489d-9c69-09df77e3f26a status: 200 OK code: 200 duration: "" @@ -1647,25 +1635,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:36 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1675,7 +1663,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6559b86b-cf11-4cdc-b05a-b37f054cffda + - 4977c81d-0779-47ed-956c-7416b249bb7e status: 200 OK code: 200 duration: "" @@ -1686,25 +1674,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:41 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1714,7 +1702,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7130a1a4-c219-44da-b208-49ee74d8acf2 + - 6cf3c93f-ccbc-45b3-a2c6-9493dadf61a9 status: 200 OK code: 200 duration: "" @@ -1725,25 +1713,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"34","hypervisor_id":"502","node_id":"25","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:43.274125+00:00","name":"tf-srv-magical-khayyam","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.73.98.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"94","hypervisor_id":"703","node_id":"25","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:40:50.542280+00:00","name":"tf-srv-wonderful-buck","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.116.49","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3193" + - "3275" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:46 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1753,7 +1741,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad2b234f-da36-4b04-a9c0-fe72b5baeebf + - 31dec24e-e1df-462c-8cfa-fe7c8c46ec65 status: 200 OK code: 200 duration: "" @@ -1764,25 +1752,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:36:48.900202+00:00","name":"tf-srv-magical-khayyam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:41:45.844063+00:00","name":"tf-srv-wonderful-buck","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3074" + - "3155" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:51 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1792,7 +1780,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2de363eb-32ef-4df7-a29d-15c689f75fbd + - a576c39f-50a8-49b3-b31d-61ab909f0043 status: 200 OK code: 200 duration: "" @@ -1803,25 +1791,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:19.027604+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-magical-khayyam","id":"079b063e-812d-4b03-b3db-9b3a7cad9492","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:36:48.900202+00:00","name":"tf-srv-magical-khayyam","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:19.027604+00:00","export_uri":null,"id":"bc10462d-7cf8-41bd-9428-69c4eefb40f1","modification_date":"2023-05-29T13:35:19.027604+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:35:22.532860+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"079b063e-812d-4b03-b3db-9b3a7cad9492","name":"tf-srv-magical-khayyam"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.330583+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wonderful-buck","id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:c3","maintenances":[],"modification_date":"2023-07-10T07:41:45.844063+00:00","name":"tf-srv-wonderful-buck","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.330583+00:00","export_uri":null,"id":"b70bd678-a91f-4c4d-be77-fd91fd34de02","modification_date":"2023-07-10T07:40:12.330583+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:40:18.770065+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"2d21d89c-1f82-492c-81df-e6ee45069dd9","name":"tf-srv-wonderful-buck"},"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3074" + - "3155" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1831,7 +1819,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d53ea70-a7ad-4864-828f-21ca58366583 + - 2e684df3-4569-4783-bfbc-b9515ebd5693 status: 200 OK code: 200 duration: "" @@ -1842,7 +1830,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: DELETE response: body: "" @@ -1850,7 +1838,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1860,7 +1848,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78ce2c26-116d-43b9-ba31-a06d71d28114 + - 20bfb6b6-9cfb-4c3d-857f-ca5051b5e8bc status: 204 No Content code: 204 duration: "" @@ -1871,10 +1859,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: - body: '{"message":"\"079b063e-812d-4b03-b3db-9b3a7cad9492\" not found","type":"unknown_resource"}' + body: '{"message":"\"2d21d89c-1f82-492c-81df-e6ee45069dd9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1883,7 +1871,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1893,7 +1881,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5fde830-6940-4e1e-8f63-2c5d1603fead + - f206a20f-5bbc-4eea-8d7f-3fa8ed70ee95 status: 404 Not Found code: 404 duration: "" @@ -1904,7 +1892,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/bc10462d-7cf8-41bd-9428-69c4eefb40f1 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b70bd678-a91f-4c4d-be77-fd91fd34de02 method: DELETE response: body: "" @@ -1912,7 +1900,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1922,7 +1910,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a40b5fa4-48f1-4366-84f8-f52cf6aeaddd + - 4b5e01bc-4cd6-47cf-ab15-6afd923a863f status: 204 No Content code: 204 duration: "" @@ -1933,19 +1921,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:35:18.380679+00:00","export_uri":null,"id":"94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8","modification_date":"2023-05-29T13:36:52.077333+00:00","name":"tf-vol-gifted-hopper","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:40:09.521535+00:00","export_uri":null,"id":"b029259a-c2d3-42c9-91be-bbc51a444cf8","modification_date":"2023-07-10T07:41:50.621915+00:00","name":"tf-vol-adoring-hamilton","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"b_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "442" + - "445" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1955,7 +1943,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1788fdce-2287-4000-a143-2bf0696a6d59 + - 974f38c2-d79b-4005-86a3-70c4cb5f578e status: 200 OK code: 200 duration: "" @@ -1966,7 +1954,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: DELETE response: body: "" @@ -1974,7 +1962,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1984,7 +1972,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b73adf20-9766-44ea-85a4-22f820eb2203 + - 7f5f9947-ca42-437e-89b1-204059b17e58 status: 204 No Content code: 204 duration: "" @@ -1995,10 +1983,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b029259a-c2d3-42c9-91be-bbc51a444cf8 method: GET response: - body: '{"message":"Volume ''94dc47a4-fe3a-4c6d-b4d5-b996fcd349c8'' not found.","type":"unknown_resource"}' + body: '{"message":"Volume ''b029259a-c2d3-42c9-91be-bbc51a444cf8'' not found.","type":"unknown_resource"}' headers: Content-Length: - "99" @@ -2007,7 +1995,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:52 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2017,7 +2005,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e58853fd-9689-4ad2-8b12-64bb1a6f311f + - 8ebc71bd-2deb-4fe3-aa98-baa5cfc673ca status: 404 Not Found code: 404 duration: "" @@ -2028,10 +2016,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/079b063e-812d-4b03-b3db-9b3a7cad9492 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2d21d89c-1f82-492c-81df-e6ee45069dd9 method: GET response: - body: '{"message":"\"079b063e-812d-4b03-b3db-9b3a7cad9492\" not found","type":"unknown_resource"}' + body: '{"message":"\"2d21d89c-1f82-492c-81df-e6ee45069dd9\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2040,7 +2028,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:53 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2050,7 +2038,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f5afb6c-84cb-4413-8148-ba2f6636c24e + - 36a7c670-e968-4595-87d8-293f0bdecb9d status: 404 Not Found code: 404 duration: "" @@ -2061,10 +2049,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6dbf4a4e-e0eb-4a11-8894-8148d7903784 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/6e837943-087a-4726-b2c3-52e53ad4f5d1 method: GET response: - body: '{"message":"\"6dbf4a4e-e0eb-4a11-8894-8148d7903784\" not found","type":"unknown_resource"}' + body: '{"message":"\"6e837943-087a-4726-b2c3-52e53ad4f5d1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2073,7 +2061,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:53 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2083,7 +2071,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 015e713e-e0b7-483e-9f20-51ceb5de4458 + - 7a4c5837-f62b-466a-a187-0cc8a29e4965 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/instance-snapshot-server.cassette.yaml b/scaleway/testdata/instance-snapshot-server.cassette.yaml index cb21963fec..0e00dec754 100644 --- a/scaleway/testdata/instance-snapshot-server.cassette.yaml +++ b/scaleway/testdata/instance-snapshot-server.cassette.yaml @@ -8,19 +8,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -30,7 +30,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55c5d4cd-8fd2-432c-9d26-531219dc520f + - b08c461f-c152-426f-9571-2bd32ca6bb78 status: 200 OK code: 200 duration: "" @@ -44,16 +44,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Link: - ; rel="next",; rel="last" @@ -66,7 +66,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 298f7a72-03a9-420c-9c08-1d0c15cd32f7 + - 889f7fd1-2537-4cde-9f38-33c6595c3ace X-Total-Count: - "56" status: 200 OK @@ -82,16 +82,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:18 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -104,14 +104,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64966792-0c46-41e7-93f8-54255203ca2d + - f151fd1e-a422-4cac-9a8b-d57e526a52a4 X-Total-Count: - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-wizardly-lumiere","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-practical-curran","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -124,22 +124,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:18.601682+00:00","name":"tf-srv-wizardly-lumiere","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:12.036526+00:00","name":"tf-srv-practical-curran","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2549" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -149,7 +149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 802a7612-fc37-4307-a2c4-b08fd6e23343 + - 120791f4-98d4-494d-a618-49cf07119d93 status: 201 Created code: 201 duration: "" @@ -160,25 +160,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:18.601682+00:00","name":"tf-srv-wizardly-lumiere","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:12.036526+00:00","name":"tf-srv-practical-curran","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2549" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -188,7 +188,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d2282b3-4460-42ff-bf09-3da2db686a99 + - 86476b3d-5733-4eb5-b21a-e0b556d36f44 status: 200 OK code: 200 duration: "" @@ -199,25 +199,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:18.601682+00:00","name":"tf-srv-wizardly-lumiere","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:12.036526+00:00","name":"tf-srv-practical-curran","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2549" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -227,7 +227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19856872-8cd3-477d-83f2-b1d177a0f879 + - c052f67f-ebb8-408b-86e6-539ccdae9c2f status: 200 OK code: 200 duration: "" @@ -240,10 +240,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/action","href_result":"/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","id":"e5790e81-637d-435b-b1db-0c00de5676e3","started_at":"2023-05-29T13:35:19.930812+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/action","href_result":"/servers/383c537a-6240-4259-9f79-e67cf3d3f06a","id":"2ef80047-d526-4702-9e0a-8ea2398e677d","started_at":"2023-07-10T07:40:13.562417+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -252,9 +252,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:19 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e5790e81-637d-435b-b1db-0c00de5676e3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/2ef80047-d526-4702-9e0a-8ea2398e677d Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -264,7 +264,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e5b0799-e1b5-4b9c-ae02-881d810accd0 + - 7d32a7ea-8bd4-48b1-90b3-7bd597b48283 status: 202 Accepted code: 202 duration: "" @@ -275,25 +275,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:19.612410+00:00","name":"tf-srv-wizardly-lumiere","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,"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":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:13.212342+00:00","name":"tf-srv-practical-curran","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":false,"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":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2571" + - "2653" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:20 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -303,7 +303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8667e9c-852c-4e95-8871-a9baebe21754 + - 56b62611-aca6-4829-b063-c1238e8705cc status: 200 OK code: 200 duration: "" @@ -314,25 +314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:19.612410+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:13.212342+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2681" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:25 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -342,7 +342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3cf9c57-8302-413a-be6a-aebd42b75bfe + - bcaff4a6-a982-4474-a3a3-05a873ac9f62 status: 200 OK code: 200 duration: "" @@ -353,25 +353,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:19.612410+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:13.212342+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2681" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:30 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -381,7 +381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57d11c49-2854-4434-828f-17b0fbd39b68 + - 6d1efe7e-6488-4794-a19d-7bc0927d50ab status: 200 OK code: 200 duration: "" @@ -392,25 +392,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:34.428411+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:13.212342+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2761" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:35 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -420,7 +420,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b02d0026-b6ce-41e5-aaa1-fafda763c6d5 + - be7bcdd7-8deb-4e2b-a42e-2d6db963d91f status: 200 OK code: 200 duration: "" @@ -431,25 +431,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:34.428411+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:35:18.601682+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:30.217065+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2712" + - "2792" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:35 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -459,7 +459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e381d1b-aeba-4181-9cab-af870a62a81a + - 2dcd11e8-a4d4-4719-98f9-485ef94c05db status: 200 OK code: 200 duration: "" @@ -470,19 +470,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: - body: '{"user_data":[]}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:30.217065+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:40:12.036526+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "17" + - "2792" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:36 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -492,7 +498,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21a00c2b-bbe4-4169-8fba-7449b68baf5a + - cffbd460-6d83-4763-bd3a-9fd76b2608fb status: 200 OK code: 200 duration: "" @@ -503,22 +509,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/user_data method: GET response: - body: '{"private_nics":[]}' + body: '{"user_data":[]}' headers: Content-Length: - - "20" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:36 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -528,35 +531,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76db62e2-0f90-47ef-bdbf-fc981526284c - X-Total-Count: - - "0" + - c4593027-a39e-4281-b28a-575d58fc1d9b status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-thirsty-blackwell","volume_id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/private_nics + method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_07857ed2-6f2c-4456-84a7-e459eeec8cec","href_from":"/snapshots","href_result":"snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec","id":"d4cb7af8-09a1-468a-8a39-85c2f6222b84","started_at":"2023-05-29T13:35:36.647898+00:00","status":"pending","terminated_at":null}}' + body: '{"private_nics":[]}' headers: Content-Length: - - "844" + - "20" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:36 GMT + - Mon, 10 Jul 2023 07:40:35 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -566,31 +567,35 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 977e641a-fc45-48b2-9fc7-40b2c987eef0 - status: 201 Created - code: 201 + - 1902b10d-3803-4621-8c05-fdce6586d703 + X-Total-Count: + - "0" + status: 200 OK + code: 200 duration: "" - request: - body: "" + body: '{"name":"tf-snap-great-lamport","volume_id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unknown_volume_type"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots + method: POST response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:40:36.070037+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"task":{"description":"snapshot_bad83308-7016-474f-8f20-8ccd146365b8","href_from":"/snapshots","href_result":"snapshots/bad83308-7016-474f-8f20-8ccd146365b8","id":"50bc1b3e-251f-42f8-ac07-f7d9f17b7739","started_at":"2023-07-10T07:40:36.533720+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "538" + - "840" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:36 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -600,9 +605,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39624436-ea33-44ea-b2cb-16b97d2eba86 - status: 200 OK - code: 200 + - 408251a4-8bfb-41f0-8936-d033d35f7f90 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -611,20 +616,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:40:36.070037+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "538" + - "534" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:41 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -634,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba74e454-7f64-45d7-8e93-80ef7e95d348 + - 3e6d9b71-df76-4425-b1de-2068f4f6b972 status: 200 OK code: 200 duration: "" @@ -645,20 +650,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:40:36.070037+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "538" + - "534" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:46 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -668,7 +673,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db0a5229-42f9-42fe-9d1e-08a37887f64b + - 9735cbb9-f1b2-442e-9ee7-cf72d6d2a1a7 status: 200 OK code: 200 duration: "" @@ -679,20 +684,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:40:36.070037+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "538" + - "534" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:51 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -702,7 +707,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60b6c142-f3bb-4f40-a2c9-eea27ae8b772 + - 5fe49c4d-70f3-4a1a-b645-c046278bc727 status: 200 OK code: 200 duration: "" @@ -713,20 +718,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:40:36.070037+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "538" + - "534" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:57 GMT + - Mon, 10 Jul 2023 07:40:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -736,7 +741,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42337e76-1df6-4881-9fa0-a88833824240 + - 85ebe2b1-b384-4cc4-9284-501c3af9a32c status: 200 OK code: 200 duration: "" @@ -747,20 +752,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:35:36.143623+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:40:36.070037+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"snapshotting","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "538" + - "534" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:02 GMT + - Mon, 10 Jul 2023 07:41:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -770,7 +775,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b68cf97c-a3be-4d09-b0a5-bc73acc7b5ee + - 33d0e30c-6421-4240-a099-f4e3f72b58a0 status: 200 OK code: 200 duration: "" @@ -781,20 +786,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "531" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:07 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -804,7 +809,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 910da480-f04b-459f-9df6-89fdb08799de + - 9509afcd-6853-4cdf-8abd-dca2b5f2c272 status: 200 OK code: 200 duration: "" @@ -815,20 +820,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "531" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:07 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -838,7 +843,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4817fb7-1002-47c7-ada0-48805cb283a4 + - 04f8e829-1534-4322-8964-aedb91c2f583 status: 200 OK code: 200 duration: "" @@ -849,20 +854,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "531" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:07 GMT + - Mon, 10 Jul 2023 07:41:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -872,7 +877,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d76f06db-8a05-4294-af70-04ef4b48b66d + - ef4730f5-5067-4867-81d5-2b445bb75650 status: 200 OK code: 200 duration: "" @@ -883,25 +888,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:34.428411+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:30.217065+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2704" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:07 GMT + - Mon, 10 Jul 2023 07:41:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -911,7 +916,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 264aae5d-cef1-44eb-9fa6-05d1b2154220 + - 221a4e95-a349-49c6-9b0a-850d3c936f5f status: 200 OK code: 200 duration: "" @@ -922,7 +927,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/user_data method: GET response: body: '{"user_data":[]}' @@ -934,7 +939,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -944,7 +949,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d342058-5beb-4b5a-b0ce-804d8b37325c + - 2e6ac73b-ebe6-4fe2-9a11-8d38a4fd3503 status: 200 OK code: 200 duration: "" @@ -955,7 +960,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/private_nics method: GET response: body: '{"private_nics":[]}' @@ -967,9 +972,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -980,7 +985,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07850ed5-6f82-4679-9b2b-766c0a876420 + - 77674838-cfb5-4ee0-9615-85dfb2b9ae63 X-Total-Count: - "0" status: 200 OK @@ -993,20 +998,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "531" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1016,7 +1021,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 863df34e-4e42-495c-94e3-882a9114f45c + - 28611c73-4f72-471e-8432-16d1d4c0e5b2 status: 200 OK code: 200 duration: "" @@ -1027,20 +1032,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","name":"Ubuntu - 20.04 Focal Fossa"},"creation_date":"2023-05-29T13:35:36.143623+00:00","error_details":null,"id":"07857ed2-6f2c-4456-84a7-e459eeec8cec","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"tf-snap-thirsty-blackwell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","name":"Ubuntu + 20.04 Focal Fossa"},"creation_date":"2023-07-10T07:40:36.070037+00:00","error_details":null,"id":"bad83308-7016-474f-8f20-8ccd146365b8","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"tf-snap-great-lamport","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "531" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1050,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfe9f19d-323b-4454-9b26-df81778a4ca4 + - b086d81e-7614-47fd-89bc-4f144a1fafe3 status: 200 OK code: 200 duration: "" @@ -1061,7 +1066,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: DELETE response: body: "" @@ -1069,7 +1074,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1079,7 +1084,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - caf53169-e538-4cac-9240-c94bf8bf8d8f + - d0130020-d089-4840-8c86-f9c4339ecf8c status: 204 No Content code: 204 duration: "" @@ -1090,10 +1095,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/07857ed2-6f2c-4456-84a7-e459eeec8cec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/bad83308-7016-474f-8f20-8ccd146365b8 method: GET response: - body: '{"message":"\"07857ed2-6f2c-4456-84a7-e459eeec8cec\" not found","type":"unknown_resource"}' + body: '{"message":"\"bad83308-7016-474f-8f20-8ccd146365b8\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1102,7 +1107,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1112,7 +1117,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a662ab1f-addb-4864-b249-af0ddb3581ab + - 17f621bc-3527-40a4-8b80-8a6b5152d804 status: 404 Not Found code: 404 duration: "" @@ -1123,25 +1128,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:35:34.428411+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:40:30.217065+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2704" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:08 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1151,7 +1156,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa7ebc7a-bf90-411d-9d4b-420fe08e1704 + - 5c7f4fa8-bb5f-45bb-a804-477c337879c8 status: 200 OK code: 200 duration: "" @@ -1164,10 +1169,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c/action","href_result":"/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","id":"9e907977-1184-460a-a030-8eb9e2cd98a9","started_at":"2023-05-29T13:36:09.517242+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/383c537a-6240-4259-9f79-e67cf3d3f06a/action","href_result":"/servers/383c537a-6240-4259-9f79-e67cf3d3f06a","id":"22697560-ee31-4dd4-b626-04bd1b675746","started_at":"2023-07-10T07:41:11.231575+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1176,9 +1181,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:09 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9e907977-1184-460a-a030-8eb9e2cd98a9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/22697560-ee31-4dd4-b626-04bd1b675746 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1188,7 +1193,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a26c734-01b0-41b2-be70-231cb59c9942 + - c0157a6b-9cc5-4e8b-9ae7-4aa9efc9ccd1 status: 202 Accepted code: 202 duration: "" @@ -1199,181 +1204,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2672" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:36:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d8bfd155-53d4-42c6-a19e-4f33c524dc86 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2672" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:36:14 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d50df21c-f7c4-4ec3-8bf1-b6310574206e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2672" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:36:20 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 57cbe701-fb7e-468c-b9e1-97c08ad7f3d8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2672" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:36:25 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2b8745b0-2bd9-40dc-96cb-2265b3317a7d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:30 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1383,7 +1232,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07efec40-bb8e-4b6b-9954-5217df3529c8 + - 4fba0e9c-1bb9-467e-9cf8-eac7491fe4cf status: 200 OK code: 200 duration: "" @@ -1394,25 +1243,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:35 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1422,7 +1271,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed814965-c472-410c-bfc6-e30cf2db6f1b + - 5c9d7f8a-c279-46d1-ade4-25ac1185c7f1 status: 200 OK code: 200 duration: "" @@ -1433,25 +1282,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:40 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1461,7 +1310,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73aaa7d1-bac5-4881-a0ed-c4c148cdf406 + - 4d5ea5ab-c123-46c2-a226-258fe16d8612 status: 200 OK code: 200 duration: "" @@ -1472,25 +1321,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:46 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1500,7 +1349,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 950a430e-6907-4a3e-bc22-615dd673d962 + - f4396dbd-8b1f-4a62-a9c1-0344fa3d442a status: 200 OK code: 200 duration: "" @@ -1511,25 +1360,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:51 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1539,7 +1388,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf88532f-ed02-428e-a48d-9b6f56d9b99b + - 9b4cb8dc-13a3-4a12-9255-37b36fcb11fa status: 200 OK code: 200 duration: "" @@ -1550,25 +1399,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:36:56 GMT + - Mon, 10 Jul 2023 07:41:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1578,7 +1427,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82d2c82d-8f65-4ee4-a648-9cd249950548 + - f3759180-0e4f-4954-ae34-dc4b84254cd4 status: 200 OK code: 200 duration: "" @@ -1589,25 +1438,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"16","hypervisor_id":"1602","node_id":"23","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:36:08.994898+00:00","name":"tf-srv-wizardly-lumiere","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.64.142.45","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"502","node_id":"26","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:10.869064+00:00","name":"tf-srv-practical-curran","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.98.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2672" + - "2752" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:37:01 GMT + - Mon, 10 Jul 2023 07:41:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1617,7 +1466,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f940664-003a-446b-bf9e-abecf0dac059 + - a49aaf2f-200f-4e5a-9210-1bdf42ea1204 status: 200 OK code: 200 duration: "" @@ -1628,25 +1477,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:37:03.497813+00:00","name":"tf-srv-wizardly-lumiere","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:48.250431+00:00","name":"tf-srv-practical-curran","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2549" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:37:06 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1656,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1274708-466b-461b-8597-f2c1517a610a + - c23cb638-903c-4879-9bdf-3f8573420609 status: 200 OK code: 200 duration: "" @@ -1667,25 +1516,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:35:18.601682+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-wizardly-lumiere","id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:37:03.497813+00:00","name":"tf-srv-wizardly-lumiere","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:35:18.601682+00:00","export_uri":null,"id":"5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f","modification_date":"2023-05-29T13:36:06.995388+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c","name":"tf-srv-wizardly-lumiere"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.036526+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-practical-curran","id":"383c537a-6240-4259-9f79-e67cf3d3f06a","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:ad","maintenances":[],"modification_date":"2023-07-10T07:41:48.250431+00:00","name":"tf-srv-practical-curran","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.036526+00:00","export_uri":null,"id":"a5f00b55-8a3b-4282-b313-46b5174d02e4","modification_date":"2023-07-10T07:41:00.890432+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"383c537a-6240-4259-9f79-e67cf3d3f06a","name":"tf-srv-practical-curran"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2549" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:37:07 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1695,7 +1544,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8667caa6-1c46-4f64-960a-c986937a4e29 + - 4e50b885-18a1-46a9-975b-aff650c9c0ea status: 200 OK code: 200 duration: "" @@ -1706,7 +1555,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: DELETE response: body: "" @@ -1714,7 +1563,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:37:07 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1724,7 +1573,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5922e2e-ce1f-4662-ad74-d0236abb182b + - 0d200a38-9d5b-4c38-be3f-fbb833d5deba status: 204 No Content code: 204 duration: "" @@ -1735,10 +1584,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fa1478ec-8979-4b23-8a86-b2b9a6b20b5c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/383c537a-6240-4259-9f79-e67cf3d3f06a method: GET response: - body: '{"message":"\"fa1478ec-8979-4b23-8a86-b2b9a6b20b5c\" not found","type":"unknown_resource"}' + body: '{"message":"\"383c537a-6240-4259-9f79-e67cf3d3f06a\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1747,7 +1596,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:37:07 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1757,7 +1606,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e809aa7-8b53-414c-848b-7254df96de13 + - cd1eca1d-0a46-443c-8ae0-f7e1b5cfce58 status: 404 Not Found code: 404 duration: "" @@ -1768,7 +1617,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/5cd7ac26-d073-4fb0-ad7f-b8210a57cb5f + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a5f00b55-8a3b-4282-b313-46b5174d02e4 method: DELETE response: body: "" @@ -1776,7 +1625,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:37:07 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1786,7 +1635,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73e477f2-b4ab-407e-83ac-f25febdf52a5 + - 76c73e62-e91c-4431-84fa-eecd690f74c9 status: 204 No Content code: 204 duration: "" diff --git a/scaleway/testdata/instance-snapshot-unified.cassette.yaml b/scaleway/testdata/instance-snapshot-unified.cassette.yaml index 4385d86560..d38eaaa340 100644 --- a/scaleway/testdata/instance-snapshot-unified.cassette.yaml +++ b/scaleway/testdata/instance-snapshot-unified.cassette.yaml @@ -2,7 +2,7 @@ version: 1 interactions: - request: - body: '{"name":"tf-vol-quizzical-lalande","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"l_ssd","size":10000000000}' + body: '{"name":"tf-vol-hardcore-stonebraker","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"l_ssd","size":10000000000}' form: {} headers: Content-Type: @@ -13,18 +13,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes method: POST response: - body: '{"volume":{"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.132481+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:03.559506+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "446" + - "449" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:03 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,7 +34,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 528d9ed4-ffda-49e4-970b-1158020661f6 + - bbf05184-3878-4a2d-a5eb-895a0aa2ac60 status: 201 Created code: 201 duration: "" @@ -45,19 +45,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.132481+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:03.559506+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "446" + - "449" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,7 +67,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3014cae1-dc2e-43b6-a1f9-ebd851b44c25 + - 94573f43-fe8e-4b02-864a-2acf95ae377d status: 200 OK code: 200 duration: "" @@ -78,19 +78,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.132481+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:03.559506+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "446" + - "449" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d4faa8a-3e32-4da3-88ba-baa990e19a1c + - 2dd38cc6-cf3c-4ecc-aa86-30e411f621eb status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_jammy&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"local_images":[{"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"],"id":"ce453858-557c-4f1c-a7a9-70026e67d054","label":"ubuntu_jammy","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"83b0da88-403f-41bf-b4ce-faf16dde2d13","label":"ubuntu_jammy","zone":"fr-par-1"}],"total_count":2}' + body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"d3b9cc2d-37a2-46e8-918e-2443e7a1caab","label":"ubuntu_jammy","type":"unknown_type","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"],"id":"915cb204-e4b8-458e-9408-967a25a86f47","label":"ubuntu_jammy","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "1048" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,7 +133,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8b02819-9641-47c6-a89d-8754d4d805cf + - 3d997499-d791-484f-aa23-b4aa83537c31 status: 200 OK code: 200 duration: "" @@ -147,16 +147,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "36881" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:04 GMT Link: - ; rel="next",; rel="last" @@ -169,7 +169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0805bf7-cc8f-4232-916a-8ad0147ed2f5 + - 9b7632b5-7bc9-490d-a9b8-698509dd6aec X-Total-Count: - "56" status: 200 OK @@ -185,16 +185,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "4363" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:05 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd6cc246-40ce-4abe-a410-ef59618341eb + - f0ac17fc-b6d8-460b-ab31-54499d13ad20 X-Total-Count: - "56" status: 200 OK @@ -220,19 +220,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.132481+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:03.559506+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "446" + - "449" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:01 GMT + - Mon, 10 Jul 2023 07:38:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -242,12 +242,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - caeeb55e-a7f0-414d-b7a3-ea9cf6d2e962 + - 119a264a-3194-45eb-95f2-c811a24bd0ac status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-funny-murdock","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"ce453858-557c-4f1c-a7a9-70026e67d054","volumes":{"0":{"size":10000000000,"volume_type":"l_ssd"},"1":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"name":"tf-srv-flamboyant-antonelli","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"915cb204-e4b8-458e-9408-967a25a86f47","volumes":{"0":{"boot":false,"size":10000000000,"volume_type":"l_ssd"},"1":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -260,22 +260,22 @@ interactions: response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-srv-funny-murdock","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-srv-flamboyant-antonelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3082" + - "3195" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:02 GMT + - Mon, 10 Jul 2023 07:38:07 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -285,7 +285,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7af71676-0d80-4208-bfce-35d3684ac933 + - ee618635-8541-46af-b192-bd1a2da23fe4 status: 201 Created code: 201 duration: "" @@ -296,25 +296,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-srv-funny-murdock","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-srv-flamboyant-antonelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3082" + - "3195" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:02 GMT + - Mon, 10 Jul 2023 07:38:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -324,7 +324,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 280f61e8-63db-4d2b-9803-0307f7d3e4e1 + - 7f75896d-5bb6-42a8-bfc5-369f0b5fd3ed status: 200 OK code: 200 duration: "" @@ -335,25 +335,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-srv-funny-murdock","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-srv-flamboyant-antonelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3082" + - "3195" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:02 GMT + - Mon, 10 Jul 2023 07:38:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -363,7 +363,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9399cf0b-650b-4b2d-a208-8649e4697844 + - 161b12b1-4772-4a83-bc8b-218f685e663f status: 200 OK code: 200 duration: "" @@ -376,10 +376,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/b3f1670d-292f-4c93-9890-ed2344485c20/action","href_result":"/servers/b3f1670d-292f-4c93-9890-ed2344485c20","id":"4c2cf10c-9e66-4b6d-a996-79600eaa98c0","started_at":"2023-05-29T13:33:02.741916+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/action","href_result":"/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec","id":"b1815982-288b-4ad1-968c-eb2bb3d47426","started_at":"2023-07-10T07:38:11.347718+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -388,9 +388,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:02 GMT + - Mon, 10 Jul 2023 07:38:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/4c2cf10c-9e66-4b6d-a996-79600eaa98c0 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b1815982-288b-4ad1-968c-eb2bb3d47426 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -400,7 +400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19a315ba-eb1a-4c17-84cd-e3e595b47153 + - 4ad7cea4-f628-41eb-b8bc-c4e470bc2877 status: 202 Accepted code: 202 duration: "" @@ -411,25 +411,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:33:02.379945+00:00","name":"tf-srv-funny-murdock","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,"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":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:10.993183+00:00","name":"tf-srv-flamboyant-antonelli","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":false,"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":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3104" + - "3217" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:02 GMT + - Mon, 10 Jul 2023 07:38:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -439,7 +439,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07272ef5-863f-4f9f-9bb6-544532106237 + - d4644e33-b222-4994-bc57-572afc3ac227 status: 200 OK code: 200 duration: "" @@ -450,25 +450,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:02.379945+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:10.993183+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3212" + - "3326" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:08 GMT + - Mon, 10 Jul 2023 07:38:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -478,7 +478,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b43142a4-1c84-4336-89d7-7521747559e0 + - 7bd7743f-9190-4e38-9c9b-3ecc99644943 status: 200 OK code: 200 duration: "" @@ -489,25 +489,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:02.379945+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:10.993183+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3212" + - "3326" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:13 GMT + - Mon, 10 Jul 2023 07:38:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -517,7 +517,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f72328eb-0d91-42df-b8cc-bbac93d27268 + - b1936d9f-e2c7-4a5c-a367-a23607e176a7 status: 200 OK code: 200 duration: "" @@ -528,64 +528,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:02.379945+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3212" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:18 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - db58de7d-5ccd-4db1-a191-ab737083da84 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:19.918571+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:25.574399+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3243" + - "3357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:23 GMT + - Mon, 10 Jul 2023 07:38:27 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -595,7 +556,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4a50e12-f361-420a-927d-5daa6030d810 + - 7dd4c627-e1a5-406b-911b-a238ea8c6ad7 status: 200 OK code: 200 duration: "" @@ -606,25 +567,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:19.918571+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:25.574399+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3243" + - "3357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:24 GMT + - Mon, 10 Jul 2023 07:38:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -634,7 +595,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 057b94b5-a756-4015-b834-0491cc7b5640 + - 779a6583-282b-4756-8988-f3123c255cd7 status: 200 OK code: 200 duration: "" @@ -645,7 +606,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/user_data method: GET response: body: '{"user_data":[]}' @@ -657,7 +618,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:24 GMT + - Mon, 10 Jul 2023 07:38:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -667,7 +628,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d89f1fd-823f-4ed6-87ef-0a231c9d8fd3 + - c6959875-214a-45f0-bc8e-85cb2524bcc1 status: 200 OK code: 200 duration: "" @@ -678,7 +639,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/private_nics method: GET response: body: '{"private_nics":[]}' @@ -690,9 +651,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:24 GMT + - Mon, 10 Jul 2023 07:38:29 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -703,14 +664,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2823233-af6c-4c87-abef-a76e34e33c5e + - c5c503a6-5fc6-4ffd-9d1c-f7e56177591f X-Total-Count: - "0" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-snap-heuristic-allen","volume_id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unified"}' + body: '{"name":"tf-snap-dreamy-hawking","volume_id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","volume_type":"unified"}' form: {} headers: Content-Type: @@ -721,16 +682,16 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots method: POST response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:24.242704+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"unified","zone":"fr-par-1"},"task":{"description":"snapshot_d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","href_from":"/snapshots","href_result":"snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","id":"6eee4343-5792-4340-8c1f-2a7451a55daa","started_at":"2023-05-29T13:33:25.122695+00:00","status":"pending","terminated_at":null}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:29.398801+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"unified","zone":"fr-par-1"},"task":{"description":"snapshot_a09d834d-6250-449d-8e6e-1b8220194f68","href_from":"/snapshots","href_result":"snapshots/a09d834d-6250-449d-8e6e-1b8220194f68","id":"666bba04-067c-4e8c-a4e4-c6674aac6e3a","started_at":"2023-07-10T07:38:30.177223+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - - "844" + - "846" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:25 GMT + - Mon, 10 Jul 2023 07:38:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -740,7 +701,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7107232a-f184-49d0-b263-1b6cfba23c08 + - fb847bdc-d548-454d-b098-f07e7de1c1cf status: 201 Created code: 201 duration: "" @@ -751,19 +712,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:24.242704+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:29.398801+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"snapshotting","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' headers: Content-Length: - - "538" + - "540" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:25 GMT + - Mon, 10 Jul 2023 07:38:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -773,7 +734,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9371864d-84cc-43c4-b707-8440da755cda + - c102280e-0bf0-4a4d-8efc-963433e6e8a0 status: 200 OK code: 200 duration: "" @@ -784,19 +745,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "537" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:30 GMT + - Mon, 10 Jul 2023 07:38:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -806,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 437341da-e484-46d5-b05e-3448ef51c3f3 + - 2300baca-8562-4000-b4f4-e36c8f2f07ca status: 200 OK code: 200 duration: "" @@ -817,19 +778,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "537" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:30 GMT + - Mon, 10 Jul 2023 07:38:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -839,7 +800,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30fc7d14-fdf2-4321-8653-418bd4267599 + - b0247297-027a-4408-a6a5-03f73dfedaa8 status: 200 OK code: 200 duration: "" @@ -850,19 +811,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "537" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:30 GMT + - Mon, 10 Jul 2023 07:38:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -872,7 +833,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13acfdf8-24b5-49e2-83e9-74020447e747 + - f80e0839-9253-4c55-93b0-db2d421856ac status: 200 OK code: 200 duration: "" @@ -883,19 +844,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "520" + - "530" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:30 GMT + - Mon, 10 Jul 2023 07:38:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -905,7 +866,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 199241d0-6713-4eea-b4c0-6863c6f58da3 + - f6e922c7-ac3a-4560-af17-c7c03bb087e5 status: 200 OK code: 200 duration: "" @@ -916,25 +877,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:19.918571+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:25.574399+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3243" + - "3357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -944,7 +905,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f04a720-f5a3-4466-9a79-452c74d5889d + - eb5097e1-efd7-4bf8-89c2-512883c0217d status: 200 OK code: 200 duration: "" @@ -955,7 +916,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/user_data method: GET response: body: '{"user_data":[]}' @@ -967,7 +928,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -977,7 +938,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bcd5dcd3-6092-45c7-9866-5c6a882a72de + - 13e33f20-a1c2-438c-a15f-d405cc875eee status: 200 OK code: 200 duration: "" @@ -988,7 +949,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/private_nics method: GET response: body: '{"private_nics":[]}' @@ -1000,9 +961,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:39 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1013,7 +974,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37ab18a0-e1ce-409f-8625-c4e31b8d317c + - b656b02c-4732-4e54-b249-0a2cd341668f X-Total-Count: - "0" status: 200 OK @@ -1026,19 +987,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "537" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1048,7 +1009,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e67c00a5-6f7d-4efd-975d-7de9add7fe02 + - 38762abf-adb9-4189-b734-6a4f28d52b09 status: 200 OK code: 200 duration: "" @@ -1059,19 +1020,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"snapshot":{"base_volume":{"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","name":"tf-vol-quizzical-lalande"},"creation_date":"2023-05-29T13:33:24.242704+00:00","error_details":null,"id":"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-snap-heuristic-allen","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' + body: '{"snapshot":{"base_volume":{"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","name":"tf-vol-hardcore-stonebraker"},"creation_date":"2023-07-10T07:38:29.398801+00:00","error_details":null,"id":"a09d834d-6250-449d-8e6e-1b8220194f68","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-snap-dreamy-hawking","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","size":10000000000,"state":"available","tags":[],"volume_type":"unified","zone":"fr-par-1"}}' headers: Content-Length: - - "535" + - "537" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1081,7 +1042,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d28f412-af75-468e-98ce-103fb7f81aa0 + - 29bcfeca-3c7e-4c63-a1c0-62a5c218dfd5 status: 200 OK code: 200 duration: "" @@ -1092,7 +1053,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: DELETE response: body: "" @@ -1100,7 +1061,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1110,7 +1071,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a84eb811-a081-49e3-a488-005b31b0d4cb + - d199e040-e706-4680-9164-cd7115f0cb31 status: 204 No Content code: 204 duration: "" @@ -1121,10 +1082,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/d3321fda-dd04-4bf0-a125-fb7c34cb9f1e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/snapshots/a09d834d-6250-449d-8e6e-1b8220194f68 method: GET response: - body: '{"message":"\"d3321fda-dd04-4bf0-a125-fb7c34cb9f1e\" not found","type":"unknown_resource"}' + body: '{"message":"\"a09d834d-6250-449d-8e6e-1b8220194f68\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -1133,7 +1094,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:31 GMT + - Mon, 10 Jul 2023 07:38:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1143,7 +1104,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d16e25b2-eec7-48e5-a99d-cfcf42ce6948 + - 0cd7b237-fdfe-4d9e-9e2a-9acc7999e658 status: 404 Not Found code: 404 duration: "" @@ -1154,25 +1115,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:19.918571+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:25.574399+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3243" + - "3357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:32 GMT + - Mon, 10 Jul 2023 07:38:41 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1182,7 +1143,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 975917e0-d7a9-4c27-b2e1-6801a0e92b48 + - 9930f6a5-f446-4ee3-b0ca-13589f61ffea status: 200 OK code: 200 duration: "" @@ -1195,10 +1156,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/b3f1670d-292f-4c93-9890-ed2344485c20/action","href_result":"/servers/b3f1670d-292f-4c93-9890-ed2344485c20","id":"15d8783d-42a0-4c9f-8968-616f2f13673e","started_at":"2023-05-29T13:33:32.571785+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec/action","href_result":"/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec","id":"cb674bf7-3c89-4158-bcb2-329e074e0de0","started_at":"2023-07-10T07:38:45.733207+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -1207,9 +1168,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:33:32 GMT + - Mon, 10 Jul 2023 07:38:45 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/15d8783d-42a0-4c9f-8968-616f2f13673e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/cb674bf7-3c89-4158-bcb2-329e074e0de0 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1219,7 +1180,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3196644c-bde3-4f73-8b10-28dc931f298d + - b56b074e-afa0-4b44-94ed-c3811d480b16 status: 202 Accepted code: 202 duration: "" @@ -1230,298 +1191,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3203" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:32 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fbbae10d-30d5-47d5-9d58-08919b2574af - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3203" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b2d62bd5-c0a7-4723-9fc6-e0556a711f68 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3201" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:43 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f543ee15-5df9-4166-b3ea-a65224e97158 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3201" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:48 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e5f385a8-10f2-43e8-ab8c-2efe06e5f93b - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3201" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:53 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 19411e1e-fb65-46c8-a85c-a74b69f25d33 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3201" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:33:59 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5254156b-d431-4d13-94a1-a82e5acb7622 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3201" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 13:34:04 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1a286d60-c4e9-4a4e-a826-fd6ff4db3d68 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:09 GMT + - Mon, 10 Jul 2023 07:38:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1531,7 +1219,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c752e1f-43a7-4344-b119-90ac5ae5bdd2 + - 1446c426-56c8-4997-bfa3-24b8a0e6f760 status: 200 OK code: 200 duration: "" @@ -1542,25 +1230,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:14 GMT + - Mon, 10 Jul 2023 07:38:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1570,7 +1258,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f49686a7-b168-458f-9aae-965b5f27ddce + - 61fbd35b-9edf-455d-9365-bf34a6923079 status: 200 OK code: 200 duration: "" @@ -1581,25 +1269,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:19 GMT + - Mon, 10 Jul 2023 07:38:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1609,7 +1297,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ca4f785-ada6-40a9-8b95-128ed00f9fce + - 6319354c-24fd-41fb-b0f2-32dc7426f6a5 status: 200 OK code: 200 duration: "" @@ -1620,25 +1308,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:24 GMT + - Mon, 10 Jul 2023 07:39:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1648,7 +1336,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3005865-d67a-4b84-a3cc-a5a5abcadb58 + - b56cd8e8-5580-4e08-b3e0-b683ac938714 status: 200 OK code: 200 duration: "" @@ -1659,25 +1347,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:30 GMT + - Mon, 10 Jul 2023 07:39:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1687,7 +1375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a1440d8-49ed-4174-b8d8-2dd2d647c158 + - 82dac824-1084-4a28-a32a-7de2bdf104b3 status: 200 OK code: 200 duration: "" @@ -1698,25 +1386,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:35 GMT + - Mon, 10 Jul 2023 07:39:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1726,7 +1414,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7ec6bd7-6d95-454e-8659-3c8631830d55 + - a41c5fef-e19c-4cef-b106-da6cb7332473 status: 200 OK code: 200 duration: "" @@ -1737,25 +1425,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:40 GMT + - Mon, 10 Jul 2023 07:39:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1765,7 +1453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2149e093-9715-438b-a061-f35aa13bcdee + - 869eb746-ce3b-4837-9800-005479d549e6 status: 200 OK code: 200 duration: "" @@ -1776,25 +1464,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:45 GMT + - Mon, 10 Jul 2023 07:39:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1804,7 +1492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3df955c-29be-49df-90df-cb714532d038 + - 77d010a8-eb58-4fe5-87dc-843555aef9f9 status: 200 OK code: 200 duration: "" @@ -1815,25 +1503,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:50 GMT + - Mon, 10 Jul 2023 07:39:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1843,7 +1531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d33ee77-c059-45c2-bd23-f6c449250971 + - 7ec83cb9-590b-4469-92ff-f660359db291 status: 200 OK code: 200 duration: "" @@ -1854,25 +1542,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:34:56 GMT + - Mon, 10 Jul 2023 07:39:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1882,7 +1570,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ded4fc9-13c3-4d39-aeaf-b3e5dd1fe6a1 + - cf48071a-c106-400e-a965-495028c0dd79 status: 200 OK code: 200 duration: "" @@ -1893,25 +1581,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:01 GMT + - Mon, 10 Jul 2023 07:39:43 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1921,7 +1609,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75f0f885-6420-47d4-b2bc-51eb52477b56 + - 438e4c36-2733-413a-bb37-9f04e6e72c72 status: 200 OK code: 200 duration: "" @@ -1932,25 +1620,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:06 GMT + - Mon, 10 Jul 2023 07:39:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1960,7 +1648,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81f0707d-2c5c-4f60-80b8-7cbadf48a977 + - cbcad05d-3f87-4b88-ad5c-b6787f93ec90 status: 200 OK code: 200 duration: "" @@ -1971,25 +1659,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"93","hypervisor_id":"304","node_id":"26","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T13:33:32.303733+00:00","name":"tf-srv-funny-murdock","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.76.22.51","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","name":"Ubuntu + 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"32","hypervisor_id":"802","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:38:45.187920+00:00","name":"tf-srv-flamboyant-antonelli","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.72.122.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3201" + - "3317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:11 GMT + - Mon, 10 Jul 2023 07:39:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1999,7 +1687,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - abf298b7-9379-4011-9af3-aad55ca4cff6 + - 66391db6-7543-4bf0-b211-54ef99eefed2 status: 200 OK code: 200 duration: "" @@ -2010,25 +1698,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:14.417900+00:00","name":"tf-srv-funny-murdock","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:40:01.060621+00:00","name":"tf-srv-flamboyant-antonelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3082" + - "3195" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:16 GMT + - Mon, 10 Jul 2023 07:40:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2038,7 +1726,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbe4e233-82c2-4f8a-98af-e2d058598bbb + - 2a80a816-fac1-48a2-9f68-3dd0670625b1 status: 200 OK code: 200 duration: "" @@ -2049,25 +1737,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T13:33:01.764191+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-funny-murdock","id":"b3f1670d-292f-4c93-9890-ed2344485c20","image":{"arch":"x86_64","creation_date":"2023-04-13T12:13:29.892843+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"ce453858-557c-4f1c-a7a9-70026e67d054","modification_date":"2023-04-13T12:13:29.892843+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":"30e9c843-1cdb-4bd4-96f7-cac26051eeaf","name":"Ubuntu - 22.04 Jammy Jellyfish","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T13:35:14.417900+00:00","name":"tf-srv-funny-murdock","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T13:33:01.764191+00:00","export_uri":null,"id":"ca7366fb-d02b-41c2-8214-ba8f01082dec","modification_date":"2023-05-29T13:33:01.764191+00:00","name":"Ubuntu - 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:33:27.799676+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"b3f1670d-292f-4c93-9890-ed2344485c20","name":"tf-srv-funny-murdock"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:38:06.667838+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-flamboyant-antonelli","id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","image":{"arch":"x86_64","creation_date":"2023-06-28T11:43:27.495576+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"915cb204-e4b8-458e-9408-967a25a86f47","modification_date":"2023-06-28T11:43:27.495576+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":"1277b23f-f308-4373-936d-aa91535176fe","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:1c:8b:9d","maintenances":[],"modification_date":"2023-07-10T07:40:01.060621+00:00","name":"tf-srv-flamboyant-antonelli","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:38:06.667838+00:00","export_uri":null,"id":"ca69e485-ef6a-414a-8e4a-a055f7efbf9d","modification_date":"2023-07-10T07:38:06.667838+00:00","name":"Ubuntu + 22.04 Jammy Jellyfish","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"},"1":{"boot":false,"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:38:32.686297+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"9667948b-1ae5-4076-9b74-edd2c5c7c2ec","name":"tf-srv-flamboyant-antonelli"},"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3082" + - "3195" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2077,7 +1765,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 953c7925-6a62-43b8-88cc-c42742ebb254 + - c7feb627-618c-4d8b-a014-d89458af55b3 status: 200 OK code: 200 duration: "" @@ -2088,7 +1776,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: DELETE response: body: "" @@ -2096,7 +1784,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2106,7 +1794,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - adb05358-8719-45fd-89ef-4973ab899467 + - 0d0394a7-5e97-4ba8-bb1a-12ab789a7f14 status: 204 No Content code: 204 duration: "" @@ -2117,10 +1805,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3f1670d-292f-4c93-9890-ed2344485c20 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9667948b-1ae5-4076-9b74-edd2c5c7c2ec method: GET response: - body: '{"message":"\"b3f1670d-292f-4c93-9890-ed2344485c20\" not found","type":"unknown_resource"}' + body: '{"message":"\"9667948b-1ae5-4076-9b74-edd2c5c7c2ec\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -2129,7 +1817,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2139,7 +1827,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 507cae5a-5b92-41ea-af56-c565e30da518 + - 32ebc553-1328-4abf-8356-c57298123fe2 status: 404 Not Found code: 404 duration: "" @@ -2150,7 +1838,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/ca7366fb-d02b-41c2-8214-ba8f01082dec + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/ca69e485-ef6a-414a-8e4a-a055f7efbf9d method: DELETE response: body: "" @@ -2158,7 +1846,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2168,7 +1856,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea2f716b-de23-4361-b00c-343d9fcb452c + - 77292868-2aaf-4b91-9fab-b0a2af84f043 status: 204 No Content code: 204 duration: "" @@ -2179,19 +1867,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: GET response: - body: '{"volume":{"creation_date":"2023-05-29T13:33:01.132481+00:00","export_uri":null,"id":"61d85682-dbfe-4cc3-8899-c8f389d2098e","modification_date":"2023-05-29T13:35:17.111361+00:00","name":"tf-vol-quizzical-lalande","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' + body: '{"volume":{"creation_date":"2023-07-10T07:38:03.559506+00:00","export_uri":null,"id":"2c164d9b-d1cb-4b30-92cc-de2d48ee7618","modification_date":"2023-07-10T07:40:04.417459+00:00","name":"tf-vol-hardcore-stonebraker","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":null,"size":10000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}}' headers: Content-Length: - - "446" + - "449" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2201,7 +1889,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd221f87-2941-418e-b169-a43edfebf651 + - cf8f4920-ebee-4b5e-83f3-27481762e289 status: 200 OK code: 200 duration: "" @@ -2212,7 +1900,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: DELETE response: body: "" @@ -2220,7 +1908,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:05 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2230,7 +1918,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55a36c31-c4b1-4875-9979-12f3ac4fc766 + - cfa19e52-4085-414a-8fd8-c84e4ea43f9c status: 204 No Content code: 204 duration: "" @@ -2241,10 +1929,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/61d85682-dbfe-4cc3-8899-c8f389d2098e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2c164d9b-d1cb-4b30-92cc-de2d48ee7618 method: GET response: - body: '{"message":"Volume ''61d85682-dbfe-4cc3-8899-c8f389d2098e'' not found.","type":"unknown_resource"}' + body: '{"message":"Volume ''2c164d9b-d1cb-4b30-92cc-de2d48ee7618'' not found.","type":"unknown_resource"}' headers: Content-Length: - "99" @@ -2253,7 +1941,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 13:35:17 GMT + - Mon, 10 Jul 2023 07:40:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2263,7 +1951,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ea7f492-ec4d-4d0f-b166-5cd9d05fe6a3 + - 67ed01a3-8cc5-4ac5-a2be-54ad653688d0 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/lblb-with-private-networks-on-dhcp-config.cassette.yaml b/scaleway/testdata/lblb-with-private-networks-on-dhcp-config.cassette.yaml index a418319288..dfe134b161 100644 --- a/scaleway/testdata/lblb-with-private-networks-on-dhcp-config.cassette.yaml +++ b/scaleway/testdata/lblb-with-private-networks-on-dhcp-config.cassette.yaml @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps method: POST response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:10 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -32,12 +32,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7b9cb37-b7f9-4a1e-8e75-beb316d315e6 + - dac4d457-7cfb-4a83-8e54-cc2482b8727a status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null}' + body: '{"name":"private network with a DHCP config","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: Content-Type: @@ -45,19 +45,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks method: POST response: - body: '{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":null,"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.560477Z","id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","name":"private + network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:9b3c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.560477Z","zone":"fr-par-1"}' headers: Content-Length: - - "280" + - "377" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:10 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -67,30 +68,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e3b4ad0-036f-4c38-9886-e9c5126bc34d + - aec61df9-587a-4f4a-8b7f-e5b9872ffc58 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/fc6a4069-2436-4a8d-9232-19a32108d994 - method: GET + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips + method: POST response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":null,"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "285" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +103,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 63ca7b8d-89e0-4f67-b5f4-3ef324d2af83 + - 55412e48-2e68-4438-9bb7-dc1fe5d48af1 status: 200 OK code: 200 duration: "" @@ -111,19 +114,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/72dfcc13-b6d3-4541-b41f-a351f5e95e34 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a method: GET response: - body: '{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":null,"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.560477Z","id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","name":"private + network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.20.0/22","fd4a:c18e:554d:9b3c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.560477Z","zone":"fr-par-1"}' headers: Content-Length: - - "280" + - "377" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,33 +137,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ae83014-5461-499c-9200-e4507caa7352 + - d017d5a8-ade9-4212-9927-5e8105b81e1a status: 200 OK code: 200 duration: "" - request: - body: '{"name":"private network with a DHCP config","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dc44347-bbf6-4807-9b4f-bbee866b6550 + method: GET response: - body: '{"created_at":"2023-05-29T12:47:10.956018Z","id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","name":"private - network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:420e::/64"],"tags":[],"updated_at":"2023-05-29T12:47:10.956018Z","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "367" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -169,22 +170,23 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08860d1b-b6e7-4410-b3fb-04b2fdb25f81 + - 40937542-ab0a-4b78-8b77-557075f87582 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips + method: POST response: - body: '{"created_at":"2023-05-29T12:47:10.956018Z","id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","name":"private - network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:420e::/64"],"tags":[],"updated_at":"2023-05-29T12:47:10.956018Z","zone":"fr-par-1"}' + body: '{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":null,"id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"}' headers: Content-Length: - "367" @@ -193,7 +195,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -203,7 +205,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4b89eb3-2dbd-422d-b877-b16637d97b25 + - a8589e92-de52-4770-83d6-c997f26041be status: 200 OK code: 200 duration: "" @@ -214,19 +216,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=debian_bullseye&order_by=created_at_asc&zone=fr-par-1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0e38e2de-4afd-43b1-a694-c7f3c9df8b33 method: GET response: - body: '{"local_images":[{"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"],"id":"14901537-a464-4003-b7d9-388f0db136a5","label":"debian_bullseye","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"44d9ae31-80b8-448a-9487-e196b9c2a09f","label":"debian_bullseye","zone":"fr-par-1"}],"total_count":2}' + body: '{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":null,"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}' headers: Content-Length: - - "1054" + - "285" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -236,7 +238,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdefa3d2-d518-4921-a865-a05b13f46a6a + - 7e4625dc-4a5e-4438-a8b2-ae7b7efd4423 status: 200 OK code: 200 duration: "" @@ -247,22 +249,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/vpc-gw/v1/zones/fr-par-1/ips/84f7e84e-cd3d-46ae-8eb1-788c9a8764f9 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":null,"id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"}' headers: Content-Length: - - "36881" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT - Link: - - ; rel="next",; - rel="last" + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -272,9 +271,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37941c64-2c3e-4c3b-a8c8-8e4094df79ac - X-Total-Count: - - "56" + - c528f406-7b52-4082-ba02-62b68c5ab8f0 status: 200 OK code: 200 duration: "" @@ -285,22 +282,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/marketplace/v2/local-images?image_label=debian_bullseye&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"local_images":[{"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"],"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","label":"debian_bullseye","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"92de05f7-7bfa-4920-8fb6-035764ba1792","label":"debian_bullseye","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "4363" + - "1170" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -310,34 +304,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ec4753d-8001-4fb9-bdaf-42645f1045e6 - X-Total-Count: - - "56" + - 7c6eb769-c154-46c7-94fe-af04e8898bb5 status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 + method: GET response: - body: '{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":null,"id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "358" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:11 GMT + Link: + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -347,7 +340,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd08c216-04ce-404f-b1a2-e0cc73d1713e + - ba07fb8a-9a2a-4d79-90e2-e7d89e560671 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" @@ -358,19 +353,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/aa1c9136-46ba-456e-8707-eb33d00d1b3b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":null,"id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "358" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT + - Mon, 10 Jul 2023 07:40:11 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -380,12 +378,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db36b460-a0c3-411e-9a18-eb3888faa5f5 + - b500921e-a4bf-4360-876f-7864710183b5 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"name":"Scaleway Terraform Provider","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"14901537-a464-4003-b7d9-388f0db136a5","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"tf-test-public-gw","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' form: {} headers: Content-Type: @@ -393,29 +393,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways method: POST response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Scaleway - Terraform Provider","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:12.654089Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' headers: Content-Length: - - "2534" + - "961" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:11 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -425,38 +415,42 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65c93f1b-7252-485d-9be3-2cf0e1a83480 - status: 201 Created - code: 201 + - 1a413c5b-4854-4291-adc0-fd2f9642465d + status: 200 OK + code: 200 duration: "" - request: - body: "" + body: '{"name":"Scaleway Terraform Provider","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Scaleway - Terraform Provider","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Scaleway + Terraform Provider","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:12 GMT + - Mon, 10 Jul 2023 07:40:12 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -466,32 +460,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd25d7c8-29a4-4308-8a48-78c0a4f0afe1 - status: 200 OK - code: 200 + - da0c2f90-cc5b-4747-a439-49c3e02a4353 + status: 201 Created + code: 201 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"tf-test-public-gw","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways - method: POST + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 + method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:11.961529Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:12.875004Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "933" + - "966" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:12 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -501,7 +493,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f96fbf3f-c1a8-4bdf-94c5-22ce67dd37a3 + - dd230b65-2ef7-4515-be2c-595cf61b9cff status: 200 OK code: 200 duration: "" @@ -512,19 +504,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:12.011877Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Scaleway + Terraform Provider","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway + Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "937" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:12 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -534,7 +534,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4087445c-0227-4f98-aeea-0891c19c055e + - 83bd1b51-aecb-4e7e-a97b-91413fc91ac4 status: 200 OK code: 200 duration: "" @@ -545,27 +545,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Scaleway - Terraform Provider","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Scaleway + Terraform Provider","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:12 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -575,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2cad3b27-eae5-4a2e-b9b8-f27ba5d8809f + - de6ca607-1d13-4f19-9230-39c6dc500e09 status: 200 OK code: 200 duration: "" @@ -588,10 +588,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/action","href_result":"/servers/d2e34628-675d-45fc-a2c0-137dedc6851b","id":"92c82d50-2e62-440f-a6f6-57babf3bf7c9","started_at":"2023-05-29T12:47:12.503789+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/action","href_result":"/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","id":"b1eeeb0b-33be-4b83-9496-cbab58a0de69","started_at":"2023-07-10T07:40:13.859341+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -600,9 +600,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:12 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/92c82d50-2e62-440f-a6f6-57babf3bf7c9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b1eeeb0b-33be-4b83-9496-cbab58a0de69 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -612,7 +612,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88f7335d-b4d8-497f-b17a-426b15e48c59 + - b3fa4888-ef32-45db-b355-a483be50e058 status: 202 Accepted code: 202 duration: "" @@ -623,27 +623,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:47:12.187482+00:00","name":"Scaleway - Terraform Provider","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,"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":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:13.498543+00:00","name":"Scaleway + Terraform Provider","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":false,"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":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2556" + - "2638" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:12 GMT + - Mon, 10 Jul 2023 07:40:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -653,7 +653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb0c4cf9-efad-41e2-87c3-87529b9832e4 + - a980f388-2bbf-48dd-95c9-714fc2f352a7 status: 200 OK code: 200 duration: "" @@ -664,19 +664,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:12.609757Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.502425Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "962" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -686,7 +686,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8f102df-c751-4392-bc89-ff299166ef7d + - b7d6fd47-9ac5-4ade-9253-9a3044d0f6f7 status: 200 OK code: 200 duration: "" @@ -697,19 +697,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:12.609757Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.502425Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "962" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -719,7 +719,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 53de6f31-3a13-47d1-8cec-ac08f0feabf1 + - 6b7291f7-9d3e-495e-b13a-4a98ba62a008 status: 200 OK code: 200 duration: "" @@ -730,19 +730,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:12.609757Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.502425Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "962" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -752,12 +752,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d40230d-0b03-433f-9f5a-524a4fa4d285 + - 20ff1347-9ffb-4389-8c4d-f50ca79e5ccc status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"test-lb-with-private-network-configs","description":"","ip_id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_intermediate"}' + body: '{"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","enable_masquerade":true,"dhcp_id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","enable_dhcp":true}' form: {} headers: Content-Type: @@ -765,19 +765,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks method: POST response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317962561Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":0,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:17.317962561Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":null,"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"created","updated_at":"2023-07-10T07:40:19.005891Z","zone":"fr-par-1"}' headers: Content-Length: - - "889" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -787,30 +787,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16f5c374-9189-4e20-ad67-29f2b07a8461 + - b3b8ec59-a759-47d0-adab-5f78223fe605 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"test-lb-with-private-network-configs","description":"","ip_id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","assign_flexible_ip":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_intermediate"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac - method: GET + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs + method: POST response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":0,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:17.317963Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811506600Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":0,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:18.811506600Z","zone":"fr-par-1"}' headers: Content-Length: - - "883" + - "913" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -820,32 +822,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38fdb612-d2a4-4400-82a7-f9022f60d32c + - 92002dcd-e362-44fc-aa9f-807ee635efc4 status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","enable_masquerade":true,"dhcp_id":"fc6a4069-2436-4a8d-9232-19a32108d994","enable_dhcp":true}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks - method: POST + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 + method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":null,"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"created","updated_at":"2023-05-29T12:47:17.575882Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":null,"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"created","updated_at":"2023-07-10T07:40:19.005891Z","zone":"fr-par-1"}],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:19.046901Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "922" + - "1917" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -855,7 +855,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5e62ee8c-7806-4aee-b79c-e5252f5a96bd + - e6eabd44-1380-438f-aa11-4c0ed472bfb1 status: 200 OK code: 200 duration: "" @@ -866,19 +866,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":null,"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"created","updated_at":"2023-05-29T12:47:17.575882Z","zone":"fr-par-1"}],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:17.658918Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"unknown","updated_at":"2023-07-10T07:40:19.065056Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":0,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"creating","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:19.074990Z","zone":"fr-par-1"}' headers: Content-Length: - - "1860" + - "1126" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -888,7 +888,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de20f22b-24d1-403b-988b-6bba42a30cb5 + - 99e4897f-b3fc-4a75-8024-7d8b55ff9fb8 status: 200 OK code: 200 duration: "" @@ -899,27 +899,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:12.187482+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:13.498543+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:17 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -929,7 +929,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f301b60-b931-4efd-8ac1-2b3af7a9542c + - 70fdb0b9-499a-42c5-8bdb-cb908eb79b7f status: 200 OK code: 200 duration: "" @@ -940,19 +940,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":null,"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"created","updated_at":"2023-05-29T12:47:17.575882Z","zone":"fr-par-1"}],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:17.658918Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"configuring","updated_at":"2023-07-10T07:40:25.027591Z","zone":"fr-par-1"}],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:19.046901Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1860" + - "1936" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:22 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -962,7 +962,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b947d593-efbf-4ad5-8b1d-0f404b757922 + - 8d9fc2f3-fa57-4543-86b0-eb090ab31177 status: 200 OK code: 200 duration: "" @@ -973,27 +973,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:12.187482+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:13.498543+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2664" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:23 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1003,7 +1003,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94907034-59b4-47fb-a94e-32fe358bea47 + - 60898139-746d-4489-906e-e0f5ac2bd2fa status: 200 OK code: 200 duration: "" @@ -1014,19 +1014,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:24.014753Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.668361Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1869" + - "1926" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:27 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1036,7 +1036,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f36c084-b6ed-48ce-bbe2-4e199cd2d850 + - c258f346-dab5-46bb-8672-232198504c69 status: 200 OK code: 200 duration: "" @@ -1047,19 +1047,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:27 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1069,7 +1069,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b792a78-b91f-447f-bc9e-3515fe4215c9 + - 2159f94b-e2e2-4090-880f-2380ce49936a status: 200 OK code: 200 duration: "" @@ -1080,19 +1080,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:27 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1102,7 +1102,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b4d393d-73a6-40df-926b-903658f296ff + - 44ae70bf-f710-4db1-a6ac-2f5528c354b7 status: 200 OK code: 200 duration: "" @@ -1113,19 +1113,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:24.014753Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:13.498543+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway + Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "1869" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:28 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1135,7 +1143,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0814b264-b417-4aa7-967e-5d5b2e3c0405 + - 18e8e290-a0d0-4d45-816f-045e1584d2e0 status: 200 OK code: 200 duration: "" @@ -1146,19 +1154,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.668361Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "1926" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:28 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1168,7 +1176,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce04fa34-cdd3-4ee5-af20-18b4ef3cd1f6 + - 9215fb12-f6fd-4788-ad23-9ccc5f173f9a status: 200 OK code: 200 duration: "" @@ -1179,27 +1187,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:26.402462+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}' headers: Content-Length: - - "2695" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:28 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1209,7 +1209,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e978722-b43d-409e-9926-20e6dc033066 + - a4937d25-7f3b-4a21-a2c0-997f245bd1c9 status: 200 OK code: 200 duration: "" @@ -1220,20 +1220,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"created_at":"2023-05-29T12:47:10.956018Z","id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","name":"private - network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:420e::/64"],"tags":[],"updated_at":"2023-05-29T12:47:17.437976Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:35.381110+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway + Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "365" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:28 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1243,7 +1250,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0dce34a4-02e3-4854-8cd2-2e7212463ac5 + - 0ab3f508-2091-42f0-890b-c9a7e27d079e status: 200 OK code: 200 duration: "" @@ -1254,27 +1261,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:26.402462+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"created_at":"2023-07-10T07:40:09.560477Z","id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","name":"private + network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:9b3c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:18.915913Z","zone":"fr-par-1"}' headers: Content-Length: - - "2695" + - "374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:28 GMT + - Mon, 10 Jul 2023 07:40:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1284,32 +1284,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c433f38-f634-462e-a2e1-b47172f77ae1 + - 0c0669f5-ddb5-4ab0-89c0-b4c343cee83a status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 + method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:28.821794+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:35.381110+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway + Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "376" + - "2778" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:29 GMT + - Mon, 10 Jul 2023 07:40:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1319,21 +1325,23 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcfedc3d-ecb1-4b50-bade-a7caada66c44 - status: 201 Created - code: 201 + - 51311a2b-5130-4618-8680-d69ca027d48a + status: 200 OK + code: 200 duration: "" - request: - body: "" + body: '{"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics + method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.576899+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:39.551001+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1342,7 +1350,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:29 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1352,9 +1360,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f18fd71-89d1-488f-b7f2-86477f94d0d3 - status: 200 OK - code: 200 + - bf61398b-057e-49a9-8f53-eb461cc0803c + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -1363,10 +1371,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.880559+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:39.551001+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1375,7 +1383,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:35 GMT + - Mon, 10 Jul 2023 07:40:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1385,7 +1393,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73d2bbef-e9b0-4500-b5db-4d30db989721 + - c44cf776-b63d-4c1d-b5d4-8072dee7c600 status: 200 OK code: 200 duration: "" @@ -1396,10 +1404,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.880559+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:40.475384+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1408,7 +1416,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:40 GMT + - Mon, 10 Jul 2023 07:40:46 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1418,7 +1426,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9701a3a2-d4fb-45b7-b801-b7069888631e + - f7614ce2-20ec-4033-b03e-c58abf2be432 status: 200 OK code: 200 duration: "" @@ -1429,19 +1437,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.880559+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":0,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "376" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:45 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1451,30 +1459,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f0d825f-a3ae-4ece-8e73-69cf6dee2f64 + - 46ed22ed-80ee-47b3-9b0f-c064ae9c86a7 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac - method: GET + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a/attach + method: POST response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":0,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:50.167543247Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"},"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"pending","updated_at":"2023-07-10T07:40:50.167543247Z"}' headers: Content-Length: - - "1092" + - "1321" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:47 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1484,32 +1494,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a537d584-93e2-4a51-b58d-42853971c3ec + - b7898f36-39b7-48db-ae5c-a89fb1e6ff62 status: 200 OK code: 200 duration: "" - request: - body: '{}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de/attach - method: POST + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks?order_by=created_at_asc + method: GET response: - body: '{"created_at":"2023-05-29T12:47:47.805385510Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"},"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"pending","updated_at":"2023-05-29T12:47:47.805385510Z"}' + body: '{"private_network":[{"created_at":"2023-07-10T07:40:50.167543Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"},"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"pending","updated_at":"2023-07-10T07:40:50.167543Z"}],"total_count":1}' headers: Content-Length: - - "1287" + - "1136" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:47 GMT + - Mon, 10 Jul 2023 07:40:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1519,7 +1527,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c116903-585f-4539-a33c-259496a2c8d2 + - b9f1526b-48c0-4c1d-932f-a2d6be0a7c7e status: 200 OK code: 200 duration: "" @@ -1530,19 +1538,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks?order_by=created_at_asc + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_network":[{"created_at":"2023-05-29T12:47:47.805386Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"},"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"pending","updated_at":"2023-05-29T12:47:47.805386Z"}],"total_count":1}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:40.475384+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - - "1106" + - "376" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:48 GMT + - Mon, 10 Jul 2023 07:40:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1552,7 +1560,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b4a426b-851b-4914-8e19-7f4bd46bcb50 + - 495a0ada-77dd-402d-8863-18c2bc723ccc status: 200 OK code: 200 duration: "" @@ -1563,10 +1571,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.880559+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:40.475384+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1575,7 +1583,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:50 GMT + - Mon, 10 Jul 2023 07:40:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1585,7 +1593,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba547f1b-b2e9-4b2b-b0f5-d0edef127fc2 + - e7362001-cee1-43df-a29a-e489a73d3f7e status: 200 OK code: 200 duration: "" @@ -1596,10 +1604,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.880559+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:40.475384+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1608,7 +1616,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:47:55 GMT + - Mon, 10 Jul 2023 07:41:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1618,7 +1626,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5eeedb18-e9e9-4e26-a901-f5d5aa85e714 + - d647ce3e-86f5-4126-9007-6198d231363f status: 200 OK code: 200 duration: "" @@ -1629,10 +1637,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:47:29.880559+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:40:40.475384+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1641,7 +1649,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:00 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1651,7 +1659,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf16253e-be1c-42b3-ad9f-a33e3c395263 + - 78aa2a37-df7e-4087-9583-af8831abfd91 status: 200 OK code: 200 duration: "" @@ -1662,10 +1670,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1674,7 +1682,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:05 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1684,7 +1692,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6832fbc2-6da2-494f-9b5a-1af7c7b28a64 + - 3b42ae03-47ed-4dbb-87c0-486770a91055 status: 200 OK code: 200 duration: "" @@ -1695,10 +1703,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics/ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics/f2d64002-6522-443a-a6cd-c4ea25e92723 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1707,7 +1715,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:05 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1717,7 +1725,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d35e58a2-2f84-4628-a59d-2a1d7b5c938b + - 5106705b-fa84-4988-839e-fe40c9de87b8 status: 200 OK code: 200 duration: "" @@ -1728,27 +1736,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:26.402462+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:35.381110+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3048" + - "3131" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:05 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1758,7 +1766,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d976ce4e-173a-4628-91c3-d641a4c145de + - aaf26896-9217-4df2-9e92-c07b4a154447 status: 200 OK code: 200 duration: "" @@ -1769,7 +1777,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/user_data method: GET response: body: '{"user_data":[]}' @@ -1781,7 +1789,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:05 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1791,7 +1799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52aac4a5-f462-458b-a28f-7c2ecf6ac650 + - a6637c37-d6f4-40d4-acac-84d8a2503c90 status: 200 OK code: 200 duration: "" @@ -1802,10 +1810,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1814,9 +1822,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:06 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1827,7 +1835,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d65724c3-bfd1-4cc6-b5d5-0b5189faf750 + - 796b1cd0-ca17-4447-97d4-4917f3eda149 X-Total-Count: - "1" status: 200 OK @@ -1840,19 +1848,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks?order_by=created_at_asc + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks?order_by=created_at_asc method: GET response: - body: '{"private_network":[{"created_at":"2023-05-29T12:47:47.805386Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"},"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:55.566082Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2023-07-10T07:40:50.167543Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"},"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:41:00.474167Z"}],"total_count":1}' headers: Content-Length: - - "1104" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:18 GMT + - Mon, 10 Jul 2023 07:41:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1862,7 +1870,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4eb63b4c-54a9-4343-b671-836539da57fb + - 54ad19ad-419c-4816-8e56-8615c558f096 status: 200 OK code: 200 duration: "" @@ -1873,19 +1881,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:18 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1895,7 +1903,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98d7d576-e29c-407b-bc8e-174944a5a42d + - 0af1ea80-ff8c-43f8-90c1-a562a8bc3531 status: 200 OK code: 200 duration: "" @@ -1906,19 +1914,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1928,7 +1936,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc4551d6-a14b-4769-8ade-da680d85bc7f + - 303e34b0-2a86-4cd7-b36f-2bb661deba11 status: 200 OK code: 200 duration: "" @@ -1939,19 +1947,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks?order_by=created_at_asc + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks?order_by=created_at_asc method: GET response: - body: '{"private_network":[{"created_at":"2023-05-29T12:47:47.805386Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"},"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:55.566082Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2023-07-10T07:40:50.167543Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"},"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:41:00.474167Z"}],"total_count":1}' headers: Content-Length: - - "1104" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1961,7 +1969,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87ae28f4-07f5-4de1-8b84-7203116780d7 + - 26f19b9b-6c6a-4b90-a46d-dabc7424d19a status: 200 OK code: 200 duration: "" @@ -1972,19 +1980,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1994,7 +2002,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d2caabac-a17e-4593-82e4-3844febcbdab + - a58cc2f3-9de6-425e-b363-1476c0e9c4d4 status: 200 OK code: 200 duration: "" @@ -2005,19 +2013,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/72dfcc13-b6d3-4541-b41f-a351f5e95e34 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0e38e2de-4afd-43b1-a694-c7f3c9df8b33 method: GET response: - body: '{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}' + body: '{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}' headers: Content-Length: - - "314" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2027,7 +2035,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebb7e712-3400-4fff-ab8b-fbe2b4357d3c + - da1e4b7a-a7b6-4f24-935f-780a49e45c5f status: 200 OK code: 200 duration: "" @@ -2038,19 +2046,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/72dfcc13-b6d3-4541-b41f-a351f5e95e34 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dc44347-bbf6-4807-9b4f-bbee866b6550 method: GET response: - body: '{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "314" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2060,7 +2068,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52c06402-197e-451f-af8a-c223c0cc9c2d + - 74281e7a-3b54-4b4d-b34d-ee3c89a57dd8 status: 200 OK code: 200 duration: "" @@ -2071,19 +2079,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/aa1c9136-46ba-456e-8707-eb33d00d1b3b + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/84f7e84e-cd3d-46ae-8eb1-788c9a8764f9 method: GET response: - body: '{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"}' + body: '{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"}' headers: Content-Length: - - "392" + - "401" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2093,7 +2101,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09273e39-809f-4860-9954-38dc724ea0c2 + - 7f05669e-91d1-436f-8405-c6c045dd6145 status: 200 OK code: 200 duration: "" @@ -2104,19 +2112,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/fc6a4069-2436-4a8d-9232-19a32108d994 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0e38e2de-4afd-43b1-a694-c7f3c9df8b33 method: GET response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2126,7 +2134,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fd36843-f8d2-4688-b10c-5703c0542104 + - 2f20ecd9-da8f-46a5-9550-c8bed4699683 status: 200 OK code: 200 duration: "" @@ -2137,20 +2145,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a method: GET response: - body: '{"created_at":"2023-05-29T12:47:10.956018Z","id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","name":"private - network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:420e::/64"],"tags":[],"updated_at":"2023-05-29T12:47:17.437976Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.560477Z","id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","name":"private + network with a DHCP config","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:9b3c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:18.915913Z","zone":"fr-par-1"}' headers: Content-Length: - - "365" + - "374" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2160,7 +2168,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d757bb3-3ed1-4a88-b6cf-4a28deb5c294 + - 51a8dc9d-1543-4a00-b52d-fe95eda672cf status: 200 OK code: 200 duration: "" @@ -2171,19 +2179,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:24.014753Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.668361Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1869" + - "1926" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2193,7 +2201,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22ea996f-3b41-46f8-b165-a158df75ab10 + - 0f586393-88f3-47b7-955d-5829ba3a6fcc status: 200 OK code: 200 duration: "" @@ -2204,19 +2212,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2226,7 +2234,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c8df741-47ef-4bbb-ba75-20c65e5d1a79 + - effe7963-830c-4dc5-9718-51fe4cb4abf1 status: 200 OK code: 200 duration: "" @@ -2237,19 +2245,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:19 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2259,7 +2267,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6efc4ad-d390-4e89-ad71-03eadf1bf461 + - b3be4f65-5e70-40b1-a87e-0a3912cee4d7 status: 200 OK code: 200 duration: "" @@ -2270,19 +2278,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2292,7 +2300,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d38419e7-e0ae-4b53-999e-eaa347bc2a33 + - 37f96d4e-970c-4646-b435-ade8b48519c9 status: 200 OK code: 200 duration: "" @@ -2303,27 +2311,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:26.402462+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.668361Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "3048" + - "1926" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2333,7 +2333,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcca65b1-81fb-4df2-8248-54bcaedc836d + - f0c652a9-0fba-47ed-8bfe-154db5c50dd1 status: 200 OK code: 200 duration: "" @@ -2344,19 +2344,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks?order_by=created_at_asc + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks?order_by=created_at_asc method: GET response: - body: '{"private_network":[{"created_at":"2023-05-29T12:47:47.805386Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"},"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:55.566082Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2023-07-10T07:40:50.167543Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"},"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:41:00.474167Z"}],"total_count":1}' headers: Content-Length: - - "1104" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2366,7 +2366,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6e3754f-f03f-4ec3-baef-86d91a49f20e + - 5720c3a6-94e3-4fe6-970c-6f1cff7a04d1 status: 200 OK code: 200 duration: "" @@ -2377,19 +2377,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:24.014753Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}' headers: Content-Length: - - "1869" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2399,7 +2399,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39ba6998-7bde-4d6a-a229-3018a46f2625 + - 22baa32f-1f33-420c-b5ce-884703b6ee65 status: 200 OK code: 200 duration: "" @@ -2410,19 +2410,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"user_data":[]}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:35.381110+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway + Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "17" + - "3131" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2432,7 +2440,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83341a6a-d7d7-4d11-b53f-ce670043175d + - 9295d4cc-4009-4933-a09c-3f6f810b7722 status: 200 OK code: 200 duration: "" @@ -2443,22 +2451,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/user_data method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"user_data":[]}' headers: Content-Length: - - "381" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2468,9 +2473,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14985bf3-fae1-4d17-855c-aaee7d8e8dfb - X-Total-Count: - - "1" + - 4b98beaf-bf80-4465-a71e-6de2d8b6b15d status: 200 OK code: 200 duration: "" @@ -2481,19 +2484,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/private_nics method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - - "935" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:24 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2503,7 +2509,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f9fd912d-0758-4ba2-8635-92f2784568c8 + - 0061bb5a-ddf7-48af-92c1-a4ed7cdcdf25 + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -2514,19 +2522,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2536,7 +2544,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 822d494b-3f07-4d12-99ae-a6f4bc006422 + - 4bafea22-afdf-4973-b8fc-4ca6a2f4c5ff status: 200 OK code: 200 duration: "" @@ -2547,19 +2555,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:23.903591Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:40:25.538876Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2569,7 +2577,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46023f9e-f39b-472b-99ea-c9882343820f + - a3b25340-ff7d-47bb-ac60-5f08b74be141 status: 200 OK code: 200 duration: "" @@ -2580,19 +2588,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks?order_by=created_at_asc + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks?order_by=created_at_asc method: GET response: - body: '{"private_network":[{"created_at":"2023-05-29T12:47:47.805386Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"},"private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"ready","updated_at":"2023-05-29T12:47:55.566082Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2023-07-10T07:40:50.167543Z","dhcp_config":{},"lb":{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"},"private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"ready","updated_at":"2023-07-10T07:41:00.474167Z"}],"total_count":1}' headers: Content-Length: - - "1104" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2602,7 +2610,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf490989-7273-4165-be53-b29c764724ae + - b30b2ec8-312d-41c9-a2e7-80f64fc68952 status: 200 OK code: 200 duration: "" @@ -2613,27 +2621,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:47:26.402462+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:40:35.381110+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3048" + - "3131" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2643,7 +2651,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1eba58d5-6d0a-4444-89a0-ac0359097d87 + - eb2c4bff-1158-4e1d-bb30-b6ddb431693a status: 200 OK code: 200 duration: "" @@ -2654,7 +2662,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6?cleanup_dhcp=true + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e?cleanup_dhcp=true method: DELETE response: body: "" @@ -2664,7 +2672,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:20 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2674,7 +2682,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a2403d0-bc26-4d6c-8775-a39459fd1bb3 + - aecea161-52dc-49d7-bfd6-9f7e1e4c8d3e status: 204 No Content code: 204 duration: "" @@ -2685,19 +2693,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:47:17.575882Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:47:10.948959Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"fc6a4069-2436-4a8d-9232-19a32108d994","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:47:10.948959Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"9c5e4b93-936d-43b7-8558-4738a57971a6","mac_address":"02:00:00:13:00:ea","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","status":"detaching","updated_at":"2023-05-29T12:48:20.952880Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.005891Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.494527Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.494527Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","mac_address":"02:00:00:13:57:36","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","status":"detaching","updated_at":"2023-07-10T07:41:25.130156Z","zone":"fr-par-1"}' headers: Content-Length: - - "939" + - "968" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2707,7 +2715,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45664912-dd81-4d60-a685-66cb9f9e27f3 + - 1d9d10ef-795a-4a86-ad1d-421f584534c8 status: 200 OK code: 200 duration: "" @@ -2720,7 +2728,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de/detach + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a/detach method: POST response: body: "" @@ -2730,7 +2738,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2740,7 +2748,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7812c046-210e-4975-aa46-c5ccf55d758f + - 8dc087c4-5050-420e-a7b9-dc1eae3bb3ba status: 204 No Content code: 204 duration: "" @@ -2751,19 +2759,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:47:19.364078Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:40:21.493620Z","zone":"fr-par-1"}' headers: Content-Length: - - "1092" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2773,28 +2781,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8170e2c2-3d6f-4265-86ec-577b1ca3ca6b + - de16e039-0793-4d93-9e6f-4ac1cc98c943 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"action":"poweroff"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac?release_ip=false - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/action + method: POST response: - body: "" + body: '{"task":{"description":"server_poweroff","href_from":"/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6/action","href_result":"/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","id":"9f37bf5e-2cc1-41b4-8cf3-f017277e306c","started_at":"2023-07-10T07:41:25.472974+00:00","status":"pending","terminated_at":null}}' headers: + Content-Length: + - "317" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT + - Mon, 10 Jul 2023 07:41:25 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9f37bf5e-2cc1-41b4-8cf3-f017277e306c Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2804,9 +2818,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aee85576-ad80-4bea-a4eb-96fbed1f8058 - status: 204 No Content - code: 204 + - cc594f2c-7d70-4a69-b917-f3485b1f4df4 + status: 202 Accepted + code: 202 duration: "" - request: body: "" @@ -2815,19 +2829,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac - method: GET + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab?release_ip=false + method: DELETE response: - body: '{"backend_count":0,"created_at":"2023-05-29T12:47:17.317963Z","description":"","frontend_count":0,"id":"d55e2752-ac99-481b-90b6-08c9d8775dac","instances":[{"created_at":"2023-05-29T11:28:39.322266Z","id":"83140e5c-7c44-45a3-9fd7-9b1b3d8926f5","ip_address":"10.194.150.63","region":"fr-par","status":"ready","updated_at":"2023-05-29T12:47:18.084838Z","zone":"fr-par-1"}],"ip":[{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":"d55e2752-ac99-481b-90b6-08c9d8775dac","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_delete","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-05-29T12:48:21.297306Z","zone":"fr-par-1"}' + body: "" headers: - Content-Length: - - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2837,34 +2849,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9a7d510-6635-4be2-9986-2a41fdfc5c79 - status: 200 OK - code: 200 + - 22a6245b-5371-41f5-aaed-a17ad4711cdf + status: 204 No Content + code: 204 duration: "" - request: - body: '{"action":"poweroff"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/action - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 + method: GET response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/d2e34628-675d-45fc-a2c0-137dedc6851b/action","href_result":"/servers/d2e34628-675d-45fc-a2c0-137dedc6851b","id":"94d1226d-f944-4ace-b059-58def053b59d","started_at":"2023-05-29T12:48:21.499481+00:00","status":"pending","terminated_at":null}}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:41:25.119968+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"launching poweroff task","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway + Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "317" + - "3114" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/94d1226d-f944-4ace-b059-58def053b59d + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2874,9 +2890,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cfd1183-24a8-417c-b727-da3b2f0b2a32 - status: 202 Accepted - code: 202 + - 8042e55b-c571-470e-bb9c-eae6c9a6381e + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -2885,27 +2901,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:48:20.913130+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"backend_count":0,"created_at":"2023-07-10T07:40:18.811507Z","description":"","frontend_count":0,"id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","instances":[{"created_at":"2023-07-10T07:30:54.317761Z","id":"c5fd2130-ee9d-49b9-9313-b942e4f7a3ed","ip_address":"10.73.120.57","region":"fr-par","status":"ready","updated_at":"2023-07-10T07:40:20.191459Z","zone":"fr-par-1"}],"ip":[{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":"9c46e1f1-f33a-4976-8059-98122b0d96ab","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}],"name":"test-lb-with-private-network-configs","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_count":1,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_delete","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2023-07-10T07:41:25.503367Z","zone":"fr-par-1"}' headers: Content-Length: - - "3016" + - "1125" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:21 GMT + - Mon, 10 Jul 2023 07:41:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2915,7 +2923,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffc92ef4-54a4-40e9-ba8b-d85ba24f8ba6 + - 4840dbbe-cc63-47f5-bc7f-fa13ea73d674 status: 200 OK code: 200 duration: "" @@ -2926,10 +2934,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"9c5e4b93-936d-43b7-8558-4738a57971a6","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","type":"not_found"}' headers: Content-Length: - "136" @@ -2938,7 +2946,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:26 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2948,7 +2956,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da4aaa5c-9e37-4b8d-916c-2ff4fcfd2f7f + - 26510479-04b9-44c1-adcf-a1922ac6a016 status: 404 Not Found code: 404 duration: "" @@ -2959,19 +2967,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:24.014753Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.668361Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "962" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:26 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2981,7 +2989,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b9bf066-e741-4ef3-8926-46cd13de7ed8 + - c5a5e790-a9d8-45cd-9052-31540dc216eb status: 200 OK code: 200 duration: "" @@ -2992,10 +3000,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/fc6a4069-2436-4a8d-9232-19a32108d994 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dc44347-bbf6-4807-9b4f-bbee866b6550 method: DELETE response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"fc6a4069-2436-4a8d-9232-19a32108d994","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","type":"not_found"}' headers: Content-Length: - "125" @@ -3004,7 +3012,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:26 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3014,7 +3022,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f921b390-39b6-4168-9482-4ebbb0d98178 + - 1774b09e-6e81-456d-a0c4-dec4ec47be1b status: 404 Not Found code: 404 duration: "" @@ -3025,27 +3033,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:48:20.913130+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:41:25.119968+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3016" + - "3099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:27 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3055,7 +3063,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5014156-dfcd-468f-ae8f-fad900767946 + - 88caa056-e25f-439a-8de7-775d88659eb1 status: 200 OK code: 200 duration: "" @@ -3066,27 +3074,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:48:20.913130+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:41:25.119968+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3016" + - "3099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:32 GMT + - Mon, 10 Jul 2023 07:41:38 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3096,7 +3104,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d74a46d6-cb3f-40b7-a137-710a14f590ad + - 63d13b86-e957-4ef5-8174-34d46ca7a630 status: 200 OK code: 200 duration: "" @@ -3107,27 +3115,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:48:20.913130+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"2002","node_id":"30","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:41:25.119968+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.78.59","private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3016" + - "3099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:37 GMT + - Mon, 10 Jul 2023 07:41:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3137,7 +3145,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03900b99-f366-44ca-9aa4-53587c816bba + - a30667f2-6ea5-46db-8c41-7f59cfc0a351 status: 200 OK code: 200 duration: "" @@ -3148,27 +3156,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:48:20.913130+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:41:49.108636+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3016" + - "2977" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:43 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3178,7 +3186,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f58151b1-6359-48a1-be2d-e2c4950f2582 + - d38ca21c-bc2f-4a3d-872b-3f24defab18f status: 200 OK code: 200 duration: "" @@ -3189,27 +3197,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"18","hypervisor_id":"902","node_id":"20","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:48:20.913130+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.65.18.39","private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.516031+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:bf","maintenances":[],"modification_date":"2023-07-10T07:41:49.108636+00:00","name":"Scaleway + Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:39.551001+00:00","id":"f2d64002-6522-443a-a6cd-c4ea25e92723","mac_address":"02:00:00:13:57:3c","modification_date":"2023-07-10T07:41:11.077800+00:00","private_network_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","server_id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.516031+00:00","export_uri":null,"id":"aef3281f-2298-48a8-8b9c-72b8d0f7c924","modification_date":"2023-07-10T07:40:12.516031+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6","name":"Scaleway Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3016" + - "2977" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:48 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3219,7 +3227,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf42ffdf-cea2-4327-a299-8dadc24f6aba + - c37b74c6-f362-494b-9456-2a304eed5bea status: 200 OK code: 200 duration: "" @@ -3230,19 +3238,15 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 + method: DELETE response: - body: '{"message":"lbs not Found"}' + body: "" headers: - Content-Length: - - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3252,9 +3256,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c55f43d-d9dc-402f-87f5-2b45c8a7c0da - status: 404 Not Found - code: 404 + - 2081e652-3ab3-4d4e-9380-e0de178ab9df + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3263,19 +3267,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"message":"lbs not Found"}' + body: '{"message":"\"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6\" not found","type":"unknown_resource"}' headers: Content-Length: - - "27" + - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3285,7 +3289,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2642e188-fb70-42b7-be0f-427b36d3c1a2 + - 819bfa24-e56c-4f1a-89bd-e890c318ceb3 status: 404 Not Found code: 404 duration: "" @@ -3296,19 +3300,15 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/72dfcc13-b6d3-4541-b41f-a351f5e95e34 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/aef3281f-2298-48a8-8b9c-72b8d0f7c924 + method: DELETE response: - body: '{"id":"72dfcc13-b6d3-4541-b41f-a351f5e95e34","ip_address":"195.154.196.17","lb_id":null,"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"195-154-196-17.lb.fr-par.scw.cloud","zone":"fr-par-1"}' + body: "" headers: - Content-Length: - - "280" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3318,9 +3318,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72b7dfdd-be3b-4c95-bc5a-3d6a39211b6c - status: 200 OK - code: 200 + - 07bf3a10-e4ac-4b3c-acf5-aec82bf412e0 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3329,19 +3329,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:47:11.961529Z","gateway_networks":[],"id":"f46344d1-9f6d-470e-86ae-137368a394bf","ip":{"address":"51.158.124.10","created_at":"2023-05-29T12:47:11.520270Z","gateway_id":"f46344d1-9f6d-470e-86ae-137368a394bf","id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"10-124-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:47:11.520270Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:47:24.014753Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "934" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3351,9 +3351,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa1cfe1c-52f4-457c-9836-afa2718476cd - status: 200 OK - code: 200 + - 64d63784-ddde-4591-8447-72d358fb4b3e + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3362,17 +3362,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf?cleanup_dhcp=false - method: DELETE + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab + method: GET response: - body: "" + body: '{"message":"lbs not Found"}' headers: + Content-Length: + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3382,9 +3384,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27a7d2b8-c774-4c18-b51c-194eba3fbc70 - status: 204 No Content - code: 204 + - 0bc63a0a-02d0-4f01-a7f0-c329eb4d40aa + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3393,19 +3395,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"message":"resource is not found","resource":"gateway","resource_id":"f46344d1-9f6d-470e-86ae-137368a394bf","type":"not_found"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.654089Z","gateway_networks":[],"id":"52c8bbbc-d74a-4557-a125-8637e9904498","ip":{"address":"51.158.119.11","created_at":"2023-07-10T07:40:10.095438Z","gateway_id":"52c8bbbc-d74a-4557-a125-8637e9904498","id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"11-119-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.095438Z","zone":"fr-par-1"},"name":"tf-test-public-gw","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.668361Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "128" + - "962" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3415,9 +3417,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7ea815d-cf83-4336-8d13-13ad780bdeb2 - status: 404 Not Found - code: 404 + - af4475df-7dca-43cf-97a2-23ca7ed25035 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -3426,17 +3428,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/72dfcc13-b6d3-4541-b41f-a351f5e95e34 - method: DELETE + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0e38e2de-4afd-43b1-a694-c7f3c9df8b33 + method: GET response: - body: "" + body: '{"id":"0e38e2de-4afd-43b1-a694-c7f3c9df8b33","ip_address":"51.159.74.241","lb_id":null,"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","reverse":"51-159-74-241.lb.fr-par.scw.cloud","zone":"fr-par-1"}' headers: + Content-Length: + - "285" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3446,9 +3450,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc4e055a-eb71-49e8-b4af-97ff0c33a71e - status: 204 No Content - code: 204 + - 5867ba41-76fc-49df-b300-e793e61189cb + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -3457,7 +3461,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/aa1c9136-46ba-456e-8707-eb33d00d1b3b + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498?cleanup_dhcp=false method: DELETE response: body: "" @@ -3467,7 +3471,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:51 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3477,7 +3481,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7b4426b-9978-46b1-86bd-654b59a1e60d + - 1763febe-b75c-4b95-8e13-03e438fed10d status: 204 No Content code: 204 duration: "" @@ -3488,68 +3492,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:48:51.027417+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"message":"resource is not found","resource":"gateway","resource_id":"52c8bbbc-d74a-4557-a125-8637e9904498","type":"not_found"}' headers: Content-Length: - - "2895" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:48:54 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f69b32b3-b661-47dd-aefb-3abee8ac818e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b - method: GET - response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:47:11.449480+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-terraform-provider","id":"d2e34628-675d-45fc-a2c0-137dedc6851b","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:48:51.027417+00:00","name":"Scaleway - Terraform Provider","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:47:28.821794+00:00","id":"ddcc88ec-bbc1-4dd2-99e7-51b8bf5faefb","mac_address":"02:00:00:13:00:eb","modification_date":"2023-05-29T12:48:00.460308+00:00","private_network_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","server_id":"d2e34628-675d-45fc-a2c0-137dedc6851b","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:47:11.449480+00:00","export_uri":null,"id":"6001de19-f365-470b-94c8-11994b6139b2","modification_date":"2023-05-29T12:47:11.449480+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"d2e34628-675d-45fc-a2c0-137dedc6851b","name":"Scaleway - Terraform Provider"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "2895" + - "128" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:54 GMT + - Mon, 10 Jul 2023 07:41:55 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3559,9 +3514,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80b80e64-5304-492d-a6e7-a9ad9c9571d1 - status: 200 OK - code: 200 + - 80624a8a-edd6-4743-bd7e-9e50a9bcc566 + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3570,48 +3525,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a method: DELETE response: body: "" headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Date: - - Mon, 29 May 2023 12:48:54 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 00605bb5-bb8e-4862-b889-f8dba85ab131 - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b - method: GET - response: - body: '{"message":"\"d2e34628-675d-45fc-a2c0-137dedc6851b\" not found","type":"unknown_resource"}' - headers: - Content-Length: - - "93" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3621,9 +3545,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 556ea7f0-f7da-43f5-9e6b-f9f9fa6b1041 - status: 404 Not Found - code: 404 + - 590990b3-ea91-4bd5-8bab-13d078cce0fa + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3632,15 +3556,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/6001de19-f365-470b-94c8-11994b6139b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0e38e2de-4afd-43b1-a694-c7f3c9df8b33 method: DELETE response: body: "" headers: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3650,7 +3576,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdd8b576-0004-4b0b-b15b-a2375d73a1d5 + - 0bfa00b4-b100-4c89-bece-ad4c728eaa12 status: 204 No Content code: 204 duration: "" @@ -3661,7 +3587,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/84f7e84e-cd3d-46ae-8eb1-788c9a8764f9 method: DELETE response: body: "" @@ -3671,7 +3597,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3681,7 +3607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e17caac-5484-4cc8-9622-f6d5cd2309c4 + - 199f1397-6e8e-4273-974a-d31591980908 status: 204 No Content code: 204 duration: "" @@ -3692,10 +3618,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d2e34628-675d-45fc-a2c0-137dedc6851b + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6 method: GET response: - body: '{"message":"\"d2e34628-675d-45fc-a2c0-137dedc6851b\" not found","type":"unknown_resource"}' + body: '{"message":"\"3e6f68ff-5b50-43e1-bc24-b0c15e5b2ae6\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3704,7 +3630,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3714,7 +3640,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad1228db-9459-43de-b7c5-c94b09914959 + - 16edcaad-5a94-45c9-aa61-d85beb0e8491 status: 404 Not Found code: 404 duration: "" @@ -3725,7 +3651,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: body: '{"message":"lbs not Found"}' @@ -3737,7 +3663,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3747,7 +3673,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ef34d48-4d62-47d8-b0f6-d8cf7a9d3334 + - 2292509c-3634-4ff7-9b8f-3ba1fa592b88 status: 404 Not Found code: 404 duration: "" @@ -3758,7 +3684,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d55e2752-ac99-481b-90b6-08c9d8775dac + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9c46e1f1-f33a-4976-8059-98122b0d96ab method: GET response: body: '{"message":"lbs not Found"}' @@ -3770,7 +3696,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3780,7 +3706,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 764f130d-9785-406f-a5f4-714564da46c3 + - 68062da1-2714-46f5-ae71-5231d5b501df status: 404 Not Found code: 404 duration: "" @@ -3791,7 +3717,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/72dfcc13-b6d3-4541-b41f-a351f5e95e34 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0e38e2de-4afd-43b1-a694-c7f3c9df8b33 method: GET response: body: '{"message":"ips not Found"}' @@ -3803,7 +3729,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3813,7 +3739,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7013644b-4880-49c1-a86e-348ed091e090 + - 5fd9a4ff-831a-4dda-acb7-34b5e640492a status: 404 Not Found code: 404 duration: "" @@ -3824,10 +3750,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/9c5e4b93-936d-43b7-8558-4738a57971a6 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/1ad230fb-1f2f-40c0-947c-0fd32561c37e method: GET response: - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"9c5e4b93-936d-43b7-8558-4738a57971a6","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"1ad230fb-1f2f-40c0-947c-0fd32561c37e","type":"not_found"}' headers: Content-Length: - "136" @@ -3836,7 +3762,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:56 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3846,7 +3772,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f940b0c-5acc-4804-898c-70d140aeafa9 + - 8c09257e-a99b-480e-8b2f-70a684177208 status: 404 Not Found code: 404 duration: "" @@ -3857,10 +3783,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/a6aae3d4-6b1a-4eaf-8a26-47ce690928de + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/ad394a14-76bb-40eb-99b9-86a9a6717b9a method: GET response: - body: '{"message":"resource is not found","resource":"private_network","resource_id":"a6aae3d4-6b1a-4eaf-8a26-47ce690928de","type":"not_found"}' + body: '{"message":"resource is not found","resource":"private_network","resource_id":"ad394a14-76bb-40eb-99b9-86a9a6717b9a","type":"not_found"}' headers: Content-Length: - "136" @@ -3869,7 +3795,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3879,7 +3805,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7246f6f5-b911-478a-b5c5-2f9e1fef9b77 + - e80459fd-2c5f-4474-9992-58a683cdabcb status: 404 Not Found code: 404 duration: "" @@ -3890,10 +3816,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/fc6a4069-2436-4a8d-9232-19a32108d994 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/2dc44347-bbf6-4807-9b4f-bbee866b6550 method: GET response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"fc6a4069-2436-4a8d-9232-19a32108d994","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"2dc44347-bbf6-4807-9b4f-bbee866b6550","type":"not_found"}' headers: Content-Length: - "125" @@ -3902,7 +3828,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3912,7 +3838,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ab82db7-3202-4529-8c6f-b61de86a931b + - 588e5f2b-4726-4997-a8dc-3ab9e0ce7d4c status: 404 Not Found code: 404 duration: "" @@ -3923,10 +3849,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/f46344d1-9f6d-470e-86ae-137368a394bf + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/52c8bbbc-d74a-4557-a125-8637e9904498 method: GET response: - body: '{"message":"resource is not found","resource":"gateway","resource_id":"f46344d1-9f6d-470e-86ae-137368a394bf","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway","resource_id":"52c8bbbc-d74a-4557-a125-8637e9904498","type":"not_found"}' headers: Content-Length: - "128" @@ -3935,7 +3861,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3945,7 +3871,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a79a2548-f916-458d-a84c-0c4f5a8f618a + - be484747-7f1d-437b-95f8-6b8420a56ecb status: 404 Not Found code: 404 duration: "" @@ -3956,10 +3882,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/aa1c9136-46ba-456e-8707-eb33d00d1b3b + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/84f7e84e-cd3d-46ae-8eb1-788c9a8764f9 method: GET response: - body: '{"message":"resource is not found","resource":"ip","resource_id":"aa1c9136-46ba-456e-8707-eb33d00d1b3b","type":"not_found"}' + body: '{"message":"resource is not found","resource":"ip","resource_id":"84f7e84e-cd3d-46ae-8eb1-788c9a8764f9","type":"not_found"}' headers: Content-Length: - "123" @@ -3968,7 +3894,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:48:55 GMT + - Mon, 10 Jul 2023 07:41:57 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3978,7 +3904,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f505f0d2-b722-4c51-a0a3-390aaef39b7a + - fdf179f3-31b2-4939-a445-eabb68a815a5 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/vpc-public-gateway-dhcp-entry-basic.cassette.yaml b/scaleway/testdata/vpc-public-gateway-dhcp-entry-basic.cassette.yaml index 78a07d68f1..a15b3baf8f 100644 --- a/scaleway/testdata/vpc-public-gateway-dhcp-entry-basic.cassette.yaml +++ b/scaleway/testdata/vpc-public-gateway-dhcp-entry-basic.cassette.yaml @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps method: POST response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -32,30 +32,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96d85c4d-f9e7-4c1b-a1c2-117389b8c3a3 + - 1039b0ef-06a9-4f18-8718-d69d0bb3a3b1 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"pn_test_network","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/f68dca70-3a7d-4073-ae27-a6d1c21b7a44 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + method: POST response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.483891Z","id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:cf9c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.483891Z","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -65,32 +67,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbaf5402-480b-4625-bc26-4effc885383c + - 236916bf-4d86-4561-9200-259a0ae1aa08 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"pn_test_network","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/79ef8427-8159-47cb-a394-514aa408dc22 + method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.423681Z","id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:23f4::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.423681Z","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "348" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -100,7 +100,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84d6b71e-329f-4d88-ac42-48b29bfc25c1 + - 640b2d9a-35a5-47b3-83dd-c0d9675238ec status: 200 OK code: 200 duration: "" @@ -111,19 +111,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/68f02e49-28a6-4f54-8370-adaa4a1b86a8 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/105ca3f6-d13d-465d-8b45-b152fb6bd561 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.423681Z","id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.8.0/22","fd4a:c18e:554d:23f4::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.423681Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.483891Z","id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.24.0/22","fd4a:c18e:554d:cf9c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.483891Z","zone":"fr-par-1"}' headers: Content-Length: - - "348" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -133,30 +133,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6cbf94d-641e-4237-98dd-29d1d249bf8c + - 5d0e4b5d-ab54-44f5-b41a-be6c217b05b9 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&zone=fr-par-1 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips + method: POST response: - body: '{"local_images":[{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"2fedb0c7-1686-4529-8344-be9e198e4dd2","label":"ubuntu_focal","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"],"id":"68cf470e-6c35-4741-bbff-4ce788616461","label":"ubuntu_focal","zone":"fr-par-1"}],"total_count":2}' + body: '{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":null,"id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"}' headers: Content-Length: - - "1048" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -166,7 +168,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e866b28-8e4f-4b96-b189-f5b27b9bb1a4 + - ca28fa6f-7dd7-4c83-8e8f-7dad8f67a5ba status: 200 OK code: 200 duration: "" @@ -177,22 +179,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/vpc-gw/v1/zones/fr-par-1/ips/bb9b9d5a-203c-4edf-8925-f55b9a54f543 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":null,"id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"}' headers: Content-Length: - - "36881" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT - Link: - - ; rel="next",; - rel="last" + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -202,9 +201,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 722094dc-4465-41ff-95b8-8dc647ad3fbd - X-Total-Count: - - "56" + - 5c281c76-665f-41d0-981e-85feb9be69b4 status: 200 OK code: 200 duration: "" @@ -215,22 +212,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=created_at_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"local_images":[{"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"],"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"5b51710c-e543-47b5-92d2-a68a83cefbe9","label":"ubuntu_focal","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "4363" + - "1164" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -240,34 +234,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0018dbf-1183-4bfd-9b6d-ff3397d465e1 - X-Total-Count: - - "56" + - 687da7ea-5fad-4514-9bdd-efa26cdd3902 status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 + method: GET response: - body: '{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":null,"id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "358" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:11 GMT + Link: + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -277,7 +270,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0587c2b0-f8cb-47dc-98a2-c0d048e663db + - 8dd4a1fa-23bc-4dca-9f9a-b25c89b49abc + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" @@ -288,19 +283,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e1f83e26-1c28-478e-8195-16bedb15b1b3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":null,"id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "358" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:11 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -310,12 +308,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8bf0543f-b7cf-49c4-936a-cea20b97dfea + - b9b35920-8cd2-4b24-8752-0b5981ce7996 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"foobar","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' + body: '{"name":"tf-srv-cool-bell","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -323,19 +323,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.633770Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:12.297705+00:00","name":"tf-srv-cool-bell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "922" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:12 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -345,9 +353,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95595ced-b848-4886-9571-80498f71e73f - status: 200 OK - code: 200 + - dfd50c93-6d33-4dc5-a22a-6252e3af8728 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -356,19 +364,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.721365Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:12.297705+00:00","name":"tf-srv-cool-bell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "926" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -378,12 +392,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 134bab2a-8c34-4101-a01e-f6d842289da6 + - de238a21-b642-4ced-a790-d7f27474de9f status: 200 OK code: 200 duration: "" - request: - body: '{"name":"tf-srv-clever-kare","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"68cf470e-6c35-4741-bbff-4ce788616461","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"foobar","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' form: {} headers: Content-Type: @@ -391,27 +405,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways method: POST response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.520945+00:00","name":"tf-srv-clever-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:12.720200Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' headers: Content-Length: - - "2534" + - "950" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -421,9 +427,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 949a6e30-dddf-451c-85ee-7b5947ec062e - status: 201 Created - code: 201 + - b9b35b28-8d20-48dd-87b1-2efff7a3d1c2 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -432,25 +438,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.520945+00:00","name":"tf-srv-clever-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:12.971318Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2534" + - "955" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -460,7 +460,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04b7df76-5b4c-4932-8618-0fb2e22b2511 + - e8a903fa-577e-4eb8-8914-64693dbabc69 status: 200 OK code: 200 duration: "" @@ -471,25 +471,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.520945+00:00","name":"tf-srv-clever-kare","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:12.297705+00:00","name":"tf-srv-cool-bell","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2534" + - "2610" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -499,7 +499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e1739f3-9384-48b2-ae1d-a6867673ee47 + - 742bd71d-64e8-4c71-be1f-2879a12f8b9a status: 200 OK code: 200 duration: "" @@ -512,10 +512,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/action","href_result":"/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274","id":"c86c457e-ca82-4879-a067-978348645bc9","started_at":"2023-05-29T12:54:04.586618+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/action","href_result":"/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173","id":"89fcc965-78e3-4a23-b728-5aafabb3bcb1","started_at":"2023-07-10T07:40:13.612216+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -524,9 +524,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c86c457e-ca82-4879-a067-978348645bc9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/89fcc965-78e3-4a23-b728-5aafabb3bcb1 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -536,7 +536,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b68723e-a5a1-49a5-b958-990f33e857d0 + - df6d9383-5190-4758-99ca-b4c93cfb3b93 status: 202 Accepted code: 202 duration: "" @@ -547,25 +547,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:04.279552+00:00","name":"tf-srv-clever-kare","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,"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":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:13.345025+00:00","name":"tf-srv-cool-bell","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":false,"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":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2556" + - "2632" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -575,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f564a75-c195-42b9-acbf-2597dfa65012 + - d7f62715-5ea4-4395-9abd-730df828ff03 status: 200 OK code: 200 duration: "" @@ -586,19 +586,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.190929Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.420473Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "923" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -608,7 +608,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f397f75f-5db7-42cd-ac1c-6f1219409f82 + - 68cdc491-65e6-4004-ba9a-439117fdc2a6 status: 200 OK code: 200 duration: "" @@ -619,19 +619,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.190929Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.420473Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "923" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -641,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9205a4d0-f6de-4774-bfdd-f0919c6e0073 + - 958c20cd-a740-4f6a-a2b5-dbc0c800ba8f status: 200 OK code: 200 duration: "" @@ -652,19 +652,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.190929Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.420473Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "923" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -674,12 +674,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50089dc6-ee44-494a-9c21-9a9353807822 + - 040aa6ae-4bfc-47a5-8414-e2793e904749 status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","enable_masquerade":true,"dhcp_id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","enable_dhcp":true}' + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop + terraform/terraform-tests + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 + method: GET + response: + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:13.345025+00:00","name":"tf-srv-cool-bell","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":false,"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":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + headers: + Content-Length: + - "2632" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jul 2023 07:40:18 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6a1897c9-d83d-40d6-87de-10b64a3e363e + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","enable_masquerade":true,"dhcp_id":"79ef8427-8159-47cb-a394-514aa408dc22","enable_dhcp":true}' form: {} headers: Content-Type: @@ -690,16 +729,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks method: POST response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":null,"private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"created","updated_at":"2023-05-29T12:54:09.272104Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":null,"private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"created","updated_at":"2023-07-10T07:40:19.138642Z","zone":"fr-par-1"}' headers: Content-Length: - - "934" + - "963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -709,7 +748,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd1faad0-30b2-417b-81f8-080a1facfcaf + - 718e924d-326f-43f1-a31a-5e428c01c3c7 status: 200 OK code: 200 duration: "" @@ -720,19 +759,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":null,"private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"created","updated_at":"2023-05-29T12:54:09.272104Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:09.316796Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":null,"private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"created","updated_at":"2023-07-10T07:40:19.138642Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:19.187548Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1861" + - "1918" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -742,7 +781,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe122679-7cfe-4788-bda9-8900261cecff + - 535e62c6-ced0-4fd6-89f4-4368f50bd3d6 status: 200 OK code: 200 duration: "" @@ -753,25 +792,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:04.279552+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:13.345025+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2740" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -781,7 +820,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ca6c984-bdda-4819-b703-8b96678e3a44 + - 7e053f58-f02b-499d-b89a-ea7cd9978aac status: 200 OK code: 200 duration: "" @@ -792,19 +831,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":null,"private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"created","updated_at":"2023-05-29T12:54:09.272104Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:09.316796Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":null,"private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"created","updated_at":"2023-07-10T07:40:19.138642Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:19.187548Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1861" + - "1918" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:14 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -814,7 +853,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 926cabff-cce1-45e0-bb83-d1f22cd0e538 + - af15191b-4f1b-48a3-9475-4e165d65e779 status: 200 OK code: 200 duration: "" @@ -825,25 +864,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:04.279552+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:13.345025+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2740" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:15 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -853,7 +892,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 816d22d4-b8d1-49dc-8094-7aa7f548e8e4 + - fd97dd15-aa7d-4cb8-aea5-4096db341d4f status: 200 OK code: 200 duration: "" @@ -864,19 +903,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -886,7 +925,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5592b7d-c6c7-4263-8153-bef027cd5dde + - 7137d049-210f-4a65-ac4b-6447ce410012 status: 200 OK code: 200 duration: "" @@ -897,19 +936,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -919,7 +958,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5dacf943-6fa2-42fb-a8ae-3f665323dd3d + - 3c020d8a-0e4a-47ac-92b7-29a269c1a899 status: 200 OK code: 200 duration: "" @@ -930,19 +969,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:31 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -952,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0de2417-6d7d-4eb7-a333-bf71449b8e90 + - f7af4656-94a0-4936-b14e-b5d328985544 status: 200 OK code: 200 duration: "" @@ -963,19 +1002,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -985,7 +1024,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1424e5aa-0b0c-4647-b27e-8e76b8da2755 + - 82e97b1c-3a76-47c0-a826-94cf3228c997 status: 200 OK code: 200 duration: "" @@ -996,19 +1035,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1018,7 +1057,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d7d542b-d304-4232-b028-52f9c81d7022 + - 0299f5dd-cef8-463a-b3ef-d6738cfc43c1 status: 200 OK code: 200 duration: "" @@ -1029,25 +1068,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2696" + - "2771" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1057,7 +1096,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2680904-7fef-4e32-a3a5-fab9fbb97cdf + - e58d3236-4261-4c14-8d05-1ec80367b7a4 status: 200 OK code: 200 duration: "" @@ -1068,19 +1107,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/68f02e49-28a6-4f54-8370-adaa4a1b86a8 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/105ca3f6-d13d-465d-8b45-b152fb6bd561 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.423681Z","id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:23f4::/64"],"tags":[],"updated_at":"2023-05-29T12:54:09.215684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.483891Z","id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:cf9c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:19.078084Z","zone":"fr-par-1"}' headers: Content-Length: - - "349" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1090,7 +1129,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f3401c5-aead-40f7-8b01-ef4b835ea96d + - 91cc8007-e3cc-46a9-b6de-a16c3c043cb9 status: 200 OK code: 200 duration: "" @@ -1101,25 +1140,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2696" + - "2771" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1129,12 +1168,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7d8081f-6ab8-4687-a554-75b776e1fb0c + - 5593e56f-8b5a-482b-9fe7-72a8bfc78d4f status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8"}' + body: '{"private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561"}' form: {} headers: Content-Type: @@ -1142,10 +1181,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:20.673826+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:35.864868+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1154,7 +1193,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:21 GMT + - Mon, 10 Jul 2023 07:40:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1164,7 +1203,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 112f8623-22fe-4121-9538-834aa4dd2243 + - e5cfbbef-970f-48c7-be3d-67f36901fc45 status: 201 Created code: 201 duration: "" @@ -1175,10 +1214,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:21.085943+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:36.375246+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1187,7 +1226,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:21 GMT + - Mon, 10 Jul 2023 07:40:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1197,7 +1236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e31463d-dd56-4750-8703-4f0bec835133 + - 35ebe8ba-6788-4faf-992d-81f8fcf9e3e7 status: 200 OK code: 200 duration: "" @@ -1208,10 +1247,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:21.387590+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:36.891512+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1220,7 +1259,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:26 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1230,7 +1269,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08fb3a37-273a-4a98-820f-ac7db2dcb8fd + - e8928fa0-b9af-42a3-90b6-43a4fa626bbe status: 200 OK code: 200 duration: "" @@ -1241,10 +1280,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:21.387590+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:36.891512+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1253,7 +1292,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:31 GMT + - Mon, 10 Jul 2023 07:40:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1263,7 +1302,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d655625b-918a-4b62-84fd-7e7c1cbdf3c8 + - 1b2e2913-7779-4f48-951c-7ebc4bdb72eb status: 200 OK code: 200 duration: "" @@ -1274,10 +1313,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:21.387590+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:36.891512+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1286,7 +1325,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:36 GMT + - Mon, 10 Jul 2023 07:40:54 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1296,7 +1335,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be92ded4-d683-477b-9c42-647a814316f4 + - 3878437e-e387-440b-b955-ffc9f9832622 status: 200 OK code: 200 duration: "" @@ -1307,10 +1346,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:21.387590+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:36.891512+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1319,7 +1358,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:45 GMT + - Mon, 10 Jul 2023 07:41:00 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1329,7 +1368,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b5f9d04-b505-4948-8f8a-c8ed493edc3a + - dac4b5e4-80a9-4910-b873-751212ac4b95 status: 200 OK code: 200 duration: "" @@ -1340,10 +1379,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:21.387590+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:40:36.891512+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1352,7 +1391,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:50 GMT + - Mon, 10 Jul 2023 07:41:06 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1362,7 +1401,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5af7b3f6-67e3-496e-aa6f-b713a0d7a583 + - b18abcd2-f2d7-4381-8fb5-e6e44457977a status: 200 OK code: 200 duration: "" @@ -1373,10 +1412,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1385,7 +1424,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:55 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1395,7 +1434,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e43c9177-78b5-4000-9019-596602bc5c81 + - 3f6c531d-4e6a-45a3-ab83-69b16f9041f8 status: 200 OK code: 200 duration: "" @@ -1406,10 +1445,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics/e12d9cec-e7c6-4731-b625-3d9d580a24d4 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics/1e5fc0b1-9779-4528-8e78-7fbc7352ca5c method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1418,7 +1457,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:55 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1428,7 +1467,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7f7a706-04ce-4838-88c4-b4f0d17ad652 + - c34fc1f1-f7af-4bb7-a266-3bd916ec38b5 status: 200 OK code: 200 duration: "" @@ -1439,25 +1478,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3049" + - "3124" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1467,7 +1506,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2bbd9b82-ba1b-4331-9870-f7880fe955cf + - f0e51f9f-25e7-49c6-a645-a8201f0fd639 status: 200 OK code: 200 duration: "" @@ -1478,7 +1517,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/user_data method: GET response: body: '{"user_data":[]}' @@ -1490,7 +1529,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1500,7 +1539,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b56e774-2e13-4fa8-8068-390e797a1c81 + - 568640b3-1d6e-4647-8398-d6e638898f79 status: 200 OK code: 200 duration: "" @@ -1511,10 +1550,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1523,9 +1562,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1536,7 +1575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dea249ee-c251-4251-a703-7f10dfa4c235 + - 8b5d190f-0815-4732-a44c-c6746aacd2f9 X-Total-Count: - "1" status: 200 OK @@ -1549,19 +1588,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1571,12 +1610,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6553aae6-99bf-4345-8e17-2095d1f93ee9 + - 857f894f-624c-4ff9-86cd-c1110bd3e84c status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f5","ip_address":"192.168.1.1"}' + body: '{"gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:3b","ip_address":"192.168.1.1"}' form: {} headers: Content-Type: @@ -1587,16 +1626,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries method: POST response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.1","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:56.363157Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.1","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:12.410277Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1606,7 +1645,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 164a3874-2bcd-458a-b7fb-6c89450d549a + - 2daf1a8a-3637-4a2d-b3c7-285c7f7092ca status: 200 OK code: 200 duration: "" @@ -1617,19 +1656,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:15.973193Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1639,7 +1678,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e11d9b95-32c2-4f6d-98f6-1ea3bb362ba9 + - 079f1080-fa9c-4831-94f7-3485eba2216b status: 200 OK code: 200 duration: "" @@ -1650,19 +1689,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.1","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:56.363157Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.1","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:12.410277Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1672,7 +1711,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f724d1c1-e056-4fae-b6da-660025b90a22 + - 5f879789-50ab-414f-9a4c-717e5ff6c0f8 status: 200 OK code: 200 duration: "" @@ -1683,19 +1722,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.1","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:56.363157Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.1","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:12.410277Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1705,7 +1744,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b05ea18-9a29-422b-a8d9-9e8da29325b7 + - 603b3c0b-c05c-4389-acb0-3b7f47a7f131 status: 200 OK code: 200 duration: "" @@ -1716,19 +1755,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/f68dca70-3a7d-4073-ae27-a6d1c21b7a44 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/bb9b9d5a-203c-4edf-8925-f55b9a54f543 method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "401" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1738,7 +1777,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3485b42-d9bc-452a-9221-e1e5196537c0 + - dcfd23ca-9374-434d-89bf-702e3e27b2a2 status: 200 OK code: 200 duration: "" @@ -1749,19 +1788,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e1f83e26-1c28-478e-8195-16bedb15b1b3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/79ef8427-8159-47cb-a394-514aa408dc22 method: GET response: - body: '{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "392" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1771,7 +1810,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 559cec93-0b75-4087-8af5-2c27775af618 + - eee0e459-d95e-4a94-a615-e712713351ba status: 200 OK code: 200 duration: "" @@ -1782,19 +1821,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/68f02e49-28a6-4f54-8370-adaa4a1b86a8 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/105ca3f6-d13d-465d-8b45-b152fb6bd561 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.423681Z","id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:23f4::/64"],"tags":[],"updated_at":"2023-05-29T12:54:09.215684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.483891Z","id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:cf9c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:19.078084Z","zone":"fr-par-1"}' headers: Content-Length: - - "349" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1804,7 +1843,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71bd9ae0-02a8-469c-b29c-2efc1663128b + - 7d39e581-b8c8-440b-a6ad-579523543cd4 status: 200 OK code: 200 duration: "" @@ -1815,19 +1854,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1837,7 +1876,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc8a1b9f-1f88-4328-9b43-07e867fc572d + - 6b7df4b1-025a-4b71-9b7e-3fef71cf305a status: 200 OK code: 200 duration: "" @@ -1848,19 +1887,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "3124" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1870,7 +1915,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 382580d0-c8f3-4edb-af54-c53874823754 + - 888cc68c-8f81-4645-8d0f-76b8412afbe3 status: 200 OK code: 200 duration: "" @@ -1881,25 +1926,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}' headers: Content-Length: - - "3049" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1909,7 +1948,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b4f5a8a-6b88-41e7-b3a2-254b09454218 + - a9864049-359f-40e8-b729-4f5cdc9f9e08 status: 200 OK code: 200 duration: "" @@ -1920,19 +1959,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/user_data method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"user_data":[]}' headers: Content-Length: - - "1870" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1942,7 +1981,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50e94919-db92-42be-9eae-9d4a3ed38efb + - 865ce6a4-0392-4358-bf3a-f21e627b3ae8 status: 200 OK code: 200 duration: "" @@ -1953,19 +1992,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/user_data + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"user_data":[]}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:40:25.633662Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "17" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1975,7 +2014,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ce0d064-c5d4-42b7-acc6-643324e152ec + - bc82f252-f328-454c-bf7a-87d0fc07840d status: 200 OK code: 200 duration: "" @@ -1986,19 +2025,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - - "947" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2008,7 +2050,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8bac4f6-9f4b-4070-a73d-4445f6c91d41 + - 3e407a65-c255-44f5-83a3-19d64486ad22 + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -2019,22 +2063,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}' headers: Content-Length: - - "381" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2044,9 +2085,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - faeebcea-f745-4b51-8756-a03baae02769 - X-Total-Count: - - "1" + - d87ac8b2-34c1-41fb-a0cf-da4d2365735a status: 200 OK code: 200 duration: "" @@ -2057,19 +2096,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.1","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:56.363157Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.1","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:12.410277Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2079,7 +2118,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e06794bb-2aa1-4229-9b37-e819d54293a5 + - 211d5e93-71d6-4b2b-97e7-30c1c8dca10d status: 200 OK code: 200 duration: "" @@ -2090,19 +2129,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e1f83e26-1c28-478e-8195-16bedb15b1b3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/79ef8427-8159-47cb-a394-514aa408dc22 method: GET response: - body: '{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "392" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2112,7 +2151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7678213c-8c92-413b-a6c2-18dc425b9198 + - b100ff01-63f8-487e-8097-663f15bf29e5 status: 200 OK code: 200 duration: "" @@ -2123,19 +2162,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/f68dca70-3a7d-4073-ae27-a6d1c21b7a44 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/bb9b9d5a-203c-4edf-8925-f55b9a54f543 method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "401" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2145,7 +2184,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5c118ed-5a31-48c2-ae41-bdf48e66fd2f + - 81d03463-fc29-4a4c-b8f8-dfbf5f85bee5 status: 200 OK code: 200 duration: "" @@ -2156,19 +2195,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/68f02e49-28a6-4f54-8370-adaa4a1b86a8 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/105ca3f6-d13d-465d-8b45-b152fb6bd561 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.423681Z","id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:23f4::/64"],"tags":[],"updated_at":"2023-05-29T12:54:09.215684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.483891Z","id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:cf9c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:19.078084Z","zone":"fr-par-1"}' headers: Content-Length: - - "349" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2178,7 +2217,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0acd3292-56fa-468b-ac39-af69b1f61428 + - 37e8764b-b645-428f-b33e-1d64f5658a85 status: 200 OK code: 200 duration: "" @@ -2189,19 +2228,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:57 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2211,7 +2250,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb63a8ba-3211-4efd-88b6-02daa55ced6e + - 988f31d3-366c-4819-8e81-981bfa8c484c status: 200 OK code: 200 duration: "" @@ -2222,19 +2261,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "947" + - "3124" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2244,7 +2289,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd80d377-937b-42ff-83ec-a2deb37fee97 + - 0aff1d74-c919-4072-93ac-81b6776145d4 status: 200 OK code: 200 duration: "" @@ -2255,19 +2300,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2277,7 +2322,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27b10ce4-dfdb-4029-bfb6-f867c1125cbb + - f7af5771-a426-4b0c-85c7-8d5c9c6e5984 status: 200 OK code: 200 duration: "" @@ -2288,25 +2333,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "3049" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2316,7 +2355,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 310dc24f-a987-42d1-8e85-08b7ea4e7185 + - 50ee7ed1-e1a5-4e66-a78a-1de2cc79f4a9 status: 200 OK code: 200 duration: "" @@ -2327,19 +2366,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/user_data method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}' + body: '{"user_data":[]}' headers: Content-Length: - - "947" + - "17" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2349,7 +2388,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d77b8ef1-29d6-40b5-ae44-974362af8af4 + - 538f21d8-42d1-4e7c-8a04-9df04bd37ed0 status: 200 OK code: 200 duration: "" @@ -2360,19 +2399,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics method: GET response: - body: '{"user_data":[]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - - "17" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2382,7 +2424,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 691a2216-4be1-466e-b3d6-9f93810f5c78 + - 165d18ea-f005-4b56-8086-699cec7addce + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" @@ -2393,22 +2437,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}' headers: Content-Length: - - "381" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT - Link: - - ; - rel="last" + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2418,9 +2459,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1972a72-78e8-4c1b-8768-e10a2095acda - X-Total-Count: - - "1" + - 6e7fe822-cf98-436a-b329-646c300aa724 status: 200 OK code: 200 duration: "" @@ -2431,19 +2470,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.1","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:56.363157Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.1","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:12.410277Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2453,7 +2492,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef64fed4-4ced-41fc-a478-1ec85047186e + - a7df2c00-258b-46d1-8a9e-b215f57b2d8a status: 200 OK code: 200 duration: "" @@ -2464,19 +2503,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:56.649089Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2486,7 +2525,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ecaba3b-64e3-4c85-8aa0-9c448e090ca5 + - dd59d9e4-3e23-4cff-8696-8fc785cd5e8c status: 200 OK code: 200 duration: "" @@ -2499,19 +2538,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: PATCH response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.2","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:58.885017Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.2","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:14.747254Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2521,7 +2560,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 413b9b49-e822-4bc2-91cf-bd8388d71272 + - f1eb89c0-d2cf-407f-ba0b-41febe3da525 status: 200 OK code: 200 duration: "" @@ -2532,19 +2571,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:58.962795Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:13.329017Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:58 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2554,7 +2593,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - affd4026-0e59-4a67-8859-227e91f4385c + - 46898ce8-918b-4ea7-9ddc-592b9275a41b status: 200 OK code: 200 duration: "" @@ -2565,19 +2604,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.2","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:58.885017Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.2","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:14.747254Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2587,7 +2626,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e201685-09b2-4e4c-a96d-ed9bbcd4a8ce + - 69b03114-66bf-40e7-8daf-96fc1a73f734 status: 200 OK code: 200 duration: "" @@ -2598,19 +2637,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.2","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:58.885017Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.2","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:14.747254Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2620,7 +2659,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa819720-4dbc-416e-a1b7-00a2b9ec90cf + - fd13eea2-2230-4073-90b6-f34791686e8d status: 200 OK code: 200 duration: "" @@ -2631,19 +2670,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e1f83e26-1c28-478e-8195-16bedb15b1b3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/79ef8427-8159-47cb-a394-514aa408dc22 method: GET response: - body: '{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"}' + body: '{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "392" + - "586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2653,7 +2692,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9310860a-05f6-4916-bb48-7a018fc7e548 + - 4ea2384a-f39b-44b7-a1db-e736f28ca133 status: 200 OK code: 200 duration: "" @@ -2664,19 +2703,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/68f02e49-28a6-4f54-8370-adaa4a1b86a8 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/105ca3f6-d13d-465d-8b45-b152fb6bd561 method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.423681Z","id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:23f4::/64"],"tags":[],"updated_at":"2023-05-29T12:54:09.215684Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.483891Z","id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","name":"pn_test_network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["192.168.1.0/24","fd4a:c18e:554d:cf9c::/64"],"tags":[],"updated_at":"2023-07-10T07:40:19.078084Z","zone":"fr-par-1"}' headers: Content-Length: - - "349" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2686,7 +2725,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 411a3ade-6544-4276-a368-7429218fa7a6 + - bf60fe7d-e276-4b40-be19-fdbcaa874a6d status: 200 OK code: 200 duration: "" @@ -2697,19 +2736,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/f68dca70-3a7d-4073-ae27-a6d1c21b7a44 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/bb9b9d5a-203c-4edf-8925-f55b9a54f543 method: GET response: - body: '{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"}' headers: Content-Length: - - "568" + - "401" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2719,7 +2758,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b991656c-fc6d-4546-b075-f0ca772daa76 + - def02f13-0c87-4710-bdbf-81fc192ef194 status: 200 OK code: 200 duration: "" @@ -2730,19 +2769,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:58.962795Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:14.870944Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2752,7 +2791,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4cd8f335-381a-4491-850b-5b269e427c2c + - eafb03fd-3f5c-4a1e-a4bf-ed31771bde6f status: 200 OK code: 200 duration: "" @@ -2763,19 +2802,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:58.962795Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:14.870944Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2785,7 +2824,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a5abbe1-13eb-4d3a-b65d-4167349bb187 + - 3ef29112-bf95-448a-82dc-deb0260edd40 status: 200 OK code: 200 duration: "" @@ -2796,25 +2835,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3049" + - "3124" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2824,7 +2863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2ea073c1-7b23-4c6b-9e5d-a43d91f1e5c3 + - 5677cd6d-c54b-4a10-9ed9-c6d142cf5cf9 status: 200 OK code: 200 duration: "" @@ -2835,19 +2874,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:58.962795Z","zone":"fr-par-1"}],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:14.870944Z","zone":"fr-par-1"}],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1870" + - "1927" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2857,7 +2896,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04960e24-b2e3-49ba-9146-7dfe673c9201 + - 35859bc3-f844-4778-a35c-b937c9211204 status: 200 OK code: 200 duration: "" @@ -2868,7 +2907,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/user_data method: GET response: body: '{"user_data":[]}' @@ -2880,7 +2919,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2890,7 +2929,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 419cc373-6cf3-4bd5-a397-87d725052192 + - 126f6843-08c7-4f1b-8c80-f97dfea06f96 status: 200 OK code: 200 duration: "" @@ -2901,10 +2940,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -2913,9 +2952,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2926,7 +2965,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d7f92cd-93ba-4b7a-af26-805c71ddce04 + - f5a8577e-f034-463e-80ea-ad52b8f618f0 X-Total-Count: - "1" status: 200 OK @@ -2939,19 +2978,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:58.962795Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:14.870944Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2961,7 +3000,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88e5f47d-ab34-4c85-84e1-0af8512ba816 + - 0a69f480-78c2-4155-a88b-d32dc2cf2002 status: 200 OK code: 200 duration: "" @@ -2972,19 +3011,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"created_at":"2023-05-29T12:54:56.363157Z","gateway_network_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","hostname":"","id":"b8a3a7a2-785d-45dd-ab09-507715721682","ip_address":"192.168.1.2","mac_address":"02:00:00:13:00:f5","type":"reservation","updated_at":"2023-05-29T12:54:58.885017Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:12.410277Z","gateway_network_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","hostname":"","id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","ip_address":"192.168.1.2","mac_address":"02:00:00:13:57:3b","type":"reservation","updated_at":"2023-07-10T07:41:14.747254Z","zone":"fr-par-1"}' headers: Content-Length: - - "305" + - "313" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2994,7 +3033,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8e4d829-7dbf-44d3-92cf-83f31b7b94b8 + - 80460ac3-9b51-420c-9d70-5d55e7f4de85 status: 200 OK code: 200 duration: "" @@ -3005,19 +3044,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:54:58.962795Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:14.870944Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3027,7 +3066,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d3986db-8ed3-440c-9a29-716707156fe0 + - e969e912-caa8-4df0-8ef3-19a85581b042 status: 200 OK code: 200 duration: "" @@ -3038,7 +3077,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: DELETE response: body: "" @@ -3048,7 +3087,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3058,7 +3097,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68ce1978-58e9-4b32-8ff0-e9d36dba45a2 + - 9e614254-9eae-40ac-807d-db6e01979109 status: 204 No Content code: 204 duration: "" @@ -3069,19 +3108,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:55:00.614531Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:16.574462Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3091,7 +3130,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d806dbce-fa2c-4df3-b6a3-32e74ecbb03f + - 6d29bc02-1286-46a7-a5aa-aa6a70552815 status: 200 OK code: 200 duration: "" @@ -3102,19 +3141,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"ready","updated_at":"2023-05-29T12:55:00.614531Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"ready","updated_at":"2023-07-10T07:41:16.574462Z","zone":"fr-par-1"}' headers: Content-Length: - - "947" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3124,7 +3163,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5d23faa-fa35-4527-a739-ae5b2aa4586b + - 22471458-f1dc-4147-83f3-f2cfb6775534 status: 200 OK code: 200 duration: "" @@ -3135,17 +3174,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2?cleanup_dhcp=true - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 + method: GET response: - body: "" + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:40:32.675472+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: + Content-Length: + - "3124" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3155,9 +3202,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44491a01-2337-4f80-b6b2-2566bf945a21 - status: 204 No Content - code: 204 + - 77f9ab26-7668-47af-8fc8-0098e89815b2 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -3166,25 +3213,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb?cleanup_dhcp=true + method: DELETE response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.953240+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: "" headers: - Content-Length: - - "3049" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3194,9 +3233,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc08bd0b-2b17-48c7-a4a8-ccc0eaf2c456 - status: 200 OK - code: 200 + - 09324aa4-4e9f-4633-8a19-a573b0c1022e + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3205,19 +3244,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:09.272104Z","dhcp":{"address":"192.168.1.1","created_at":"2023-05-29T12:54:02.308099Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-05-29T12:54:02.308099Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","mac_address":"02:00:00:13:00:f2","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","status":"detaching","updated_at":"2023-05-29T12:55:00.891399Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.138642Z","dhcp":{"address":"192.168.1.1","created_at":"2023-07-10T07:40:09.513115Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"79ef8427-8159-47cb-a394-514aa408dc22","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"192.168.1.254","pool_low":"192.168.1.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"192.168.1.0/24","updated_at":"2023-07-10T07:40:09.513115Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","mac_address":"02:00:00:13:57:38","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","status":"detaching","updated_at":"2023-07-10T07:41:16.861552Z","zone":"fr-par-1"}' headers: Content-Length: - - "951" + - "980" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3227,7 +3266,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 718b8df9-eb60-451e-8e10-d96f91cf7835 + - 4e1f5939-1958-4cd5-b205-aea6ec18e230 status: 200 OK code: 200 duration: "" @@ -3240,10 +3279,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274/action","href_result":"/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274","id":"30120c44-918a-4867-9fe5-2053060fb8cc","started_at":"2023-05-29T12:55:01.728452+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173/action","href_result":"/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173","id":"07f6a103-a605-4904-a3b3-2ca7c368c914","started_at":"2023-07-10T07:41:17.321307+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -3252,9 +3291,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:17 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/30120c44-918a-4867-9fe5-2053060fb8cc + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/07f6a103-a605-4904-a3b3-2ca7c368c914 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3264,7 +3303,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e68e24a9-6c2f-41a4-839d-c833e58980b4 + - fe6e028f-9d10-40af-9e33-7008f2817fac status: 202 Accepted code: 202 duration: "" @@ -3275,25 +3314,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:16.814294+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3017" + - "3092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3303,7 +3342,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a867588d-d326-4a9b-8adf-03a42e4121cf + - 700f32a7-8bd1-4fe9-a614-4d735042986f status: 200 OK code: 200 duration: "" @@ -3314,10 +3353,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/26f8818e-d8d9-4191-87a4-d1897ed26da2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/91a88d9d-7d28-4227-8820-1743a2fbffcb method: GET response: - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"26f8818e-d8d9-4191-87a4-d1897ed26da2","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"91a88d9d-7d28-4227-8820-1743a2fbffcb","type":"not_found"}' headers: Content-Length: - "136" @@ -3326,7 +3365,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3336,7 +3375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2eee6ad-fb40-45fd-a9bd-24db3d6f1221 + - 7fe95d63-2990-4a99-bd54-4888ab6f2470 status: 404 Not Found code: 404 duration: "" @@ -3347,19 +3386,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "923" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3369,7 +3408,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9dfbf7ad-aa6f-427d-abf3-e0011ad32318 + - bf1f1a31-ee2f-47f7-926f-500f5dce21ab status: 200 OK code: 200 duration: "" @@ -3380,10 +3419,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/f68dca70-3a7d-4073-ae27-a6d1c21b7a44 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/79ef8427-8159-47cb-a394-514aa408dc22 method: DELETE response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"f68dca70-3a7d-4073-ae27-a6d1c21b7a44","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"79ef8427-8159-47cb-a394-514aa408dc22","type":"not_found"}' headers: Content-Length: - "125" @@ -3392,7 +3431,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:06 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3402,7 +3441,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3712ab98-5ec4-4544-9536-aa985e60f7a5 + - 34a5710c-2239-4109-824e-370d82f1ed16 status: 404 Not Found code: 404 duration: "" @@ -3413,153 +3452,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.633770Z","gateway_networks":[],"id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","ip":{"address":"51.15.213.183","created_at":"2023-05-29T12:54:02.987186Z","gateway_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","id":"e1f83e26-1c28-478e-8195-16bedb15b1b3","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"183-213-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.987186Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:16.065806Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.720200Z","gateway_networks":[],"id":"3acb2506-3387-43b8-9639-02e3ef1142c4","ip":{"address":"51.15.234.100","created_at":"2023-07-10T07:40:10.154682Z","gateway_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","id":"bb9b9d5a-203c-4edf-8925-f55b9a54f543","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"100-234-15-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.154682Z","zone":"fr-par-1"},"name":"foobar","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.746403Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "923" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aab6682b-70da-4026-b281-6078d09e2b59 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5?cleanup_dhcp=false - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 32bd4704-e8e7-4141-aa3c-b971a6196a4d - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/89b10e8a-78e6-4d3c-a35c-9557a522f3e5 - method: GET - response: - body: '{"message":"resource is not found","resource":"gateway","resource_id":"89b10e8a-78e6-4d3c-a35c-9557a522f3e5","type":"not_found"}' - headers: - Content-Length: - - "128" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7df2f05d-fe63-4f29-9e87-fbf6342562a2 - status: 404 Not Found - code: 404 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/e1f83e26-1c28-478e-8195-16bedb15b1b3 - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:06 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ee901599-a7e6-4878-aeac-13726b2658ac - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3017" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3569,7 +3474,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41fa1932-7c24-407e-aa2e-76f83dedda04 + - 03c76eea-c3bd-4474-93db-cb61e74411b4 status: 200 OK code: 200 duration: "" @@ -3580,25 +3485,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:16.814294+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3017" + - "3092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:12 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3608,7 +3513,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94401b80-9a33-45ff-a3b2-ce6761f7eda8 + - ecc47c77-3c7a-4bdc-8bc5-40030ed466d5 status: 200 OK code: 200 duration: "" @@ -3619,64 +3524,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4?cleanup_dhcp=false + method: DELETE response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3017" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:17 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d82f0e44-3b9a-48b9-940a-96e853f80333 - status: 200 OK - code: 200 - duration: "" -- request: body: "" - form: {} headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3017" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:23 GMT + - Mon, 10 Jul 2023 07:41:22 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3686,9 +3544,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75712646-587b-4dd4-a80f-7c624048cfa2 - status: 200 OK - code: 200 + - ba6b0cbf-2431-4bd3-a1ef-f459fecf0400 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3697,25 +3555,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/3acb2506-3387-43b8-9639-02e3ef1142c4 method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"message":"resource is not found","resource":"gateway","resource_id":"3acb2506-3387-43b8-9639-02e3ef1142c4","type":"not_found"}' headers: Content-Length: - - "3017" + - "128" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:28 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3725,9 +3577,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3913a168-fbbd-4bfe-94b2-d9c4dcadcc6f - status: 200 OK - code: 200 + - ba553bd4-7cb0-461b-9edc-64209b2511d6 + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3736,64 +3588,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/bb9b9d5a-203c-4edf-8925-f55b9a54f543 + method: DELETE response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3017" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:33 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 42e65520-1263-4581-8a32-a78b5df974e6 - status: 200 OK - code: 200 - duration: "" -- request: body: "" - form: {} headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 - method: GET - response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' - headers: - Content-Length: - - "3017" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:38 GMT + - Mon, 10 Jul 2023 07:41:23 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3803,9 +3608,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44ed3ca2-534e-4e53-ab9e-dcaf52e7e861 - status: 200 OK - code: 200 + - 2ac2a082-45e7-45dd-b8b4-9845e0a8fed7 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3814,25 +3619,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:16.814294+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3017" + - "3092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:43 GMT + - Mon, 10 Jul 2023 07:41:28 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3842,7 +3647,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8759664-86af-45c1-8490-4280270f32e3 + - 7cd55683-a933-490d-93f8-ed47900e2668 status: 200 OK code: 200 duration: "" @@ -3853,25 +3658,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:16.814294+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3017" + - "3092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:48 GMT + - Mon, 10 Jul 2023 07:41:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3881,7 +3686,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15a2d311-3b2a-48ff-ba8f-32a914a90186 + - 7ed4fc95-fe54-49db-9ed4-2c58b2a70ac1 status: 200 OK code: 200 duration: "" @@ -3892,25 +3697,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:16.814294+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3017" + - "3092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:54 GMT + - Mon, 10 Jul 2023 07:41:39 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3920,7 +3725,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 506dd720-4f08-4300-9650-f0d04b1d4e8b + - fac10847-6e28-4745-b3ca-47c2f4ebf1ce status: 200 OK code: 200 duration: "" @@ -3931,25 +3736,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:00.945605+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"42","hypervisor_id":"201","node_id":"56","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:16.814294+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.8.111","private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3017" + - "3092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:56:00 GMT + - Mon, 10 Jul 2023 07:41:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3959,7 +3764,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8015242-542d-4ec8-956a-6bdbfcdb0ed4 + - 10d0b6ed-859a-41a3-af39-bfad62810e0b status: 200 OK code: 200 duration: "" @@ -3970,25 +3775,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: - body: '{"server":{"allowed_actions":["poweron","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"48","hypervisor_id":"804","node_id":"13","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:56:05.160442+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.74.126.25","private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"stopped","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:46.362142+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3026" + - "2971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:56:05 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3998,7 +3803,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 545f498a-926c-4ad3-846f-1b51e8bb9f8f + - 00aaeca4-2a1c-4292-b1ae-395a78e360b0 status: 200 OK code: 200 duration: "" @@ -4009,25 +3814,25 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.520945+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-clever-kare","id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","image":{"arch":"x86_64","creation_date":"2023-04-13T12:32:02.036379+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"68cf470e-6c35-4741-bbff-4ce788616461","modification_date":"2023-04-13T12:32:02.036379+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"a6463aae-70b5-4020-a08d-6f4c24caf224","name":"Ubuntu - 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:56:05.160442+00:00","name":"tf-srv-clever-kare","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:20.673826+00:00","id":"e12d9cec-e7c6-4731-b625-3d9d580a24d4","mac_address":"02:00:00:13:00:f5","modification_date":"2023-05-29T12:54:51.803979+00:00","private_network_id":"68f02e49-28a6-4f54-8370-adaa4a1b86a8","server_id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.520945+00:00","export_uri":null,"id":"501036b2-17f0-457d-9c85-8b36d012fa96","modification_date":"2023-05-29T12:54:03.520945+00:00","name":"Ubuntu - 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"e6f5988d-1bff-47fd-9a14-23b37f15b274","name":"tf-srv-clever-kare"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.297705+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"tf-srv-cool-bell","id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","image":{"arch":"x86_64","creation_date":"2023-06-28T12:44:51.423515+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8","modification_date":"2023-06-28T12:44:51.423515+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"3cd60412-e478-4f16-ad7c-8290c6e1e8c8","name":"Ubuntu + 20.04 Focal Fossa","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b7","maintenances":[],"modification_date":"2023-07-10T07:41:46.362142+00:00","name":"tf-srv-cool-bell","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:35.864868+00:00","id":"1e5fc0b1-9779-4528-8e78-7fbc7352ca5c","mac_address":"02:00:00:13:57:3b","modification_date":"2023-07-10T07:41:07.677445+00:00","private_network_id":"105ca3f6-d13d-465d-8b45-b152fb6bd561","server_id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.297705+00:00","export_uri":null,"id":"0b72d102-0046-44ee-a7b7-06ea4cd890c3","modification_date":"2023-07-10T07:40:12.297705+00:00","name":"Ubuntu + 20.04 Focal Fossa","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"fbd2c3eb-cb00-48c0-854d-acbc8a22a173","name":"tf-srv-cool-bell"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2895" + - "2971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:56:05 GMT + - Mon, 10 Jul 2023 07:41:51 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4037,7 +3842,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de12c064-58d8-4005-a2fa-7388fee82b37 + - 7851b065-8578-4acc-9ebe-20a964c12c15 status: 200 OK code: 200 duration: "" @@ -4048,7 +3853,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: DELETE response: body: "" @@ -4056,7 +3861,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:56:05 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4066,7 +3871,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f87a42f-e2fa-429a-8999-98450ebdc3e5 + - 10fa3993-272a-4b68-836b-94ee11a31f4e status: 204 No Content code: 204 duration: "" @@ -4077,10 +3882,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e6f5988d-1bff-47fd-9a14-23b37f15b274 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/fbd2c3eb-cb00-48c0-854d-acbc8a22a173 method: GET response: - body: '{"message":"\"e6f5988d-1bff-47fd-9a14-23b37f15b274\" not found","type":"unknown_resource"}' + body: '{"message":"\"fbd2c3eb-cb00-48c0-854d-acbc8a22a173\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -4089,7 +3894,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:56:05 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4099,7 +3904,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0663874-450e-44c1-ae99-3eb6d01e2a2c + - b172464e-39ce-431e-94cc-d360fb88d43e status: 404 Not Found code: 404 duration: "" @@ -4110,7 +3915,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/501036b2-17f0-457d-9c85-8b36d012fa96 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0b72d102-0046-44ee-a7b7-06ea4cd890c3 method: DELETE response: body: "" @@ -4118,7 +3923,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:56:06 GMT + - Mon, 10 Jul 2023 07:41:52 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4128,7 +3933,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e9b3254-abc0-47aa-bc51-0ef7a4034fa0 + - 53c18951-d21b-4a5b-b2ca-30f4eee0edb9 status: 204 No Content code: 204 duration: "" @@ -4139,7 +3944,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/68f02e49-28a6-4f54-8370-adaa4a1b86a8 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/105ca3f6-d13d-465d-8b45-b152fb6bd561 method: DELETE response: body: "" @@ -4149,7 +3954,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:56:06 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4159,7 +3964,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20bdb706-72ad-4b65-9a10-be5b96089e60 + - 1e0a0624-e89b-4349-bbfc-94c69cf4e7c8 status: 204 No Content code: 204 duration: "" @@ -4170,10 +3975,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/b8a3a7a2-785d-45dd-ab09-507715721682 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/2bd2e0a1-35c2-4687-9e99-bd383273a914 method: GET response: - body: '{"message":"resource is not found","resource":"dhcp_entry","resource_id":"b8a3a7a2-785d-45dd-ab09-507715721682","type":"not_found"}' + body: '{"message":"resource is not found","resource":"dhcp_entry","resource_id":"2bd2e0a1-35c2-4687-9e99-bd383273a914","type":"not_found"}' headers: Content-Length: - "131" @@ -4182,7 +3987,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:56:06 GMT + - Mon, 10 Jul 2023 07:41:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -4192,7 +3997,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb7965d2-68fb-4088-a75f-23c578eb5e83 + - d7557a76-edb1-4395-bd46-222f802f16e2 status: 404 Not Found code: 404 duration: "" diff --git a/scaleway/testdata/vpc-public-gateway-pat-rule-with-instance.cassette.yaml b/scaleway/testdata/vpc-public-gateway-pat-rule-with-instance.cassette.yaml index 519720555f..ae67492e06 100644 --- a/scaleway/testdata/vpc-public-gateway-pat-rule-with-instance.cassette.yaml +++ b/scaleway/testdata/vpc-public-gateway-pat-rule-with-instance.cassette.yaml @@ -13,16 +13,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps method: POST response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -32,30 +32,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb8a553b-604c-461c-b084-be87bda54294 + - d3790b78-b237-403d-80ed-5071821b5c23 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"name":"My Private Network","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/e33f823f-595f-4a57-a405-a354cfbeffe0 - method: GET + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + method: POST response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.802538Z","id":"209c1aec-4a02-491e-8b9b-688e4451191d","name":"My + Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.48.0/22","fd4a:c18e:554d:3c00::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.802538Z","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -65,33 +68,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 236bca18-9f98-4419-bd52-388c9755711c + - fa4cb13a-4a63-4045-99ae-232b52a4b884 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"My Private Network","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks - method: POST + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/b287aaeb-3be5-42db-a989-831b16a95e61 + method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.548769Z","id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","name":"My - Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:434b::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.548769Z","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "351" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -101,7 +101,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 593a7579-94bc-4699-bf46-7514bd3c9dee + - 56ca8173-4459-4418-b26f-8021f9440ad9 status: 200 OK code: 200 duration: "" @@ -112,20 +112,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/789ec498-2d90-4f41-98bb-d3f20970e3d1 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/209c1aec-4a02-491e-8b9b-688e4451191d method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.548769Z","id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","name":"My - Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.4.0/22","fd4a:c18e:554d:434b::/64"],"tags":[],"updated_at":"2023-05-29T12:54:02.548769Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.802538Z","id":"209c1aec-4a02-491e-8b9b-688e4451191d","name":"My + Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["172.16.48.0/22","fd4a:c18e:554d:3c00::/64"],"tags":[],"updated_at":"2023-07-10T07:40:09.802538Z","zone":"fr-par-1"}' headers: Content-Length: - - "351" + - "361" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -135,30 +135,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e78dd4e4-2d25-47f1-ad41-6862667b33bb + - 603a2cbc-76ac-4334-a73e-cfa5c4b1a5a1 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=debian_bullseye&order_by=created_at_asc&zone=fr-par-1 - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips + method: POST response: - body: '{"local_images":[{"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"],"id":"14901537-a464-4003-b7d9-388f0db136a5","label":"debian_bullseye","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"44d9ae31-80b8-448a-9487-e196b9c2a09f","label":"debian_bullseye","zone":"fr-par-1"}],"total_count":2}' + body: '{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":null,"id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"}' headers: Content-Length: - - "1054" + - "369" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -168,7 +170,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c90ef35-ac7f-4e84-a83c-aee87535373a + - 1be390bc-a767-421c-b872-68b2acb8c5b1 status: 200 OK code: 200 duration: "" @@ -179,22 +181,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/vpc-gw/v1/zones/fr-par-1/ips/18a9878a-2c57-4e4c-99af-0374c8091d77 method: GET response: - body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.04952,"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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.02556,"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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.01368,"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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.07308,"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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.53,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.7894,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4064,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2042,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1,"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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.6714,"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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1016,"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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.054,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.027,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.014,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.59,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0735,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.18,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.147,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":2.35,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.29,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.4256,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.0532,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.8512,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.1064,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.7024,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.2128,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.824,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.103,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":1.648,"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":137438953472,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.206,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":3.296,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.412,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.877,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.438,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.219,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.11,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":false,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.055,"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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":1,"hourly_price":1.2426,"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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":8},"gpu":0,"hourly_price":0.00459,"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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' + body: '{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":null,"id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"}' headers: Content-Length: - - "36881" + - "369" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT - Link: - - ; rel="next",; - rel="last" + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -204,34 +203,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aaa4f6cf-b2d6-421e-a23c-455030bcebe8 - X-Total-Count: - - "56" + - edd5d060-ba26-490e-83c0-0a678575c6ae status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips - method: POST + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=debian_bullseye&order_by=created_at_asc&type=instance_local&zone=fr-par-1 + method: GET response: - body: '{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":null,"id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"}' + body: '{"local_images":[{"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"],"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","label":"debian_bullseye","type":"unknown_type","zone":"fr-par-1"},{"arch":"arm64","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60"],"id":"92de05f7-7bfa-4920-8fb6-035764ba1792","label":"debian_bullseye","type":"unknown_type","zone":"fr-par-1"}],"total_count":2}' headers: Content-Length: - - "360" + - "1170" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -241,7 +236,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2574531-0a9c-4cb6-970a-57f0943aed93 + - 78eb6036-d1ac-4778-bd72-1ccdfa42fbb2 status: 200 OK code: 200 duration: "" @@ -252,22 +247,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) 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/products/servers?page=1 method: GET response: - body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' + body: '{"servers":{"DEV1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":80000000000,"min_size":0}},"DEV1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":40000000000,"min_size":0}},"DEV1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":20000000000,"min_size":0}},"DEV1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":120000000000,"min_size":0}},"ENT1-2XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"ENT1-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"GP1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-VIZ":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":300000000000,"min_size":0}},"GP1-XL":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":600000000000,"min_size":0}},"GP1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":150000000000,"min_size":0}},"PLAY2-MICRO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-NANO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PLAY2-PICO":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-16C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-2C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-32C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-4C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-64C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-8C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-16C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-2C-4G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-32C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-4C-8G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-64C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HC-8C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-16C-128G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-2C-16G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-32C-256G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-4C-32G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-64C-512G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"POP2-HM-8C-64G":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"PRO2-XXS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":0,"min_size":0}},"RENDER-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["local","rescue"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":400000000000,"min_size":0}},"STARDUST1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"local","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,"volumes_constraint":{"max_size":10000000000,"min_size":0}},"START1-L":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0368,"mig_profile":null,"monthly_price":26.864,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":400000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":400000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"START1-M":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0194,"mig_profile":null,"monthly_price":14.162,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":300000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":300000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"START1-S":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0106,"mig_profile":null,"monthly_price":7.738,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"START1-XS":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.0062,"mig_profile":null,"monthly_price":4.526,"ncpus":1,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":100000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":100000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":1073741824,"volumes_constraint":{"max_size":25000000000,"min_size":25000000000}},"VC1L":{"alt_names":["X64-8GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.02468,"mig_profile":null,"monthly_price":18.0164,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":8589934592,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}}}}' headers: Content-Length: - - "4363" + - "37931" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:11 GMT Link: - - ; rel="first",; - rel="previous",; rel="last" + - ; rel="next",; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -277,7 +272,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 949cbcc7-f190-477e-8d8b-ba565d45825d + - fabb6af0-575e-49af-8963-2702cab5608c X-Total-Count: - "56" status: 200 OK @@ -290,19 +285,22 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/1620f4a2-1377-4d7d-9584-3722499d76a2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":null,"id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"}' + body: '{"servers":{"VC1M":{"alt_names":["X64-4GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.01555,"mig_profile":null,"monthly_price":11.3515,"ncpus":4,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":4294967296,"volumes_constraint":{"max_size":100000000000,"min_size":100000000000}},"VC1S":{"alt_names":["X64-2GB"],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.00862,"mig_profile":null,"monthly_price":6.2926,"ncpus":2,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":200000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":200000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":2147483648,"volumes_constraint":{"max_size":50000000000,"min_size":50000000000}},"X64-120GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.42574,"mig_profile":null,"monthly_price":310.7902,"ncpus":12,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":128849018880,"volumes_constraint":{"max_size":1000000000000,"min_size":500000000000}},"X64-15GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.06032,"mig_profile":null,"monthly_price":44.0336,"ncpus":6,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":250000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":250000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":16106127360,"volumes_constraint":{"max_size":200000000000,"min_size":200000000000}},"X64-30GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.11906,"mig_profile":null,"monthly_price":86.9138,"ncpus":8,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":500000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":500000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":32212254720,"volumes_constraint":{"max_size":400000000000,"min_size":300000000000}},"X64-60GB":{"alt_names":[],"arch":"x86_64","baremetal":false,"capabilities":{"block_storage":true,"boot_types":["bootscript","rescue","local"],"default_boot_type":"bootscript","hot_snapshots_local_volume":true,"placement_groups":true,"private_network":0},"gpu":0,"hourly_price":0.213,"mig_profile":null,"monthly_price":155.49,"ncpus":10,"network":{"interfaces":[{"internal_bandwidth":null,"internet_bandwidth":1000000000}],"ipv6_support":true,"sum_internal_bandwidth":104857600,"sum_internet_bandwidth":1000000000},"per_volume_constraint":{"l_ssd":{"max_size":200000000000,"min_size":1000000000}},"ram":64424509440,"volumes_constraint":{"max_size":700000000000,"min_size":400000000000}}}}' headers: Content-Length: - - "360" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:02 GMT + - Mon, 10 Jul 2023 07:40:11 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -312,13 +310,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0eb94308-d962-4674-9a5c-7e5a16a7d7da + - b8e5d34f-55b9-41cc-bcfe-61842b3529f7 + X-Total-Count: + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"The Public - Gateway","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"1620f4a2-1377-4d7d-9584-3722499d76a2","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' + body: '{"name":"Scaleway Instance","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","volumes":{"0":{"boot":false,"size":20000000000,"volume_type":"l_ssd"}},"boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' form: {} headers: Content-Type: @@ -326,20 +325,29 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.401027Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Scaleway + Instance","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "936" + - "2586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:12 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -349,9 +357,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4fca916-8eb3-4e96-a26f-bee371143b84 - status: 200 OK - code: 200 + - 6653b75e-8949-4fc7-9e07-fd287fa757cd + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -360,20 +368,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:03.463423Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Scaleway + Instance","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "940" + - "2586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -383,42 +398,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39200019-7243-43a4-ba44-c2764e09b352 + - afa213dc-a581-4f9a-bf18-d7ef19b4c9ee status: 200 OK code: 200 duration: "" - request: - body: '{"name":"Scaleway Instance","dynamic_ip_required":false,"commercial_type":"DEV1-S","image":"14901537-a464-4003-b7d9-388f0db136a5","volumes":{"0":{"size":20000000000,"volume_type":"l_ssd"}},"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.20.1; linux; amd64) 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/13371691-a665-4ff2-b246-0bd66a804ff1 + method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Scaleway - Instance","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Scaleway + Instance","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":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2504" + - "2586" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -428,38 +439,34 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97395336-8d6f-4027-afe0-d8e8ad113cf8 - status: 201 Created - code: 201 + - 768753b7-c143-4b4b-8704-750380721d33 + status: 200 OK + code: 200 duration: "" - request: - body: "" + body: '{"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","name":"The Public + Gateway","tags":null,"type":"VPC-GW-S","upstream_dns_servers":null,"ip_id":"18a9878a-2c57-4e4c-99af-0374c8091d77","enable_smtp":false,"enable_bastion":false,"bastion_port":null}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways + method: POST response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Scaleway - Instance","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"allocating","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:12.758472Z","upstream_dns_servers":[],"version":null,"zone":"fr-par-1"}' headers: Content-Length: - - "2504" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -469,7 +476,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97e6f82b-7d37-4897-9276-c93bbeb5db5e + - fe504cb5-a0c3-4e4d-9559-931f09fd380d status: 200 OK code: 200 duration: "" @@ -480,27 +487,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Scaleway - Instance","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,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.087922Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2504" + - "969" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:03 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -510,7 +510,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d430617d-de46-47d8-ab88-6f6414887276 + - 37f37a2d-d7e4-4d77-a0c3-be2b97e157a8 status: 200 OK code: 200 duration: "" @@ -523,10 +523,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/action method: POST response: - body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/action","href_result":"/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada","id":"bc17d0ac-92a8-4b55-8252-fd8f96a35698","started_at":"2023-05-29T12:54:04.396192+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_batch_poweron","href_from":"/servers/13371691-a665-4ff2-b246-0bd66a804ff1/action","href_result":"/servers/13371691-a665-4ff2-b246-0bd66a804ff1","id":"29f3a1fc-7a68-463b-9bd4-1d4b29165866","started_at":"2023-07-10T07:40:13.629500+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "322" @@ -535,9 +535,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bc17d0ac-92a8-4b55-8252-fd8f96a35698 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/29f3a1fc-7a68-463b-9bd4-1d4b29165866 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -547,7 +547,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 472b4f16-945f-42c3-a0a4-3e672ca85ba4 + - e2190297-3762-45d6-ba9a-7e6629141aef status: 202 Accepted code: 202 duration: "" @@ -558,27 +558,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:54:04.020541+00:00","name":"Scaleway - Instance","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,"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":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:13.253214+00:00","name":"Scaleway + Instance","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":false,"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":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2526" + - "2608" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:04 GMT + - Mon, 10 Jul 2023 07:40:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -588,7 +588,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34527af3-bcf0-4351-907f-f37048db21e2 + - 1649f2a1-56b2-48ad-8352-3fb85be1da85 status: 200 OK code: 200 duration: "" @@ -599,20 +599,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.021640Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.632557Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "937" + - "965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -622,7 +622,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e69cc36d-3c1b-4146-94f4-5dc89b2be194 + - a8e11059-5e2a-4ec1-85f6-2ee2468596d9 status: 200 OK code: 200 duration: "" @@ -633,20 +633,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.021640Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.632557Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "937" + - "965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -656,7 +656,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3721045f-3cb5-4a5e-b390-c2a6f4978fa9 + - 40b987e8-9d65-4224-a6f7-9286b2155fcf status: 200 OK code: 200 duration: "" @@ -667,20 +667,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:04.021640Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:13.632557Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "937" + - "965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:08 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -690,42 +690,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c17c7a71-9e65-4f5d-a3c9-4a83d419ca07 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","enable_masquerade":true,"dhcp_id":"e33f823f-595f-4a57-a405-a354cfbeffe0","enable_dhcp":true}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks - method: POST - response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":null,"private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"created","updated_at":"2023-05-29T12:54:08.941628Z","zone":"fr-par-1"}' - headers: - Content-Length: - - "922" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:54:08 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1234d1d7-921c-4347-8dc7-669d386e1f34 + - ce8e3889-aed9-4ac9-a69e-f5fab52a6412 status: 200 OK code: 200 duration: "" @@ -736,20 +701,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":null,"private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"created","updated_at":"2023-05-29T12:54:08.941628Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:09.001698Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:13.253214+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "1863" + - "2716" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -759,38 +731,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - edbf46a2-11a9-4517-9760-d595ad2181e6 + - 898f423c-320b-47a6-aa55-38b716abf8dc status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","enable_masquerade":true,"dhcp_id":"b287aaeb-3be5-42db-a989-831b16a95e61","enable_dhcp":true}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks + method: POST response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:04.020541+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":null,"private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"created","updated_at":"2023-07-10T07:40:19.066263Z","zone":"fr-par-1"}' headers: Content-Length: - - "2634" + - "951" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:09 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -800,7 +766,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb782517-caa3-43d3-9482-0fc3c9a034e2 + - bcd27cd5-bd57-474f-a847-fecc34807f33 status: 200 OK code: 200 duration: "" @@ -811,20 +777,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":null,"private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"created","updated_at":"2023-05-29T12:54:08.941628Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:09.001698Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":null,"private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"created","updated_at":"2023-07-10T07:40:19.066263Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:19.106529Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1863" + - "1920" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:14 GMT + - Mon, 10 Jul 2023 07:40:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -834,7 +800,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 020b2d3e-f05b-4a12-81c1-79d666ca1d62 + - d157b401-724b-47f5-a176-4824c315f844 status: 200 OK code: 200 duration: "" @@ -845,27 +811,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:04.020541+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:13.253214+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2634" + - "2716" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:15 GMT + - Mon, 10 Jul 2023 07:40:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -875,7 +841,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62795058-e650-4360-8a54-390d4c13cc09 + - 0500c284-fef1-47ec-9459-fb114850004c status: 200 OK code: 200 duration: "" @@ -886,20 +852,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":null,"private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"created","updated_at":"2023-07-10T07:40:19.066263Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:19.106529Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1920" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:25 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -909,7 +875,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5bf8171-d6ca-49eb-b207-4ffd476381a5 + - 72d62664-3e0e-498e-a450-ca91a870316d status: 200 OK code: 200 duration: "" @@ -920,19 +886,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:13.253214+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "935" + - "2716" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:29 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -942,7 +916,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3db20453-ac8c-49b1-94ad-84bc01455e08 + - e60f5597-53e9-433f-bdff-d19167224e00 status: 200 OK code: 200 duration: "" @@ -953,19 +927,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -975,7 +950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a94bea7-6448-4e38-ba48-4ebe19b198af + - 93c4ed47-3ff8-443b-bc73-e35106728ae3 status: 200 OK code: 200 duration: "" @@ -986,20 +961,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1009,7 +983,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ff3d00e-7b26-4a5d-aada-f6540012c04b + - 48325cfb-7b19-44df-90c4-b17ba7a1f64b status: 200 OK code: 200 duration: "" @@ -1020,19 +994,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:19 GMT + - Mon, 10 Jul 2023 07:40:32 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1042,7 +1016,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a53d6add-1249-4e97-a192-fd8fad88f5b0 + - 3c0e97bb-e5d4-4168-95c4-0e8d6f0aac9e status: 200 OK code: 200 duration: "" @@ -1053,27 +1027,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.041998+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "2665" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1083,7 +1050,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 773df737-4d71-431a-b308-b67a82dc8f2c + - 09e25c58-52c0-47e7-a1a7-2581ca92f2c8 status: 200 OK code: 200 duration: "" @@ -1094,20 +1061,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/789ec498-2d90-4f41-98bb-d3f20970e3d1 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.548769Z","id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","name":"My - Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:434b::/64"],"tags":[],"updated_at":"2023-05-29T12:54:08.859892Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}' headers: Content-Length: - - "349" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:40:33 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1117,7 +1083,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1dc8b890-3828-48e9-84a0-a80e2a7fd90a + - 0138dba7-e5f0-43be-bc05-ecda1a32e410 status: 200 OK code: 200 duration: "" @@ -1128,27 +1094,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.041998+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"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":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:13.253214+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"starting","state_detail":"provisioning node","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2665" + - "2716" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:20 GMT + - Mon, 10 Jul 2023 07:40:35 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1158,32 +1124,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3afa1ae-e46e-4dd2-a210-2c85cf5635a3 + - f6fac0c2-9873-4a9b-ac75-07be3382850d status: 200 OK code: 200 duration: "" - request: - body: '{"private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics - method: POST + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 + method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:20.522906+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:35.104338+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "376" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:21 GMT + - Mon, 10 Jul 2023 07:40:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1193,9 +1165,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de822990-d2a7-4509-a3d0-c20b8ab2fc38 - status: 201 Created - code: 201 + - fae3794a-6064-4e42-aed4-ce3f0dd4e0b4 + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -1204,19 +1176,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/209c1aec-4a02-491e-8b9b-688e4451191d method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:20.985731+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"created_at":"2023-07-10T07:40:09.802538Z","id":"209c1aec-4a02-491e-8b9b-688e4451191d","name":"My + Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:3c00::/64"],"tags":[],"updated_at":"2023-07-10T07:40:19.015489Z","zone":"fr-par-1"}' headers: Content-Length: - - "376" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:21 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1226,7 +1199,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f105405b-a93a-4736-a42f-06ea5df1c255 + - c78188db-edf6-4739-b6cb-da1425aa4920 status: 200 OK code: 200 duration: "" @@ -1237,19 +1210,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:21.289860+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:35.104338+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "376" + - "2747" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:26 GMT + - Mon, 10 Jul 2023 07:40:44 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1259,21 +1240,23 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49c88eac-1e88-46c8-bfcd-c00f850e9b6b + - b43ec644-cc7e-410e-b2b3-9ee4007aa64f status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d"}' form: {} headers: + Content-Type: + - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics + method: POST response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:21.289860+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:40:44.773564+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1282,7 +1265,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:31 GMT + - Mon, 10 Jul 2023 07:40:45 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1292,9 +1275,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 517109a2-7335-450c-b45f-bae1a8ce7ccf - status: 200 OK - code: 200 + - bf6a1618-3051-4521-9d90-799c56e41003 + status: 201 Created + code: 201 duration: "" - request: body: "" @@ -1303,10 +1286,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics/779bca4e-d31c-44b5-9c90-8b20ced1f729 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:21.289860+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:40:45.727917+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1315,7 +1298,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:36 GMT + - Mon, 10 Jul 2023 07:40:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1325,7 +1308,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a04ffa0-1c08-4304-b5f0-8f1cbaf24679 + - fe0cd20a-50e6-4ef3-a1c9-43faaabda696 status: 200 OK code: 200 duration: "" @@ -1336,10 +1319,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics/779bca4e-d31c-44b5-9c90-8b20ced1f729 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:21.289860+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:40:45.727917+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1348,7 +1331,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:41 GMT + - Mon, 10 Jul 2023 07:40:53 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1358,7 +1341,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 669a6c00-4675-4939-a180-cc2bc26028ab + - cd284155-f4ec-4b90-b824-865839e06298 status: 200 OK code: 200 duration: "" @@ -1369,10 +1352,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics/779bca4e-d31c-44b5-9c90-8b20ced1f729 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:21.289860+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:40:45.727917+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1381,7 +1364,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:46 GMT + - Mon, 10 Jul 2023 07:40:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1391,7 +1374,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec2dcc40-c687-4673-a207-b91653cd4777 + - 717effa6-e2a4-448c-a9d4-a81da5bde766 status: 200 OK code: 200 duration: "" @@ -1402,10 +1385,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics/779bca4e-d31c-44b5-9c90-8b20ced1f729 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:21.289860+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"syncing","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:40:45.727917+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"syncing","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "376" @@ -1414,7 +1397,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:51 GMT + - Mon, 10 Jul 2023 07:41:03 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1424,7 +1407,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06b45cfc-3987-4691-b054-035c0e9198da + - 8feec078-d427-4d2b-8f70-8a8c09acfc85 status: 200 OK code: 200 duration: "" @@ -1435,10 +1418,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics/779bca4e-d31c-44b5-9c90-8b20ced1f729 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1447,7 +1430,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:56 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1457,7 +1440,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35aa5023-288c-49cb-91b5-ed3d747a5710 + - 5f882dc4-e1f8-427d-aeea-13640a9ed2d8 status: 200 OK code: 200 duration: "" @@ -1468,10 +1451,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics/2ff2c628-6431-4ca9-b818-a122224c36e2 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics/779bca4e-d31c-44b5-9c90-8b20ced1f729 method: GET response: - body: '{"private_nic":{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}}' + body: '{"private_nic":{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}}' headers: Content-Length: - "378" @@ -1480,7 +1463,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1490,7 +1473,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1255cd34-0c18-46f4-be1e-50a26b6ddcd0 + - 4b61fdaf-aab2-4630-91dd-10ea6036b01a status: 200 OK code: 200 duration: "" @@ -1501,27 +1484,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.041998+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:35.104338+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"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":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "3018" + - "3108" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1531,7 +1514,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 881179fb-1988-4f94-8f8b-81c13f902806 + - 5cd2cfae-02fd-43ee-af3a-0742d48935af status: 200 OK code: 200 duration: "" @@ -1542,7 +1525,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/user_data method: GET response: body: '{"user_data":[]}' @@ -1554,7 +1537,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1564,7 +1547,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d94848ca-d997-4671-a4d8-74d871b12323 + - 9d24abe1-12fd-4171-a9b6-1bf16006e10b status: 200 OK code: 200 duration: "" @@ -1575,10 +1558,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -1587,9 +1570,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:54:59 GMT + - Mon, 10 Jul 2023 07:41:09 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1600,7 +1583,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b7333fd-71ec-4ddc-8ce1-2bc9f02d3587 + - cb3b88e8-558d-4145-99bb-bfdda6972fec X-Total-Count: - "1" status: 200 OK @@ -1613,19 +1596,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1635,12 +1618,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e315715-1726-42c0-ab51-cb2fd2fa34d0 + - 4703f964-b262-4871-9de1-71bc3f00c8f8 status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_network_id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:f3","ip_address":"10.0.0.3"}' + body: '{"gateway_network_id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:3d","ip_address":"10.0.0.3"}' form: {} headers: Content-Type: @@ -1651,16 +1634,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries method: POST response: - body: '{"created_at":"2023-05-29T12:55:00.088086Z","gateway_network_id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","hostname":"","id":"0719e937-bcd6-4c2f-b535-fe4e46d87484","ip_address":"10.0.0.3","mac_address":"02:00:00:13:00:f3","type":"reservation","updated_at":"2023-05-29T12:55:00.088086Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:10.179119Z","gateway_network_id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","hostname":"","id":"bc08ddc9-af66-4936-ad7d-f54709e846d1","ip_address":"10.0.0.3","mac_address":"02:00:00:13:57:3d","type":"reservation","updated_at":"2023-07-10T07:41:10.179119Z","zone":"fr-par-1"}' headers: Content-Length: - - "302" + - "310" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1670,7 +1653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a058121-fd9e-46d3-b4f2-12b40f2db5ca + - 7beb2850-58a3-402c-ab89-825087bcbda2 status: 200 OK code: 200 duration: "" @@ -1681,19 +1664,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:40:25.567984Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1703,7 +1686,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b6462bc-36b3-4e5f-8dff-40d237b1c3fa + - f24a47b2-0a4b-42a9-b7b1-eb10c049861d status: 200 OK code: 200 duration: "" @@ -1714,19 +1697,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0719e937-bcd6-4c2f-b535-fe4e46d87484 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/bc08ddc9-af66-4936-ad7d-f54709e846d1 method: GET response: - body: '{"created_at":"2023-05-29T12:55:00.088086Z","gateway_network_id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","hostname":"","id":"0719e937-bcd6-4c2f-b535-fe4e46d87484","ip_address":"10.0.0.3","mac_address":"02:00:00:13:00:f3","type":"reservation","updated_at":"2023-05-29T12:55:00.088086Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:10.179119Z","gateway_network_id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","hostname":"","id":"bc08ddc9-af66-4936-ad7d-f54709e846d1","ip_address":"10.0.0.3","mac_address":"02:00:00:13:57:3d","type":"reservation","updated_at":"2023-07-10T07:41:10.179119Z","zone":"fr-par-1"}' headers: Content-Length: - - "302" + - "310" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1736,7 +1719,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eeb94226-2823-43b7-a5fb-806fe860b2b4 + - 41f1d41b-3325-470e-9124-a267ab9a2c8e status: 200 OK code: 200 duration: "" @@ -1747,20 +1730,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1770,7 +1753,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4a50c36-63a8-4d90-8994-09d9a7e458e5 + - 8d34af86-bab7-4859-8777-a0254b4b2e95 status: 200 OK code: 200 duration: "" @@ -1781,20 +1764,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:10 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1804,12 +1787,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f6c9b87-7d1b-4a63-b292-46b75a9a0397 + - 23d4f98b-2bf4-426b-9ba4-8121361225ea status: 200 OK code: 200 duration: "" - request: - body: '{"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","public_port":2023,"private_ip":"10.0.0.3","private_port":22,"protocol":"tcp"}' + body: '{"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","public_port":2023,"private_ip":"10.0.0.3","private_port":22,"protocol":"tcp"}' form: {} headers: Content-Type: @@ -1820,16 +1803,16 @@ interactions: url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules method: POST response: - body: '{"created_at":"2023-05-29T12:55:00.453133Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"f184f99d-dcbc-420c-a894-3fa370d20bcc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-05-29T12:55:00.453133Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:11.206078Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"8e5cb6ff-f330-42a9-b1be-76e37b773ffc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-07-10T07:41:11.206078Z","zone":"fr-par-1"}' headers: Content-Length: - - "279" + - "287" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1839,7 +1822,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1695bcc2-fff6-4167-841a-9d703572fa11 + - ed206c78-00e8-46a7-9ad9-da6535e78ff7 status: 200 OK code: 200 duration: "" @@ -1850,20 +1833,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1873,7 +1856,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8581c91d-62a8-4165-b9b7-2ad4e4c39e03 + - 0da8cb2c-8486-44fe-b631-b733f136951b status: 200 OK code: 200 duration: "" @@ -1884,19 +1867,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/f184f99d-dcbc-420c-a894-3fa370d20bcc + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/8e5cb6ff-f330-42a9-b1be-76e37b773ffc method: GET response: - body: '{"created_at":"2023-05-29T12:55:00.453133Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"f184f99d-dcbc-420c-a894-3fa370d20bcc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-05-29T12:55:00.453133Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:11.206078Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"8e5cb6ff-f330-42a9-b1be-76e37b773ffc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-07-10T07:41:11.206078Z","zone":"fr-par-1"}' headers: Content-Length: - - "279" + - "287" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1906,7 +1889,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81f6a96f-0aa7-4f3d-a558-fc9c63c1d45c + - 93c7c862-77eb-4ef3-be62-69a9a73c7882 status: 200 OK code: 200 duration: "" @@ -1917,19 +1900,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/e33f823f-595f-4a57-a405-a354cfbeffe0 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/b287aaeb-3be5-42db-a989-831b16a95e61 method: GET response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1939,7 +1922,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2347fb8-1512-4a0b-b265-f9d515184dd0 + - 2fd4ebf7-a0f1-4add-bd25-e779e23a463d status: 200 OK code: 200 duration: "" @@ -1950,19 +1933,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/f184f99d-dcbc-420c-a894-3fa370d20bcc + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/8e5cb6ff-f330-42a9-b1be-76e37b773ffc method: GET response: - body: '{"created_at":"2023-05-29T12:55:00.453133Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"f184f99d-dcbc-420c-a894-3fa370d20bcc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-05-29T12:55:00.453133Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:11.206078Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"8e5cb6ff-f330-42a9-b1be-76e37b773ffc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-07-10T07:41:11.206078Z","zone":"fr-par-1"}' headers: Content-Length: - - "279" + - "287" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:00 GMT + - Mon, 10 Jul 2023 07:41:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1972,7 +1955,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f01d17f-44ea-4c03-9feb-38741359001b + - 4468e0fb-d54e-424a-8006-cecfb90f08ff status: 200 OK code: 200 duration: "" @@ -1983,19 +1966,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/1620f4a2-1377-4d7d-9584-3722499d76a2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/18a9878a-2c57-4e4c-99af-0374c8091d77 method: GET response: - body: '{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"}' + body: '{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"}' headers: Content-Length: - - "394" + - "403" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2005,7 +1988,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df61ff5d-f717-4333-a178-8f4b8c4053db + - 3e3b188c-4ac3-436e-b79d-d65a35665e51 status: 200 OK code: 200 duration: "" @@ -2016,19 +1999,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/e33f823f-595f-4a57-a405-a354cfbeffe0 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/b287aaeb-3be5-42db-a989-831b16a95e61 method: GET response: - body: '{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"}' + body: '{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"}' headers: Content-Length: - - "556" + - "574" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2038,7 +2021,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a827a8e-d9b4-4e63-8442-7122e8777928 + - ff756e26-0b2e-4dd1-b06f-f7fcbc63c264 status: 200 OK code: 200 duration: "" @@ -2049,20 +2032,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/789ec498-2d90-4f41-98bb-d3f20970e3d1 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/209c1aec-4a02-491e-8b9b-688e4451191d method: GET response: - body: '{"created_at":"2023-05-29T12:54:02.548769Z","id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","name":"My - Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:434b::/64"],"tags":[],"updated_at":"2023-05-29T12:54:08.859892Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:40:09.802538Z","id":"209c1aec-4a02-491e-8b9b-688e4451191d","name":"My + Private Network","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":["10.0.0.0/24","fd4a:c18e:554d:3c00::/64"],"tags":[],"updated_at":"2023-07-10T07:40:19.015489Z","zone":"fr-par-1"}' headers: Content-Length: - - "349" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2072,7 +2055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65e22d99-a012-470c-96ed-19573b2fcc37 + - 0c97478e-7c4b-4968-b28a-b6f22ed31bfa status: 200 OK code: 200 duration: "" @@ -2083,20 +2066,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2106,7 +2089,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8e27268-c432-4d8c-9337-29e51ff39f5e + - 0623a2ec-1af4-428d-8472-537700ab5500 status: 200 OK code: 200 duration: "" @@ -2117,19 +2100,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2139,7 +2122,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8561e20-b313-475f-a875-071aea2cb8f8 + - 35813522-988c-42d2-969b-ba7e26173ecd status: 200 OK code: 200 duration: "" @@ -2150,27 +2133,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.041998+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "3018" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2180,7 +2156,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ab9633c-dab9-4923-8c01-9ca7c566df74 + - f7876098-9a97-46a8-8c39-8f83c1c0bab5 status: 200 OK code: 200 duration: "" @@ -2191,20 +2167,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:35.104338+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "1872" + - "3100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2214,7 +2197,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a8a2083-7fb5-44a7-a154-d7f2ea5df1ba + - 202d6249-ddfa-485e-a8fe-87bcd2412f78 status: 200 OK code: 200 duration: "" @@ -2225,7 +2208,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/user_data + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/user_data method: GET response: body: '{"user_data":[]}' @@ -2237,7 +2220,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2247,7 +2230,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 339ef673-e29d-4f5f-a156-a5e5d9698008 + - 786e5c4c-7ba3-45c9-a5f4-88f2f0e3cf16 status: 200 OK code: 200 duration: "" @@ -2258,19 +2241,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2280,7 +2263,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e691fb1-8e7f-496d-8568-7389d4f597d0 + - b1b6d86f-a73d-4aa5-b1ef-7da91e57f174 status: 200 OK code: 200 duration: "" @@ -2291,10 +2274,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/private_nics + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/private_nics method: GET response: - body: '{"private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}]}' + body: '{"private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}]}' headers: Content-Length: - "381" @@ -2303,9 +2286,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -2316,7 +2299,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76f5bd87-838a-4779-8449-b1e0b5ac5ed5 + - 2a1436f7-e554-44ee-a706-a69be6545457 X-Total-Count: - "1" status: 200 OK @@ -2329,19 +2312,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0719e937-bcd6-4c2f-b535-fe4e46d87484 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/bc08ddc9-af66-4936-ad7d-f54709e846d1 method: GET response: - body: '{"created_at":"2023-05-29T12:55:00.088086Z","gateway_network_id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","hostname":"","id":"0719e937-bcd6-4c2f-b535-fe4e46d87484","ip_address":"10.0.0.3","mac_address":"02:00:00:13:00:f3","type":"reservation","updated_at":"2023-05-29T12:55:00.088086Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:10.179119Z","gateway_network_id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","hostname":"","id":"bc08ddc9-af66-4936-ad7d-f54709e846d1","ip_address":"10.0.0.3","mac_address":"02:00:00:13:57:3d","type":"reservation","updated_at":"2023-07-10T07:41:10.179119Z","zone":"fr-par-1"}' headers: Content-Length: - - "302" + - "310" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2351,7 +2334,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c905a4e0-ff9c-4f2c-a7c0-68871b1212ba + - 0c67a60b-85e9-48c6-bf77-5a5ad82a8d47 status: 200 OK code: 200 duration: "" @@ -2362,19 +2345,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/f184f99d-dcbc-420c-a894-3fa370d20bcc + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/8e5cb6ff-f330-42a9-b1be-76e37b773ffc method: GET response: - body: '{"created_at":"2023-05-29T12:55:00.453133Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"f184f99d-dcbc-420c-a894-3fa370d20bcc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-05-29T12:55:00.453133Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:11.206078Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"8e5cb6ff-f330-42a9-b1be-76e37b773ffc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-07-10T07:41:11.206078Z","zone":"fr-par-1"}' headers: Content-Length: - - "279" + - "287" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:01 GMT + - Mon, 10 Jul 2023 07:41:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2384,7 +2367,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96e14a5a-4f7d-414d-9771-38bdd6204a38 + - b855e20d-c9e1-4622-ae6b-04148d5d414c status: 200 OK code: 200 duration: "" @@ -2395,19 +2378,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/f184f99d-dcbc-420c-a894-3fa370d20bcc + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/8e5cb6ff-f330-42a9-b1be-76e37b773ffc method: GET response: - body: '{"created_at":"2023-05-29T12:55:00.453133Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"f184f99d-dcbc-420c-a894-3fa370d20bcc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-05-29T12:55:00.453133Z","zone":"fr-par-1"}' + body: '{"created_at":"2023-07-10T07:41:11.206078Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"8e5cb6ff-f330-42a9-b1be-76e37b773ffc","private_ip":"10.0.0.3","private_port":22,"protocol":"tcp","public_port":2023,"updated_at":"2023-07-10T07:41:11.206078Z","zone":"fr-par-1"}' headers: Content-Length: - - "279" + - "287" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2417,7 +2400,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45a2d94c-8dd0-45cf-abbb-9527f47f310a + - 9840cad8-1f14-4e30-b357-acf7e163cbc0 status: 200 OK code: 200 duration: "" @@ -2428,20 +2411,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2451,7 +2434,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3866de65-3f16-4477-a468-25219f538c2d + - 8e364388-48a0-446e-8e94-460aff6e02b1 status: 200 OK code: 200 duration: "" @@ -2462,7 +2445,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/f184f99d-dcbc-420c-a894-3fa370d20bcc + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/pat-rules/8e5cb6ff-f330-42a9-b1be-76e37b773ffc method: DELETE response: body: "" @@ -2472,7 +2455,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2482,7 +2465,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffaa54d7-39db-4590-af15-3403ba47407d + - 5ab7d7f2-378c-4c6b-966a-81feda34b65d status: 204 No Content code: 204 duration: "" @@ -2493,20 +2476,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "1872" + - "1929" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2516,7 +2499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4602c549-39db-499a-a414-cd1e21e0c0ca + - 6d993a8a-52e3-4af6-9fd9-aa6d3a5757d1 status: 200 OK code: 200 duration: "" @@ -2527,19 +2510,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:54:15.338538Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:10.406165Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2549,7 +2532,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0deaca1c-6da0-4c06-bcab-1ca6f17a8c24 + - d0802024-4845-4921-82f3-faefd38f9a14 status: 200 OK code: 200 duration: "" @@ -2560,7 +2543,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/0719e937-bcd6-4c2f-b535-fe4e46d87484 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcp-entries/bc08ddc9-af66-4936-ad7d-f54709e846d1 method: DELETE response: body: "" @@ -2570,7 +2553,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2580,7 +2563,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9eb915ea-5440-415b-a635-8b71c5486f25 + - ae4d8575-05e0-4740-a7aa-2c760a57cb2e status: 204 No Content code: 204 duration: "" @@ -2591,19 +2574,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:55:02.580868Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:13.553031Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2613,7 +2596,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87b3f6af-50aa-4eb5-8990-bf5d60c69c47 + - 0426a5dc-e602-4502-8554-491cbc916ec1 status: 200 OK code: 200 duration: "" @@ -2624,19 +2607,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"ready","updated_at":"2023-05-29T12:55:02.580868Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"ready","updated_at":"2023-07-10T07:41:13.553031Z","zone":"fr-par-1"}' headers: Content-Length: - - "935" + - "964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2646,7 +2629,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14240a17-0f0a-4ccb-ad3c-1e85439dc480 + - 1482e541-a11b-4979-85ce-44f14b9108f7 status: 200 OK code: 200 duration: "" @@ -2657,17 +2640,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed?cleanup_dhcp=true - method: DELETE + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 + method: GET response: - body: "" + body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:40:35.104338+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: + Content-Length: + - "3100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2677,9 +2670,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba555306-5208-407e-89b9-31a58a150f5c - status: 204 No Content - code: 204 + - c8f3b465-b2ee-4db0-9d58-d2c5a24da12e + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -2688,27 +2681,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc?cleanup_dhcp=true + method: DELETE response: - body: '{"server":{"allowed_actions":["poweroff","terminate","reboot","stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:54:19.041998+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"running","state_detail":"booted","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: "" headers: - Content-Length: - - "3018" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2718,9 +2701,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0962de5-2e87-4f90-9ffb-f28026f33e70 - status: 200 OK - code: 200 + - aa15c514-3470-4cca-91b2-85e58c37946c + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -2729,19 +2712,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"address":null,"created_at":"2023-05-29T12:54:08.941628Z","dhcp":{"address":"10.0.0.1","created_at":"2023-05-29T12:54:02.336826Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"e33f823f-595f-4a57-a405-a354cfbeffe0","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-05-29T12:54:02.336826Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","mac_address":"02:00:00:13:00:ef","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","status":"detaching","updated_at":"2023-05-29T12:55:02.807851Z","zone":"fr-par-1"}' + body: '{"address":null,"created_at":"2023-07-10T07:40:19.066263Z","dhcp":{"address":"10.0.0.1","created_at":"2023-07-10T07:40:09.479969Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"b287aaeb-3be5-42db-a989-831b16a95e61","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2023-07-10T07:40:09.479969Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","mac_address":"02:00:00:13:57:37","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","status":"detaching","updated_at":"2023-07-10T07:41:13.791920Z","zone":"fr-par-1"}' headers: Content-Length: - - "939" + - "968" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:02 GMT + - Mon, 10 Jul 2023 07:41:13 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2751,7 +2734,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 566c5b56-ac0d-440c-8cf8-1a74dece2082 + - 7757a5d1-97f8-4cb4-9ac8-8172d3046096 status: 200 OK code: 200 duration: "" @@ -2764,10 +2747,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1/action method: POST response: - body: '{"task":{"description":"server_poweroff","href_from":"/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada/action","href_result":"/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada","id":"83a5142b-879f-4974-932a-ac9f02386f57","started_at":"2023-05-29T12:55:03.387479+00:00","status":"pending","terminated_at":null}}' + body: '{"task":{"description":"server_poweroff","href_from":"/servers/13371691-a665-4ff2-b246-0bd66a804ff1/action","href_result":"/servers/13371691-a665-4ff2-b246-0bd66a804ff1","id":"9dd65153-9fd0-4d23-b73a-873c3172cc64","started_at":"2023-07-10T07:41:14.071553+00:00","status":"pending","terminated_at":null}}' headers: Content-Length: - "317" @@ -2776,9 +2759,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:03 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/83a5142b-879f-4974-932a-ac9f02386f57 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9dd65153-9fd0-4d23-b73a-873c3172cc64 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2788,7 +2771,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a83073ce-14bf-45d2-94e1-e822f8364b12 + - d885039b-43e3-4b0a-a526-eeca94710cc9 status: 202 Accepted code: 202 duration: "" @@ -2799,27 +2782,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:13.793961+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"launching poweroff task","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2986" + - "3083" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:03 GMT + - Mon, 10 Jul 2023 07:41:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2829,7 +2812,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6103d7e-0ab4-4886-983b-4ddc391e3a86 + - cb30fc5d-913f-4565-b728-dc4df2d9c7bb status: 200 OK code: 200 duration: "" @@ -2840,10 +2823,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/036a0b67-7fa2-4c4a-af50-65253f79a9ed + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateway-networks/2d6f808b-5616-4ca3-bc9d-77d71d7bcabc method: GET response: - body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"036a0b67-7fa2-4c4a-af50-65253f79a9ed","type":"not_found"}' + body: '{"message":"resource is not found","resource":"gateway_network","resource_id":"2d6f808b-5616-4ca3-bc9d-77d71d7bcabc","type":"not_found"}' headers: Content-Length: - "136" @@ -2852,7 +2835,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2862,7 +2845,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae6d0289-0c66-4b6c-9866-5c5b962a14ff + - 08114464-f593-4693-a84b-0bc0e8dfb55e status: 404 Not Found code: 404 duration: "" @@ -2873,20 +2856,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "937" + - "965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:07 GMT + - Mon, 10 Jul 2023 07:41:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2896,7 +2879,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c8a3cc0-f117-4357-bb55-35419c29913d + - 2ec94756-e82d-4335-9bb4-f16cd09efc6b status: 200 OK code: 200 duration: "" @@ -2907,53 +2890,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/e33f823f-595f-4a57-a405-a354cfbeffe0 - method: DELETE - response: - body: '{"message":"resource is not found","resource":"dhcp","resource_id":"e33f823f-595f-4a57-a405-a354cfbeffe0","type":"not_found"}' - headers: - Content-Length: - - "125" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 29 May 2023 12:55:08 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1310b728-5304-426e-a424-bbdf9f6069d6 - status: 404 Not Found - code: 404 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-05-29T12:54:03.401027Z","gateway_networks":[],"id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","ip":{"address":"163.172.158.33","created_at":"2023-05-29T12:54:02.925935Z","gateway_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","id":"1620f4a2-1377-4d7d-9584-3722499d76a2","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"33-158-172-163.instances.scw.cloud","tags":[],"updated_at":"2023-05-29T12:54:02.925935Z","zone":"fr-par-1"},"name":"The - Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-05-29T12:54:15.468474Z","upstream_dns_servers":[],"version":"0.2.24","zone":"fr-par-1"}' + body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON + scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:13.793961+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway + Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "937" + - "3068" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:08 GMT + - Mon, 10 Jul 2023 07:41:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2963,7 +2920,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a64e9c7-ecf9-4750-9609-a6566355e2e3 + - 13406c36-1b17-4ee8-853c-b8c27968125d status: 200 OK code: 200 duration: "" @@ -2974,17 +2931,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3?cleanup_dhcp=false + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/dhcps/b287aaeb-3be5-42db-a989-831b16a95e61 method: DELETE response: - body: "" + body: '{"message":"resource is not found","resource":"dhcp","resource_id":"b287aaeb-3be5-42db-a989-831b16a95e61","type":"not_found"}' headers: + Content-Length: + - "125" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:08 GMT + - Mon, 10 Jul 2023 07:41:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -2994,9 +2953,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60722b2a-1342-4333-8156-740cf7207dd7 - status: 204 No Content - code: 204 + - 33a20a5e-c7ea-4941-9449-40519ef13b5b + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3005,19 +2964,20 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/ee266ecb-d247-4da7-a7a8-4751e0f952f3 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"message":"resource is not found","resource":"gateway","resource_id":"ee266ecb-d247-4da7-a7a8-4751e0f952f3","type":"not_found"}' + body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2023-07-10T07:40:12.758472Z","gateway_networks":[],"id":"2193f504-03d6-4bea-9e89-db5bd46e401f","ip":{"address":"51.158.116.208","created_at":"2023-07-10T07:40:10.130122Z","gateway_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","id":"18a9878a-2c57-4e4c-99af-0374c8091d77","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","reverse":"208-116-158-51.instances.scw.cloud","tags":[],"updated_at":"2023-07-10T07:40:10.130122Z","zone":"fr-par-1"},"name":"The + Public Gateway","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","smtp_enabled":false,"status":"running","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2023-07-10T07:40:25.674546Z","upstream_dns_servers":[],"version":"0.2.25","zone":"fr-par-1"}' headers: Content-Length: - - "128" + - "965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:08 GMT + - Mon, 10 Jul 2023 07:41:19 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3027,9 +2987,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8305eb0-9dd1-4e1d-a8cd-986e23af9410 - status: 404 Not Found - code: 404 + - 04901925-249e-4392-9793-f40e50e4a22c + status: 200 OK + code: 200 duration: "" - request: body: "" @@ -3038,7 +2998,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/1620f4a2-1377-4d7d-9584-3722499d76a2 + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f?cleanup_dhcp=false method: DELETE response: body: "" @@ -3048,7 +3008,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:08 GMT + - Mon, 10 Jul 2023 07:41:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3058,7 +3018,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab2981cc-e3c2-46ef-916a-1d33838c677b + - 2f6903bc-2eb0-4b2e-a8fd-839e33665dfd status: 204 No Content code: 204 duration: "" @@ -3069,27 +3029,19 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/2193f504-03d6-4bea-9e89-db5bd46e401f method: GET response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: '{"message":"resource is not found","resource":"gateway","resource_id":"2193f504-03d6-4bea-9e89-db5bd46e401f","type":"not_found"}' headers: Content-Length: - - "2986" + - "128" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:09 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3099,9 +3051,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60b632de-6129-4ede-9258-7ab65cfc8619 - status: 200 OK - code: 200 + - 6d43c5dd-72e4-4b76-a918-12798982e78a + status: 404 Not Found + code: 404 duration: "" - request: body: "" @@ -3110,27 +3062,17 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada - method: GET + url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/ips/18a9878a-2c57-4e4c-99af-0374c8091d77 + method: DELETE response: - body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON - scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway - Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' + body: "" headers: - Content-Length: - - "2986" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:14 GMT + - Mon, 10 Jul 2023 07:41:21 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3140,9 +3082,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4fc664c-7f14-40bf-b653-8cb6f0504778 - status: 200 OK - code: 200 + - 8975c012-24d8-4ecb-b889-6e80c1d5ee71 + status: 204 No Content + code: 204 duration: "" - request: body: "" @@ -3151,27 +3093,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:13.793961+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2986" + - "3068" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:19 GMT + - Mon, 10 Jul 2023 07:41:24 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3181,7 +3123,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1ec963f-c8cc-4d6c-8a66-56b7b42863d4 + - 9ff25284-c6b5-4196-8b47-777a08f48fbc status: 200 OK code: 200 duration: "" @@ -3192,27 +3134,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:13.793961+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2986" + - "3068" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:24 GMT + - Mon, 10 Jul 2023 07:41:30 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3222,7 +3164,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ea4e556-b1dc-4a8e-bd8f-203f68fad4b0 + - 12d6ecc4-85ed-466c-b761-df97bf4ee3bb status: 200 OK code: 200 duration: "" @@ -3233,27 +3175,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:13.793961+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2986" + - "3068" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:29 GMT + - Mon, 10 Jul 2023 07:41:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3263,7 +3205,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ea683af-50ae-477f-9c27-36e4c36e0039 + - 38469bea-076d-41dd-92be-0801dfd42b24 status: 200 OK code: 200 duration: "" @@ -3274,27 +3216,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["stop_in_place","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"43","hypervisor_id":"202","node_id":"29","platform_id":"14","zone_id":"par1"},"maintenances":[],"modification_date":"2023-05-29T12:55:02.857074+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.71.74.57","private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":{"cluster_id":"35","hypervisor_id":"601","node_id":"46","platform_id":"14","zone_id":"par1"},"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:13.793961+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":"10.68.20.91","private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopping","state_detail":"stopping","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2986" + - "3068" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:34 GMT + - Mon, 10 Jul 2023 07:41:42 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3304,7 +3246,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3bc56eb2-810c-431b-9d6d-04efd10e9e38 + - 7795fc67-c3e4-48c2-913b-4392c4c7195d status: 200 OK code: 200 duration: "" @@ -3315,27 +3257,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:55:39.683178+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:47.264008+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2865" + - "2947" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3345,7 +3287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7e8f4de-000d-418c-8f0b-76e848fdfba9 + - 93499ca6-a98a-49c0-b2dd-1d8a38ef0d1e status: 200 OK code: 200 duration: "" @@ -3356,27 +3298,27 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: body: '{"server":{"allowed_actions":["poweron","backup"],"arch":"x86_64","boot_type":"local","bootscript":{"architecture":"x86_64","bootcmdargs":"LINUX_COMMON scaleway boot=local nbd.max_part=16","default":true,"dtb":"","id":"fdfe150f-a870-4ce4-b432-9f56b5b995c1","initrd":"http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz","kernel":"http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230","organization":"11111111-1111-4111-8111-111111111111","project":"11111111-1111-4111-8111-111111111111","public":true,"title":"x86_64 - mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-05-29T12:54:03.301622+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","image":{"arch":"x86_64","creation_date":"2023-04-13T12:57:18.739290+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"14901537-a464-4003-b7d9-388f0db136a5","modification_date":"2023-04-13T12:57:18.739290+00:00","name":"Debian - Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"1b1ecfd9-77ae-4d30-9db7-32c0e1019959","name":"Debian - Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"maintenances":[],"modification_date":"2023-05-29T12:55:39.683178+00:00","name":"Scaleway - Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-05-29T12:54:20.522906+00:00","id":"2ff2c628-6431-4ca9-b818-a122224c36e2","mac_address":"02:00:00:13:00:f3","modification_date":"2023-05-29T12:54:51.850691+00:00","private_network_id":"789ec498-2d90-4f41-98bb-d3f20970e3d1","server_id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default - security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-05-29T12:54:03.301622+00:00","export_uri":null,"id":"337d116d-36ab-4505-b686-d63a4784a954","modification_date":"2023-05-29T12:54:03.301622+00:00","name":"Debian - Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"5d5b7f4f-4459-4617-b89a-4d6401e07ada","name":"Scaleway + mainline 4.4.230 rev1","zone":"fr-par-1"},"commercial_type":"DEV1-S","creation_date":"2023-07-10T07:40:12.180353+00:00","dynamic_ip_required":false,"enable_ipv6":false,"extra_networks":[],"hostname":"scaleway-instance","id":"13371691-a665-4ff2-b246-0bd66a804ff1","image":{"arch":"x86_64","creation_date":"2023-06-28T15:18:39.577162+00:00","default_bootscript":null,"extra_volumes":{},"from_server":null,"id":"b1a2f4e7-0efb-4986-a9b9-bca05a2d1658","modification_date":"2023-06-28T15:18:39.577162+00:00","name":"Debian + Bullseye","organization":"51b656e3-4865-41e8-adbc-0c45bdd780db","project":"51b656e3-4865-41e8-adbc-0c45bdd780db","public":true,"root_volume":{"id":"ebd99a69-6131-453a-96cc-d0695bcc3513","name":"Debian + Bullseye","size":10000000000,"volume_type":"unified"},"state":"available","tags":[],"zone":"fr-par-1"},"ipv6":null,"location":null,"mac_address":"de:00:00:1c:8b:b1","maintenances":[],"modification_date":"2023-07-10T07:41:47.264008+00:00","name":"Scaleway + Instance","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","placement_group":null,"private_ip":null,"private_nics":[{"creation_date":"2023-07-10T07:40:44.773564+00:00","id":"779bca4e-d31c-44b5-9c90-8b20ced1f729","mac_address":"02:00:00:13:57:3d","modification_date":"2023-07-10T07:41:06.795316+00:00","private_network_id":"209c1aec-4a02-491e-8b9b-688e4451191d","server_id":"13371691-a665-4ff2-b246-0bd66a804ff1","state":"available","tags":[],"zone":"fr-par-1"}],"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","protected":false,"public_ip":null,"public_ips":[],"routed_ip_enabled":false,"security_group":{"id":"0fe819c3-274d-472a-b3f5-ddb258d2d8bb","name":"Default + security group"},"state":"stopped","state_detail":"","tags":[],"volumes":{"0":{"boot":false,"creation_date":"2023-07-10T07:40:12.180353+00:00","export_uri":null,"id":"413010fc-dfcc-4827-b2ac-d969c470394e","modification_date":"2023-07-10T07:40:12.180353+00:00","name":"Debian + Bullseye","organization":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","server":{"id":"13371691-a665-4ff2-b246-0bd66a804ff1","name":"Scaleway Instance"},"size":20000000000,"state":"available","tags":[],"volume_type":"l_ssd","zone":"fr-par-1"}},"zone":"fr-par-1"}}' headers: Content-Length: - - "2865" + - "2947" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3386,7 +3328,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66543177-6b87-47ad-9c92-7aaa92c40671 + - c9949102-f0fa-44f7-aee1-03845212274b status: 200 OK code: 200 duration: "" @@ -3397,7 +3339,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: DELETE response: body: "" @@ -3405,7 +3347,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:41:48 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3415,7 +3357,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 541fd0c5-1b13-4be1-a1d9-fd2e4d068ab9 + - ed6579cf-7e41-4721-8a59-833d7bb6fbd6 status: 204 No Content code: 204 duration: "" @@ -3426,10 +3368,10 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5d5b7f4f-4459-4617-b89a-4d6401e07ada + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/13371691-a665-4ff2-b246-0bd66a804ff1 method: GET response: - body: '{"message":"\"5d5b7f4f-4459-4617-b89a-4d6401e07ada\" not found","type":"unknown_resource"}' + body: '{"message":"\"13371691-a665-4ff2-b246-0bd66a804ff1\" not found","type":"unknown_resource"}' headers: Content-Length: - "93" @@ -3438,7 +3380,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3448,7 +3390,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcf13443-1851-4c6b-bbe2-7b78b64ee767 + - 84caa5d0-5545-4122-bad2-2a3454f1cfc1 status: 404 Not Found code: 404 duration: "" @@ -3459,7 +3401,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/337d116d-36ab-4505-b686-d63a4784a954 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/413010fc-dfcc-4827-b2ac-d969c470394e method: DELETE response: body: "" @@ -3467,7 +3409,7 @@ interactions: Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Date: - - Mon, 29 May 2023 12:55:40 GMT + - Mon, 10 Jul 2023 07:41:49 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3477,7 +3419,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76bba638-a990-4594-82e1-abf8775d7ef8 + - 236ab65a-c2b2-49fd-9650-3dec8c70cebf status: 204 No Content code: 204 duration: "" @@ -3488,7 +3430,7 @@ interactions: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/789ec498-2d90-4f41-98bb-d3f20970e3d1 + url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks/209c1aec-4a02-491e-8b9b-688e4451191d method: DELETE response: body: "" @@ -3498,7 +3440,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 29 May 2023 12:55:41 GMT + - Mon, 10 Jul 2023 07:41:50 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -3508,7 +3450,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1759a40-9a5a-404e-844c-ba0004588905 + - 5b6389b8-39f9-4821-ae6c-fbd82d26651f status: 204 No Content code: 204 duration: "" From abb000f9968e52af2c1355268093f96010d6c490 Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Mon, 10 Jul 2023 10:47:57 +0200 Subject: [PATCH 2/2] go mod tidy --- go.sum | 4 ---- 1 file changed, 4 deletions(-) diff --git a/go.sum b/go.sum index bf5467c835..acc00c7e8e 100644 --- a/go.sum +++ b/go.sum @@ -173,10 +173,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230626132518-b0dfa1defaaf h1:df06kcC2caUTghLW6aTSyL3GUeM79BPvbtMyng187aE= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230626132518-b0dfa1defaaf/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230706070454-f05d5b3415f8 h1:4o4q6vidRuzxkRx0iSUoaeljRVEJipxpRKjVeIOorh4= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230706070454-f05d5b3415f8/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230707094537-b73e88c770db h1:6clfb6rrE1ZVHlwoFTJmnf8OSR1EbuH7vQ0S0kzR0cA= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230707094537-b73e88c770db/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=